I'm running Geany 0.20 (from lauchpad) on Ubuntu Karmic. Here I have a few problems (bugs?) with the bookmark management.
(1) changing the content of the line doesn't change the title displayed in the bookmark list.
(2) removing the bookmark with the + symbol inside the editor window doesn't remove the bookmark in the bookmark list.
(3) adding lines above the bookmark doesn't change the line stored inside the boomark list.
IMO (1) and (2) should be updated at least after saving the file.
Regards
On 5 April 2011 18:54, Joerg Desch jd.vvd@web.de wrote:
I'm running Geany 0.20 (from lauchpad) on Ubuntu Karmic. Here I have a few problems (bugs?) with the bookmark management.
(1) changing the content of the line doesn't change the title displayed in the bookmark list.
(2) removing the bookmark with the + symbol inside the editor window doesn't remove the bookmark in the bookmark list.
(3) adding lines above the bookmark doesn't change the line stored inside the boomark list.
IMO (1) and (2) should be updated at least after saving the file.
You mean in the addons plugin right?
(2) works for me, ie removing the bookmark removes it from the list but confirm (1) and (3) don't work.
Personally I don't think the line number is much use, I'd leave it out altogether since clicking on the bookmark goes to the line.
Cheers Lex
Regards
Email: Joerg Desch <jd DOT vvd AT web DOT de> _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Tue, 5 Apr 2011 19:18:13 +1000 Lex Trotman elextr@gmail.com wrote:
On 5 April 2011 18:54, Joerg Desch jd.vvd@web.de wrote:
You mean in the addons plugin right?
Yes.
(2) works for me, ie removing the bookmark removes it from the list
Hmm. I don't know why, but after a restart of geany (I've done this for other reasons) it works here too.
but confirm (1) and (3) don't work.
Glad to here. ;-)
Personally I don't think the line number is much use, I'd leave it out altogether since clicking on the bookmark goes to the line.
Yes, thats right.
By the way... What about storing bookmarks inside the project file?
On 5 April 2011 19:50, Joerg Desch jd.vvd@web.de wrote:
On Tue, 5 Apr 2011 19:18:13 +1000 Lex Trotman elextr@gmail.com wrote:
On 5 April 2011 18:54, Joerg Desch jd.vvd@web.de wrote:
You mean in the addons plugin right?
Yes.
(2) works for me, ie removing the bookmark removes it from the list
Hmm. I don't know why, but after a restart of geany (I've done this for other reasons) it works here too.
I think I do, see below.
Personally I don't think the line number is much use, I'd leave it out altogether since clicking on the bookmark goes to the line.
Yes, thats right.
By the way... What about storing bookmarks inside the project file?
I looked at the implementation, it uses the line number as the reference from the bookmark list to the text, so if the text changes lines then the bookmark points to the wrong place, and then when you try to delete it no bookmark is found for that line so it doesn't delete.
It needs to be re-written to use Scintilla marker handles instead of line numbers since they track changes to the file. But somebody has to do it, patches are welcome (tm).
Cheers Lex
On Tue, 5 Apr 2011 20:30:49 +1000 Lex Trotman elextr@gmail.com wrote:
I looked at the implementation, it uses the line number as the reference from the bookmark list to the text,
Ahh. That's bad.
It needs to be re-written to use Scintilla marker handles instead of line numbers since they track changes to the file. But somebody has to do it, patches are welcome (tm).
I would be glad to have the spare time to help the project. But I'm not even able to start my first plugin. :-(
For now, all I can do is mail some bugs/hints/ideas...
Regards
On 5 April 2011 20:58, Joerg Desch jd.vvd@web.de wrote:
On Tue, 5 Apr 2011 20:30:49 +1000 Lex Trotman elextr@gmail.com wrote:
I looked at the implementation, it uses the line number as the reference from the bookmark list to the text,
Ahh. That's bad.
It needs to be re-written to use Scintilla marker handles instead of line numbers since they track changes to the file. But somebody has to do it, patches are welcome (tm).
I would be glad to have the spare time to help the project. But I'm not even able to start my first plugin. :-(
For now, all I can do is mail some bugs/hints/ideas...
Know the feeling...
Cheers Lex
Regards
Email: Joerg Desch <jd DOT vvd AT web DOT de> _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Tue, 5 Apr 2011 11:50:17 +0200 Joerg Desch jd.vvd@web.de wrote:
By the way... What about storing bookmarks inside the project file?
This has been discussed some time ago either on this list or on geany-devel. Unfortunately I wasn't able to find the discussion but maybe you can grep the archive to have a look over there.
Cheers, Frank
On Wed, 6 Apr 2011 00:46:06 +0200 Frank Lanitz frank@frank.uvena.de wrote:
This has been discussed some time ago either on this list or on geany-devel. Unfortunately I wasn't able to find the discussion but maybe you can grep the archive to have a look over there.
Thanx for the info. I'll try to find it...
On Tue, Apr 5, 2011 at 10:54 AM, Joerg Desch jd.vvd@web.de wrote:
I'm running Geany 0.20 (from lauchpad) on Ubuntu Karmic. Here I have a few problems (bugs?) with the bookmark management.
Some of these points are discussed in this bug [1]. [1] http://sourceforge.net/tracker/index.php?func=detail&aid=3043534&gro...
Regards Liviu