[Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Matthew Brush
Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and then I can pick them out of /proc/PID/cmdline or something[1]? I tried but Geany currently errors out if it sees an option

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Lex Trotman
On 7 January 2013 20:25, Matthew Brush mbr...@codebrainz.ca wrote: Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and then I can pick them out of /proc/PID/cmdline or

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Matthew Brush
On 13-01-07 03:46 AM, Lex Trotman wrote: On 7 January 2013 20:25, Matthew Brush mbr...@codebrainz.ca wrote: Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and then I can pick

Re: [Geany-Devel] Lua scripts uploaded for Compare and Hex Edit

2013-01-07 Thread Thrawn
OK, new versions have been uploaded with copyright notices and descriptions. I also added support for Opendiff to the Compare script, and adjusted the Hex Edit file names so that a different file extension is used for a one-way dump. I'm thinking of adding support for self-contained hex editors

Re: [Geany-Devel] Screenshots in user manual

2013-01-07 Thread Colomban Wendling
Le 07/01/2013 09:48, Matthew Brush a écrit : On 13-01-06 10:35 PM, Lex Trotman wrote: On 7 January 2013 14:21, Matthew Brush mbr...@codebrainz.ca wrote: Hi, If we add a feature that changes the GUI of one of the existing screenshots in the manual, should we make a new screenshot using

[Geany-Devel] [Geany Plugins] Debugger Plugin - Windows Port

2013-01-07 Thread vadim kochan
Hi, I like debugger plugin (which I saw only on screeenshots) and decided to have it for windows too (where I often develop). I am not very good C developer, and you may find some changes ugly but I'd like to hear any comments from you. If you interesting in these changes you can find them in

[Geany-Devel] [Geany Tabs] Document is removed from project after closing on tab

2013-01-07 Thread vadim kochan
Hi All, Is it normal behaviour that documents is removed from project when you close it from tabs panel? I expect that document will be closed only from tabs panel. I am using Geany from windows. Thanks! ___ Devel mailing list Devel@lists.geany.org

Re: [Geany-Devel] [Geany Tabs] Document is removed from project after closing on tab

2013-01-07 Thread vadim kochan
OK, I see. Anyway I think that closing from tabs should not remove file from project ... For me tabs are like fast temporary navigation between oftenly used files :-) On Mon, Jan 7, 2013 at 8:01 PM, Colomban Wendling lists@herbesfolles.org wrote: Le 07/01/2013 18:27, vadim kochan a écrit :

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Dimitar Zhekov
On Mon, 07 Jan 2013 16:19:05 +0100 Colomban Wendling lists@herbesfolles.org wrote: Le 07/01/2013 10:25, Matthew Brush a écrit : I want to write a plugin that requires some command line options passed to it (through geany). [...] Assuming this is not possible currently, is there

[Geany-Devel] [Win32 - Geany Icons] Some Geany Icons have been disappeared

2013-01-07 Thread vadim kochan
Hello, Seems after this commit Replace images embedded in the sources with proper themable icons https://github.com/geany/geany/commit/dabae1f94f13a85b672746aa0a177d3534048d9f some icons were disappeared if you run Geany on Win32 Os. I found that wscript which was changed copies for win32 only

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Lex Trotman
On 8 January 2013 02:19, Colomban Wendling lists@herbesfolles.org wrote: Le 07/01/2013 10:25, Matthew Brush a écrit : Hi, I want to write a plugin that requires some command line options passed to it (through geany). Is there a way to make it so Geany will accept arbitrary arguments and