[Geany-devel] Writing a plugin, not sure what to do with it

2011-11-15 Thread Meyer
Hi all, I was looking for some programming to do recently and found this feature request: https://sourceforge.net/tracker/?func=detailaid=3383201group_id=153444atid=787794. I tried writing a plugin which implements the feature, and it seems to work, but now I'm not sure what to do with it now.

Re: [Geany-devel] Writing a plugin, not sure what to do with it

2011-11-16 Thread Meyer
at 8:29 AM, Meyer 3m.me...@gmail.com wrote: Hi all, I was looking for some programming to do recently and found this feature request: https://sourceforge.net/tracker/?func=detailaid=3383201group_id=153444atid=787794 . I tried writing a plugin which implements the feature, and it seems

Re: [Geany-devel] Writing a plugin, not sure what to do with it

2011-11-17 Thread Meyer
I've never used a version control system before for my own code, but I think I it up correctly: https://github.com/pzoxiuv/Geany-Plugins Cheers, Alex On Thu, Nov 17, 2011 at 4:01 AM, Frank Lanitz fr...@frank.uvena.de wrote: Am 17.11.2011 02:49, schrieb Meyer: Thanks very much for the input

Re: [Geany-devel] Writing a plugin, not sure what to do with it

2011-11-18 Thread Meyer
On Thu, Nov 17, 2011 at 8:31 PM, Matthew Brush mbr...@codebrainz.ca wrote: On 11/17/2011 10:01 AM, Meyer wrote: I've never used a version control system before for my own code, but I think I it up correctly: https://github.com/pzoxiuv/**Geany-Pluginshttps://github.com/pzoxiuv/Geany-Plugins

[Geany-devel] (no subject)

2011-12-01 Thread Meyer
Hi, I have two possible situations that I need to differentiate between, and I'm not sure how to do it - The first situation is the user deletes selected text by overwriting it with a new character. The second is the user deletes selected text by pressing backspace/delete, and then enters a new

Re: [Geany-devel] (no subject)

2011-12-01 Thread Meyer
...@frank.uvena.de wrote: Am 01.12.2011 20:57, schrieb Meyer: I have two possible situations that I need to differentiate between, and I'm not sure how to do it - The first situation is the user deletes selected text by overwriting it with a new character. The second is the user deletes selected

Re: [Geany-devel] (no subject)

2011-12-01 Thread Meyer
wrote: On Fri, Dec 2, 2011 at 10:54 AM, Meyer 3m.me...@gmail.com wrote: Sure. I want to be able to select text, and then insert a character (e.g. an apostrophe) before and after the selection just by pressing the apostrophe key. Since the normal behavior when a character is pressed while

Re: [Geany-devel] (no subject)

2011-12-01 Thread Meyer
user coming from TextMate or Gedit. Regards, Nathan On Thu, Dec 1, 2011 at 7:20 PM, Lex Trotman ele...@gmail.com wrote: On Fri, Dec 2, 2011 at 10:54 AM, Meyer 3m.me...@gmail.com wrote: Sure. I want to be able to select text, and then insert a character (e.g. an apostrophe) before

[Geany-devel] Additions to Addon plugin

2011-12-05 Thread Meyer
Hi all, I've been working on an addition to the Addons plugin that gives a couple options for wrapping text with characters. It adds two check boxes to the plugin's preferences, one to enable auto wrapping and one to enable keybinded wrapping. Auto wrapping automatically wraps selected text as

[Geany-devel] Wrap words Addon patch

2011-12-11 Thread Meyer
Now that the geany-plugins has been converted to Git, I thought I'd post this patch that adds the feature I've been working on (wrapping text with characters) to the Addons plugin. Any chance of it being added? And I've never really used Git before too, so please let me know if the patch is