[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=detail&aid=3383201&group_id=153444&atid=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
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=detail&aid=3383201&group_id=153444&atid=787794 > >

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 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 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-Plugins<https://

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

Re: [Geany-devel] (no subject)

2011-12-01 Thread Meyer
k Lanitz 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

Re: [Geany-devel] (no subject)

2011-12-01 Thread Meyer
an 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 n

Re: [Geany-devel] (no subject)

2011-12-01 Thread Meyer
ny, since it is the expected behavior for > any user coming from TextMate or Gedit. > > > Regards, > Nathan > > > > On Thu, Dec 1, 2011 at 7:20 PM, Lex Trotman wrote: >> >>> On Fri, Dec 2, 2011 at 10:54 AM, Meyer <3m.me...@gmail.com> wrote: >>&

[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

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