[Geany-devel] Proposed patch to fix issues with command line file loading

2011-01-27 Thread weltall
Hi, I've noticed various issues with file loading from command line: 1) if the option load last session is not enabled project files can't be opened from command line: this happens because the code to handle them is wrapped in a prefs.load_lastsession if so the only way to load them from command

Re: [Geany-devel] Proposed patch to fix issues with command line file loading

2011-01-27 Thread Lex Trotman
On 28 January 2011 06:09, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: On Thu, 27 Jan 2011 10:20:26 +0100 weltall welta...@gmail.com wrote: I've noticed various issues with file loading from command line: 1) if the option load last session is not enabled project files can't be opened from

Re: [Geany-devel] Proposed patch to fix issues with command line file loading

2011-01-27 Thread weltall
Well the reasoning of that is because a lot of times I end up with having to kill geany (kill -9 or xkill) in order to not lose all the opened files listing due to a click, so really a project is not always the right way in this case (even more if the files come from several projects in practice)

Re: [Geany-devel] Proposed patch to fix issues with command line file loading

2011-01-27 Thread Colomban Wendling
Le 27/01/2011 20:09, Dimitar Zhekov a écrit : On Thu, 27 Jan 2011 10:20:26 +0100 weltall welta...@gmail.com wrote: 2) trying to open a file (eg from double clicking in nautilus) will screw your session as command line loading of single files ignores your session opened files, except if geany

Re: [Geany] Per-workspace instance of Geany

2011-01-27 Thread Randy Kramer
On Wednesday 26 January 2011 08:23:50 pm Randy Kramer wrote: Ok, from Neil's response to this thread, I see that there is a Oops, sorry, that was Lex's response--I guess I had my mind in the scintilla world... Randy Kramer ___ Geany mailing list

Re: [Geany] Indentation problems

2011-01-27 Thread Philipp Kalder
Hey, no problem. It's just that on some files auto-close parenthesis does not work, while on others it does. With all set types parenthesis, square and curly brackets. I have multiple files open that I work on that belong to the same framework I developed at work. And on some files auto-close

Re: [Geany] Indentation problems

2011-01-27 Thread John Yeung
On Thu, Jan 27, 2011 at 12:06 PM, Philipp Kalder pkal...@googlemail.com wrote: The copy/paste is more of an inconvenience than the issue with parenthesis. I'm sorry, I never grasped the difference between editor-style copy/paste and usual copy/paste. When you say you mark text, do you mean put

Re: [Geany] Per-workspace instance of Geany

2011-01-27 Thread Krzysztof Żelechowski
Dnia środa, 26 stycznia 2011 o 23:43:24 Lex Trotman napisał(a): 2011/1/26 Krzysztof Żelechowski giecr...@stegny.2a.pl: Dnia środa, 26 stycznia 2011 o 11:45:53 Lex Trotman napisał(a): First of all, proper use of a version control system should eliminate the need to edit networked files in

Re: [Geany] Per-workspace instance of Geany

2011-01-27 Thread Krzysztof Żelechowski
Dnia czwartek, 27 stycznia 2011 o 02:28:05 Randy Kramer napisał(a): Maybe I've just done it accidentally so often that I've developed habits (knock on wood) to avoid the problem. (Primary habit being, always hit ctrl s after doing almost anything (and before moving the focus away from an

Re: [Geany] Per-workspace instance of Geany

2011-01-27 Thread Colomban Wendling
Le 27/01/2011 19:18, Krzysztof Żelechowski a écrit : Dnia środa, 26 stycznia 2011 o 23:43:24 Lex Trotman napisał(a): 2011/1/26 Krzysztof Żelechowski giecr...@stegny.2a.pl: Dnia środa, 26 stycznia 2011 o 11:45:53 Lex Trotman napisał(a): First of all, proper use of a version control system

Re: [Geany] Per-workspace instance of Geany

2011-01-27 Thread Krzysztof Żelechowski
Dnia czwartek, 27 stycznia 2011 o 19:54:24 Colomban Wendling napisał(a): I was told by Geany documentation that Geany does not handle URL. There is no interface for that in Geany’s file requester. When Dolphin passes a remote file to Geany, Geany opens a temporary file. So I can see no

Re: [Geany] Per-workspace instance of Geany

2011-01-27 Thread Dimitar Zhekov
On Wed, 26 Jan 2011 22:08:33 +0100 Julien Nicoulaud julien.nicoul...@gmail.com wrote: 2011/1/23 Dimitar Zhekov dimitar.zhe...@gmail.com Anyway, I wrote a little wrapper script that detects if there's no Geany window in the current workspace, in which case it forces creating one:

Re: [Geany] Can i disable the extra '*' chars in function/class docs?

2011-01-27 Thread Krzysztof Żelechowski
Dnia czwartek, 27 stycznia 2011 o 20:19:03 Stephan Beal napisał(a): Hi, all! i'm new to Geany, and trying to get used to it (in place of xemac), mainly for purposes of maintaining PHP and JS code (which emacs can't indent worth a damn). i'm finding that when i document my code (which i

Re: [Geany] Can i disable the extra '*' chars in function/class docs?

2011-01-27 Thread Stephan Beal
2011/1/27 Krzysztof Żelechowski giecr...@stegny.2a.pl If you add structural comments (phpdoc), the initial asterisk is mandatory. i write doxygen, not phpdoc, and these stars are getting on my nerves. Every newline must be followed by two backspaces to get rid of them. -- - stephan beal

Re: [Geany] Can i disable the extra '*' chars in function/class docs?

2011-01-27 Thread Stephan Beal
2011/1/27 Stephan Beal sgb...@googlemail.com 2011/1/27 Krzysztof Żelechowski giecr...@stegny.2a.pl If you add structural comments (phpdoc), the initial asterisk is mandatory. i write doxygen, not phpdoc, and these stars are getting on my nerves. Every newline must be followed by two

Re: [Geany] Can i disable the extra '*' chars in function/class docs?

2011-01-27 Thread Russell Dickenson
2011/1/28 Stephan Beal sgb...@googlemail.com: 2011/1/27 Stephan Beal sgb...@googlemail.com 2011/1/27 Krzysztof Żelechowski giecr...@stegny.2a.pl If you add structural comments (phpdoc), the initial asterisk is mandatory. i write doxygen, not phpdoc, and these stars are getting on my

Re: [Geany] Can i disable the extra '*' chars in function/class docs?

2011-01-27 Thread Stephan Beal
2011/1/27 Russell Dickenson russelldicken...@gmail.com Should that be Thank the developers!, or are you saying that the developers of Geany = gods? *ahem* Of *course* that's what i meant! (Thus the plural form of the word.) It's a nice tool - i'm impressed. i especially like some of the

Re: [Geany] Replacing grep with grin in file search

2011-01-27 Thread Lex Trotman
On 28 January 2011 00:34, Vineet Jain vinjv...@gmail.com wrote: Grin is a grep like search tool with several improvements when searching through source files. http://rhodesmill.org/brandon/2011/grin-and-search-it/ What would be required to grin instead of grep in the search wizard?