Skif-off left a comment (geany/geany-plugins#1559)

> EVENTS FOLDER QUESTION
> Not sure I follow how these files `saved.lua` & `opened.lua` function.

You click the "Save File" button > Geany saves your file > GeanyLua runs 
`saved.lua`.

> For me personally I probably would not use this approach because I probably 
> would not be using Bookmarks all the time in every single open/save of files.

The script's execution time shouldn't be very long. It's assumed that you won't 
be adding to the script, for example, creating a full backup of a 42 GB 
database :)

There are some nuances to working with events. I'd say the implementation isn't 
flawless.

> TEXT FILE APPROACH
> You mentioned that a regular text file might be able to be used?

This is the simplest way; using, for example, SQLite to store records is a bit 
redundant.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1559#issuecomment-4668338340
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1559/[email protected]>

Reply via email to