On Sun, 11 Jun 2006 17:13:36 +0300, Yura Semashko yurand2@gmail.com wrote:
Hi,
- Go to tag declaration/definition should use word pointed by mouse
not cursor. Example:
foo() ba<cursor is here>r()
If I left click on "foo" and choose go to tag declaration, geany will try to find "bar" (I wish "foo")
This is already implemented in the current SVN version.
- Ability to jump to error line atfer compilation failed (using
hotkey or by clicking on compiler output)
As long as the file where the error occurred, it is already possible by double clicking on the appropriate line. How do you want to do this with a hotkey?
- Project mangement (I don't require complicated stuff or GUI for
editing it)
Project management is already on the ToDo list, it will come with 0.9 or so. Please be patient.
bar/bar.c foo.c makefile
I will get "no makefile error" if I edit "bar.c" and try to hit build key.
(I think this point should not belong to the project management item) Yes, this is a problem. Solution: project management ;-). Workaround: use make with own target and specify -f ../makefile as argument, then make will find the makefile. But this will fail if you edit foo.c. Sorry, this can only be solved by a project management. Or perhaps you can create a symlink in bar to ../makefile. But this is not very nice.
- Ability to call external program for word poined by cursor. (Will
use for calling documentation browser)
Ok, this is easy to implement. Nick, what do you think?
- Debuger support (I understand that this one is most complicated
and unlikely be implemented)
Hmm, I'm not sure whether Geany will ever have this. I don't want so big things in Geany. Perhaps after Geany 1.0, but only perhaps. Sorry.
Thanks for your mail.
Regards, Enrico