ngirard

Results 130 comments of ngirard

The problem still occurs using the latest version (4.3.0.7).

Thanks for your explanation. I searched for a way of making it available to Sciter Notes' users ; and ended up putting it into a new documentation file named `notes.htm`...

You need Gtk+3, which should already be installed on your system, and the development files for the GTK+ library. On Debian or Ubuntu, you need to type: `sudo apt-get install...

I've just created a pull request #113 which adds building instructions on Linux to the readme file. It should close this issue.

@sklages, sure. I just meant to illustrate that this feature request originated from a specific, real-world situation of mine.

> I am not sure about `FOREIGN KEY` columns...can you find out if they create indexes? They don't. According to [this reference page](https://sqlite.org/foreignkeys.html): > In most real systems, an index...

The queries from both `link_file_to_tag()` and `remove_devicefile()` would benefit from indexes on `files.device` and `files.inode`, i.e. ```sql CREATE INDEX files_device_ix ON files(device); CREATE INDEX files_inode_ix ON files(inode); ``` Also the...

Thank you for your help ! It might be worth adding examples of queries made using `XPATH` in the docs, IMHO. Feel free to close this issue whenever you want.

Thanks for your quick answer @J-F-Liu. I'm afraid it's not enough for me to be able to proceed. Could you elaborate a bit ? For instance, which existing wrapper object...

Seconded. Duplicating an existing profile is a must have but is currently impossible to achieve — at least I couldn't do it.