Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Can Koy
submitted. So, I demand my name removed from the logs for that patch. -- Can Koy ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-08 Thread Can Koy
PM Am 08.03.2010 20:23, schrieb Can Koy:     From: Nick Treleavennick.trelea...@btinternet.com Subject: Re: [Geany-devel] [Patch] - Improve PHP parser (call tips) To: geany-devel@uvena.de Date: Monday, March 8, 2010, 12:18 PM On Sun, 7 Mar 2010 19:20:37 +0100 Enrico

Re: [Geany-devel] [Patch] - Improve PHP parser (call tips)

2010-03-05 Thread Can Koy
Ok, here's the patch. From c6b573fa7813969a3fd363bbbac2d6536e684090 Mon Sep 17 00:00:00 2001 From: Can Koy can...@ymail.com Date: Fri, 5 Mar 2010 22:14:12 +0200 Subject: [PATCH] Improve PHP parser (call tips) This patch adds call tips for functions in PHP code. --- tagmanager/php.c

[Geany-devel] Improving PHP parser

2010-03-04 Thread Can Koy
Hi, Anybody working on improving PHP parser in tagmanager? If not, I intend to have a look at it this weekend. Primary objective is to add calltips. I could use some example code or any other pointer about regex callbacks in ctags (other than the sample in ctags). bye.

[Geany-devel] [Patch] - Salvage focus when Sidebar toggled off

2010-03-04 Thread Can Koy
0007-Salvage-focus-when-Sidebar-toggled-off.patch Description: Binary data ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

[Geany-devel] Shift-10 on editor tab

2010-03-03 Thread Can Koy
Hi, Shift-F10 in an editor tab pops up a nice list of open documents. I'm proposing to change this shortcut to Shift-MenuKey. I can add, instead of replace, it if Shift-F10 is too important for you, but replacing is easy. What do you think? Thanks, bye.

Re: [Geany-devel] Shift-10 on editor tab

2010-03-03 Thread Can Koy
- Original Message From: Dominic Hopf dma...@googlemail.com To: Geany development list geany-devel@uvena.de Sent: Wed, March 3, 2010 3:33:56 PM Subject: Re: [Geany-devel] Shift-10 on editor tab 2010/3/3 Can Koy : Hi, Shift-F10 in an editor tab pops up a nice list of open

Re: [Geany-devel] [Patch] - Fix keyboard accelerator on Resave Missing File dialog.

2010-03-03 Thread Can Koy
From: Lex Trotman ele...@gmail.com To: Geany development list geany-devel@uvena.de Sent: Tue, March 2, 2010 4:28:34 AM Subject: Re: [Geany-devel] [Patch] - Fix keyboard accelerator on Resave Missing File dialog. Can, BTW I have never even seen this dialog, so for finding it, and noticing the

[Geany-devel] [Patch] - Fix keyboard accelerator on Resave Missing File dialog.

2010-03-01 Thread Can Koy
This patch fixes keyboard accelerator on Resave Missing File dialog. From 842a01d51bf215e98d46a97951c7e68f82759858 Mon Sep 17 00:00:00 2001 From: Can Koy can...@ymail.com Date: Mon, 1 Mar 2010 20:08:57 +0200 Subject: [PATCH 3/3] Fix keyboard accelerator on Resave Missing File dialog

Re: [Geany-devel] [Patch] - Fix keyboard accelerator on Resave Missing File dialog.

2010-03-01 Thread Can Koy
:55 PM On 2 March 2010 05:25, Can Koy can...@ymail.com wrote: This patch fixes keyboard accelerator on Resave Missing File dialog. I have a couple of problems with this patch, sorry if they applied to some of your previous ones but I didn't have time to look at them before

Re: [Geany-devel] [Patch] - Modify Enter behaviour in Filebrowser plugin

2010-03-01 Thread Can Koy
There's a small glitch in prev. patch that can cause segfault, please ignore it. Here's the new patch: From 12fed78b4c9e9df27c6b2f35d0e432a839ec1b79 Mon Sep 17 00:00:00 2001 From: Can Koy can...@ymail.com Date: Tue, 2 Mar 2010 02:21:22 +0200 Subject: [PATCH 5/5] Modify Enter key behaviour

[Geany-devel] [Patch] - Modify Enter behaviour on Compiler and Messages windows

2010-02-28 Thread Can Koy
Space and Enter keys do the same thing on Compiler and Messages windows. The following patch modifies that of Enter key, so it switches focus to editor after scrolling to corresponding line. Index: src/ui_utils.h === ---

[Geany-devel] [Patch] - Modify Enter behaviour in Filebrowser plugin

2010-02-28 Thread Can Koy
Space and Enter keys do the same thing in Filebrowser plugin. The following patch modifies that of Enter key, so it switches focus to editor after switching to corresponding document. From 55a011aee0766cc9161561b34e21fcf4d7438ebf Mon Sep 17 00:00:00 2001 From: Can Koy can...@ymail.com

[Geany-devel] [Patch] - Add document length to status bar statistics

2010-02-25 Thread Can Koy
The following patch shows on status bar the number of lines in current document. Index: src/ui_utils.c === --- src/ui_utils.c (revision 4704) +++ src/ui_utils.c (working copy) -187,8 +187,8 @@ col =

[Geany-devel] [Patch] - Fix keyboard accelerators on Debug Messages window

2010-02-25 Thread Can Koy
The following patch fixes keyb. accels of buttons on Debug Messages dialog. Index: src/ui_utils.h === --- src/ui_utils.h (revision 4704) +++ src/ui_utils.h (working copy) -154,6 +154,7 @@ #define GEANY_STOCK_SAVE_ALL

Re: [Geany-devel] [Patch] - Fix keyboard accelerators on Debug Messages window

2010-02-25 Thread Can Koy
Apparently, messing with stock items was a bad idea. Please ignore the prev. patch, here's the new patch: Index: src/log.c === --- src/log.c (revision 4704) +++ src/log.c (working copy) @@ -180,7 +180,7 @@ dialog =

[Geany-devel] [Patch] - Modify Space behaviour on Symbols tabs

2010-02-25 Thread Can Koy
Space and Enter keys do the same thing on Symbols tab. The following patch modifies that of Space key, so it only scrolls to corresponding symbol on editor but retains focus on Symbols tab. (Feature request #2919444) Index: src/sidebar.c