Re: [Geany-Devel] Screenshots in user manual

2013-01-07 Thread Matthew Brush
On 13-01-06 10:35 PM, Lex Trotman wrote: On 7 January 2013 14:21, Matthew Brush 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 whatever theme/font/icons/etc that we have or is it better just to leave i

[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//cmdline or something[1]? I tried but Geany currently errors out if it sees an option it

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Lex Trotman
On 7 January 2013 20:25, Matthew Brush 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//cmdline or > something[1]? I tried bu

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 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//cm

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 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 whatever

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Colomban Wendling
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 then I can pick them out of /proc//cmdline > or something[1]? I tried but

[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 htt

[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 http

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

2013-01-07 Thread Colomban Wendling
Le 07/01/2013 17:27, vadim kochan a écrit : > 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. Yes, stock Geany project resembles to sessions, it saves a list of open files an

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

2013-01-07 Thread vadim kochan
Would it be better to just make a "fix" in main source code instead of use plugin? On Mon, Jan 7, 2013 at 6:59 PM, Colomban Wendling < lists@herbesfolles.org> wrote: > Le 07/01/2013 17:27, vadim kochan a écrit : > > Hi All, > > Is it normal behaviour that documents is removed from project whe

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

2013-01-07 Thread Colomban Wendling
Le 07/01/2013 18:27, vadim kochan a écrit : > Would it be better to just make a "fix" in main source code instead of > use plugin? I don't think so. Stock Geany thing is very simple, easy to use, etc -- not to mention I like it, specially when project isn't too big. I prefer the Geany thing to r

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] New Plugin: geanydiff

2013-01-07 Thread Marcelo Galvão Póvoa
Hi Thrawn, On Mon, Jan 7, 2013 at 3:42 AM, Thrawn wrote: > Hi, Marcelo. > >> I've been developing a plugin [1] which I find useful (it is also >> featured in the wishlist page) and I hope to see it in the >> geany-plugins project. > > Great minds think alike! Just last month I wrote a Lua script

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Dimitar Zhekov
On Mon, 07 Jan 2013 16:19:05 +0100 Colomban Wendling 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 any sane way to p

[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 ico

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

2013-01-07 Thread Colomban Wendling
Hi, Le 07/01/2013 20:24, vadim kochan a écrit : > 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

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

2013-01-07 Thread Enrico Tröger
On 07/01/13 20:48, Colomban Wendling wrote: > Hi, > > Le 07/01/2013 20:24, vadim kochan a écrit : >> Hello, >> Seems after this commit >> Replace images embedded in the sources with proper themable icons >> https://github.com/geany/geany/commit/dabae1f94f13a85b672746aa0a177d3534048d9f >> >> some

Re: [Geany-Devel] Screenshots in user manual

2013-01-07 Thread Enrico Tröger
On 07/01/13 09:48, Matthew Brush wrote: > On 13-01-06 10:35 PM, Lex Trotman wrote: >> On 7 January 2013 14:21, Matthew Brush 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 whatever >>>

Re: [Geany-Devel] Accessing argv from plugins

2013-01-07 Thread Lex Trotman
On 8 January 2013 02:19, Colomban Wendling 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 then I can pick