Discussion:
[Geany] Debugger and numbered bookmarks
Michael
2012-02-21 13:46:39 UTC
Permalink
Hello,

when using debugger and numbered bookmarks together in geany, debugger uses the
icons from numbered bookmarks instead of his own icons. I.e. a "2" for a
breakpoint, a "3" for
program counter. Using debugger without numbered bookmarks works as expected.
Something wrong
with my installation (I use the nightly sources on linux) or a bug?

Bye,
Michael
Lex Trotman
2012-02-21 20:59:03 UTC
Permalink
Post by Michael
Hello,
when using debugger and numbered bookmarks together in geany, debugger uses the
icons from numbered bookmarks instead of his own icons. I.e. a "2" for a
breakpoint, a "3" for
program counter. Using debugger without numbered bookmarks works as expected.
Something wrong
with my installation (I use the nightly sources on linux) or a bug?
AFAICT a bug in both plugins and Geany.

Could you raise bug reports on both plugins with the message:

"This plugin uses hard coded integer marker numbers. This can clash
with other plugins use of markers. Should test for markers with
SC_MARK_AVAILABLE before defining a mark and reset markers used to
SC_MARK_AVAILABLE when cleaning up. Must handle markers not being a
contiguous sequence and none available"

And one for Geany:

"Geany should set all unused markers to SC_MARK_AVAILABLE and check
availability before using markers so that it cooperates with plugins
using markers. Geany should not reserve markers it isn't using since
this limits the number available to plugins. Geany must handle marker
exhaustion"

Cheers
Lex
Post by Michael
Bye,
        Michael
_______________________________________________
Geany mailing list
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Michael
2012-02-23 09:35:05 UTC
Permalink
Lex Trotman <***@...> writes:

[...]
Post by Lex Trotman
AFAICT a bug in both plugins and Geany.
Done for debugger. For numbered bookmarks I did not find a possibillity in the
bugtracker to address it to the right developer.

[...]
Done. Thank you for your help.

Bye,
Michael
Colomban Wendling
2012-02-23 14:16:10 UTC
Permalink
Post by Michael
[...]
Post by Lex Trotman
AFAICT a bug in both plugins and Geany.
Done for debugger. For numbered bookmarks I did not find a possibillity in the
bugtracker to address it to the right developer.
Now fixed, there is an appropriate category, thanks.

Regards,
Colomban
Post by Michael
[...]
Done. Thank you for your help.
Bye,
Michael
_______________________________________________
Geany mailing list
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Loading...