On 4 September 2012 05:56, Matthew Brush <[email protected]> wrote: > On 12-09-03 05:33 AM, daspostloch wrote: >> >> [...] >> >> >> Yes, I'm absolutetly positive - turning it on and trying directly, >> restarting geany, rebooting, re-installing, recompiling, nothing >> helps. Because I can set and then go to the numbered bookmarks, >> I am quite certain that I have the plugin turned on. Is there any way >> to further debug this? I also noted however, that neither the numbered >> nor regular bookmarks are remembered between sessions, neither. So it > > > AFAIK, Geany's regular markers' (plus symbol, arrow, etc.) line numbers > aren't saved to disk/restored. > > >> probably is a general problem saving this plugin's settings. This >> is my ~/.config/geany/plugins/Geany_Numbered_Bookmarks/settings.conf : >> >> [Settings] >> Center_When_Goto_Bookmark=true >> Remember_Folds=true >> Position_In_Line=0 >> Where_To_Save_File_Details=0 > > > Did you try to flip this to 1? Based on the source code it looks like 0 > means to store settings in the main configuration file (this one), and 1 > means to put settings in a file with the same name as the document and an > ".gnbs.conf" extension in the same directory as the document in question. > >> Remember_Bookmarks=true >> File_Details_Suffix=.gnbs.con
This is mine: [Settings] Center_When_Goto_Bookmark=true Remember_Folds=true Position_In_Line=0 Where_To_Save_File_Details=0 Remember_Bookmarks=true File_Details_Suffix=.gnbs.conf [FileData] A0=/home/lex/tests/untitled.c B0=C C0=1346627477 A1=/home/lex/tests/untitled.cpp B1=C C1=1346627549 Mine is bigger than yours :) And this bit above is where the folds are stored (the B keys). All I did was turn the plugin on and it worked, so what might be different about your setup? This is a fairly current git. Cheers Lex >> >> [...] >> >> As an additional oddity, the markers from the plugin do not >> honor any of the marker_* colors i set in filetypes.common . >> > > I don't think Geany or Scintilla will style these markers, they are custom > XPM images embedded in the source code and probably Scintilla is not brave > enough to try and parse the XPM data and attempt to know how to colourise > the images. > > Cheers, > Matthew Brush > > _______________________________________________ > Geany mailing list > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
