I recently upgraded to the 0.20 version from the nightly builds website and also installed the plugins all (from the same site) but since I did this I've lost the column mode (which came with the extrasel plugin)
Any idea on how I can add it through the nightly builds website?
I'm on ubuntu 10.10
Vineet
On 27 October 2010 13:07, Vineet Jain vinjvinj@gmail.com wrote:
I recently upgraded to the 0.20 version from the nightly builds website and also installed the plugins all (from the same site) but since I did this I've lost the column mode (which came with the extrasel plugin)
Any idea on how I can add it through the nightly builds website?
I'm on ubuntu 10.10
When you say the same site do you mean http://www.geany.org/Support/Plugins or http://plugins.geany.org/.
Extrasel is on the latter.
Cheers Lex
Vineet _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Yup. I saw that. My problem is that I don't know how to add extrasel to ubuntu after I followed the steps on the following website:
http://nightly.geany.org/debian/
1. I added deb http://geany.nightlybuilds.org/ ./debian/ to my sources.list 2. I installed geany 3. I installed geany-plugins
But I still don't have geany-extrasel. Is there a reason all the plugins are not maintained on http://nightly.geany.org/debian/. I find extrasel the coolest plugin and one of the most amazing features of geany (the column mode) it should be really included with the default install of geany.
Any suggestions on how I can add extrasel to my ubuntu10.10 after I've upgraded to 0.20.1?
Thanks,
Vineet
On Tue, Oct 26, 2010 at 10:50 PM, Lex Trotman elextr@gmail.com wrote:
On 27 October 2010 13:07, Vineet Jain vinjvinj@gmail.com wrote:
I recently upgraded to the 0.20 version from the nightly builds website and also installed the plugins all (from the same site) but since I did this I've lost the column mode (which came with the extrasel plugin)
Any idea on how I can add it through the nightly builds website?
I'm on ubuntu 10.10
When you say the same site do you mean http://www.geany.org/Support/Plugins or http://plugins.geany.org/.
Extrasel is on the latter.
Cheers Lex
Vineet _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Wed, 27 Oct 2010 07:30:57 -0400 Vineet Jain vinjvinj@gmail.com wrote:
Yup. I saw that. My problem is that I don't know how to add extrasel to ubuntu after I followed the steps on the following website:
http://nightly.geany.org/debian/
- I added deb http://geany.nightlybuilds.org/ ./debian/ to my
sources.list 2. I installed geany 3. I installed geany-plugins
But I still don't have geany-extrasel. Is there a reason all the plugins are not maintained on http://nightly.geany.org/debian/. I find extrasel the coolest plugin and one of the most amazing features of geany (the column mode) it should be really included with the default install of geany.
Any suggestions on how I can add extrasel to my ubuntu10.10 after I've upgraded to 0.20.1?
Well, i guess the best way would be to compile it on your own for the meantime as described on http://plugins.geany.org/install.html
Cheers, Frank
Hi,
I don't have time right now, and will be AFK for a day or two, so just some $subject:
1. handle_integer_setting() uses gboolean *setting. It works, because gboolean is actually int, but I think that should be gint *.
2. ui_editable_insert_text_callback() checks only the first character (assuming typing?), so you can, say, paste 1boza in Go to line. GeanyInsertNum contains a callback with full check, similar what is required +-number.
3. It would be nice to have the Document -> Indent Width -> # commands bindable to keys. Personally I don't use Ctrl+# for sending selection to custom commands...
Ciao for now.
On Wed, 27 Oct 2010 21:18:07 +0300 Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
- handle_integer_setting() uses gboolean *setting. It works, because
gboolean is actually int, but I think that should be gint *.
Now fixed.
- ui_editable_insert_text_callback() checks only the first character
(assuming typing?), so you can, say, paste 1boza in Go to line.
I can't reproduce this using Go to Line.
GeanyInsertNum contains a callback with full check, similar what is required +-number.
- It would be nice to have the Document -> Indent Width -> #
commands bindable to keys. Personally I don't use Ctrl+# for sending selection to custom commands...
I think it would be better to have a single keybinding that prompted for the indent width rather than (re)assign those shortcuts.
Nick
On 27 October 2010 22:30, Vineet Jain vinjvinj@gmail.com wrote:
Yup. I saw that. My problem is that I don't know how to add extrasel to ubuntu after I followed the steps on the following website:
http://nightly.geany.org/debian/
- I added deb http://geany.nightlybuilds.org/ ./debian/ to my sources.list
- I installed geany
- I installed geany-plugins
But I still don't have geany-extrasel. Is there a reason all the plugins are not maintained on http://nightly.geany.org/debian/. I find extrasel the coolest plugin and one of the most amazing features of geany (the column mode) it should be really included with the default install of geany.
The plugins are not necessarily written and maintained by the Geany crew. Plugins can be listed on plugins.geany.org so that Geany users can find them easily, but the author is not forced to set them up in such a way that they are included in the geany-plugins package. The author may make this decision because they don't want to, because they can't support maintaining the plugin to the Geany release schedule, because they don't know how, because the plugin is not windows compatible or GTK-2.8 compatible or other technical reasons etc.
Plugins that are not part of the geany-plugins package obviously don't get built by the nightly server since it doesn't know about them. It is unlikely that they would be added to the nightly build separately as each plugin is individual and would require significantly more maintenance of the build server, effort which isn't really available.
The solution is, as Frank said, to compile the extra plugins yourself.
Cheers Lex
Any suggestions on how I can add extrasel to my ubuntu10.10 after I've upgraded to 0.20.1?
Thanks,
Vineet
On Tue, Oct 26, 2010 at 10:50 PM, Lex Trotman elextr@gmail.com wrote:
On 27 October 2010 13:07, Vineet Jain vinjvinj@gmail.com wrote:
I recently upgraded to the 0.20 version from the nightly builds website and also installed the plugins all (from the same site) but since I did this I've lost the column mode (which came with the extrasel plugin)
Any idea on how I can add it through the nightly builds website?
I'm on ubuntu 10.10
When you say the same site do you mean http://www.geany.org/Support/Plugins or http://plugins.geany.org/.
Extrasel is on the latter.
Cheers Lex
Vineet _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
The plugins are not necessarily written and maintained by the Geany crew. Plugins can be listed on plugins.geany.org so that Geany users can find them easily, but the author is not forced to set them up in
While I would agree with all of this it just seems sad that such a powerful feature (besides ultraedit and you guys, no one seems to have gotten this right) is left as a plugin and especially one which is not on the nightly built site. You really should consider making this part of the core geany app. I can't believe anyone would not want this functionality by default.
The solution is, as Frank said, to compile the extra plugins yourself.
Just copying the binary release from the 0.19 version worked for me.
On 29 October 2010 05:04, Vineet Jain vinjvinj@gmail.com wrote:
The plugins are not necessarily written and maintained by the Geany crew. Plugins can be listed on plugins.geany.org so that Geany users can find them easily, but the author is not forced to set them up in
While I would agree with all of this it just seems sad that such a powerful feature (besides ultraedit and you guys, no one seems to have gotten this right) is left as a plugin and especially one which is not on the nightly built site. You really should consider making this part of the core geany app. I can't believe anyone would not want this functionality by default.
I don't ... just an example :-D
If someone submitted a patch to add it to plugin-package I'm sure it will be considered.
The solution is, as Frank said, to compile the extra plugins yourself.
Just copying the binary release from the 0.19 version worked for me.
Lucky, its not guaranteed to keep working, but now you know what to do if/when it fails.
Cheers Lex
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Am 29.10.2010 02:32, schrieb Lex Trotman:
On 29 October 2010 05:04, Vineet Jain vinjvinj@gmail.com wrote:
The plugins are not necessarily written and maintained by the Geany crew. Plugins can be listed on plugins.geany.org so that Geany users can find them easily, but the author is not forced to set them up in
While I would agree with all of this it just seems sad that such a powerful feature (besides ultraedit and you guys, no one seems to have gotten this right) is left as a plugin and especially one which is not on the nightly built site. You really should consider making this part of the core geany app. I can't believe anyone would not want this functionality by default.
I don't ... just an example :-D
If someone submitted a patch to add it to plugin-package I'm sure it will be considered.
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80 (commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Cheers, Frank
On 29 October 2010 18:15, Frank Lanitz frank@frank.uvena.de wrote:
Am 29.10.2010 02:32, schrieb Lex Trotman:
On 29 October 2010 05:04, Vineet Jain vinjvinj@gmail.com wrote:
The plugins are not necessarily written and maintained by the Geany crew. Plugins can be listed on plugins.geany.org so that Geany users can find them easily, but the author is not forced to set them up in
While I would agree with all of this it just seems sad that such a powerful feature (besides ultraedit and you guys, no one seems to have gotten this right) is left as a plugin and especially one which is not on the nightly built site. You really should consider making this part of the core geany app. I can't believe anyone would not want this functionality by default.
I don't ... just an example :-D
If someone submitted a patch to add it to plugin-package I'm sure it will be considered.
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80
If I read above right it adds to waf build, but IIUC nightlys are autotools based so this won't help.
Commit below seems irrelevant, wrong paste I guess :-)
Cheers Lex
(commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Cheers, Frank _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Fri, 29 Oct 2010 09:15:08 +0200 Frank Lanitz frank@frank.uvena.de wrote:
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80 (commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Look at http://nightly.geany.org/debian/build_deb32_plugins.log
geanyextrasel does indeed build with nighties, and it builds fine, but no package is created for it. In fact, there are 16 plugins configured and build, but only 11 packages?..
On Fri, 29 Oct 2010 18:58:34 +0300, Dimitar wrote:
On Fri, 29 Oct 2010 09:15:08 +0200 Frank Lanitz frank@frank.uvena.de wrote:
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80 (commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Look at http://nightly.geany.org/debian/build_deb32_plugins.log
geanyextrasel does indeed build with nighties, and it builds fine, but no package is created for it. In fact, there are 16 plugins configured and build, but only 11 packages?..
That's the real reason. The extrasel plugin is only missing from the Debian package builds.
For the nightly builds, I used the official Debian packages (for Geany itself and the plugins) and the extrasel plugin is disabled even in the official Debian plugins package, so it is in the nightly builds.
Chow, any idea why it's disabled?
Regards, Enrico
On Saturday 30,October,2010 09:53 PM, Enrico Tröger wrote:
On Fri, 29 Oct 2010 18:58:34 +0300, Dimitar wrote:
On Fri, 29 Oct 2010 09:15:08 +0200 Frank Lanitz frank@frank.uvena.de wrote:
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80 (commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Look at http://nightly.geany.org/debian/build_deb32_plugins.log
geanyextrasel does indeed build with nighties, and it builds fine, but no package is created for it. In fact, there are 16 plugins configured and build, but only 11 packages?..
That's the real reason. The extrasel plugin is only missing from the Debian package builds.
For the nightly builds, I used the official Debian packages (for Geany itself and the plugins) and the extrasel plugin is disabled even in the official Debian plugins package, so it is in the nightly builds.
Chow, any idea why it's disabled?
Aye. Debian is frozen at the moment, and nobody has uploaded CTPL, which is a dependency of extrasel. So in order to get the new set of plugins into Debian, the only thing we could do was to disable the new plugins, and just update the outdated ones only.
Am Montag, den 01.11.2010, 12:55 +0800 schrieb Chow Loong Jin:
On Saturday 30,October,2010 09:53 PM, Enrico Tröger wrote:
On Fri, 29 Oct 2010 18:58:34 +0300, Dimitar wrote:
On Fri, 29 Oct 2010 09:15:08 +0200 Frank Lanitz frank@frank.uvena.de wrote:
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80 (commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Look at http://nightly.geany.org/debian/build_deb32_plugins.log
geanyextrasel does indeed build with nighties, and it builds fine, but no package is created for it. In fact, there are 16 plugins configured and build, but only 11 packages?..
That's the real reason. The extrasel plugin is only missing from the Debian package builds.
For the nightly builds, I used the official Debian packages (for Geany itself and the plugins) and the extrasel plugin is disabled even in the official Debian plugins package, so it is in the nightly builds.
Chow, any idea why it's disabled?
Aye. Debian is frozen at the moment, and nobody has uploaded CTPL, which is a dependency of extrasel. So in order to get the new set of plugins into Debian, the only thing we could do was to disable the new plugins, and just update the outdated ones only.
Wasn't Geanygendoc the one depending on CTPL?
On Mon, 01 Nov 2010 10:22:17 +0100 Dominic Hopf dmaphy@googlemail.com wrote:
Aye. Debian is frozen at the moment, and nobody has uploaded CTPL, which is a dependency of extrasel. So in order to get the new set of plugins into Debian, the only thing we could do was to disable the new plugins, and just update the outdated ones only.
Wasn't Geanygendoc the one depending on CTPL?
Yes, it seems Geanygendoc is the only plugin that requires it.
Nick
On Monday 01,November,2010 05:22 PM, Dominic Hopf wrote:
Am Montag, den 01.11.2010, 12:55 +0800 schrieb Chow Loong Jin:
On Saturday 30,October,2010 09:53 PM, Enrico Tröger wrote:
On Fri, 29 Oct 2010 18:58:34 +0300, Dimitar wrote:
On Fri, 29 Oct 2010 09:15:08 +0200 Frank Lanitz frank@frank.uvena.de wrote:
Having a look onto http://git.geany.org/geany-plugins/tree/geany-plugins/wscript#n80 (commit 546fecfb17167df918bd444c00653b32ca9e7b3d http://git.geany.org/geany-plugins/commit/?id=546fecfb17167df918bd444c00653b32ca9e7b3d ) it seems its already part of. Just not compiling with the nightly builds.
Look at http://nightly.geany.org/debian/build_deb32_plugins.log
geanyextrasel does indeed build with nighties, and it builds fine, but no package is created for it. In fact, there are 16 plugins configured and build, but only 11 packages?..
That's the real reason. The extrasel plugin is only missing from the Debian package builds.
For the nightly builds, I used the official Debian packages (for Geany itself and the plugins) and the extrasel plugin is disabled even in the official Debian plugins package, so it is in the nightly builds.
Chow, any idea why it's disabled?
Aye. Debian is frozen at the moment, and nobody has uploaded CTPL, which is a dependency of extrasel. So in order to get the new set of plugins into Debian, the only thing we could do was to disable the new plugins, and just update the outdated ones only.
Wasn't Geanygendoc the one depending on CTPL?
Oh whoops, that means it was just the freeze. We couldn't get the new plugins into Debian because the archive got frozen recently. (CTPL was another issue.)
Am 28.10.2010 20:04, schrieb Vineet Jain:
The plugins are not necessarily written and maintained by the Geany crew. Plugins can be listed on plugins.geany.org so that Geany users can find them easily, but the author is not forced to set them up in
While I would agree with all of this it just seems sad that such a powerful feature (besides ultraedit and you guys, no one seems to have gotten this right) is left as a plugin and especially one which is not on the nightly built site. You really should consider making this part of the core geany app. I can't believe anyone would not want this functionality by default.
The solution is, as Frank said, to compile the extra plugins yourself.
Just copying the binary release from the 0.19 version worked for me.
If using Geany 0.20 from this could be dangerous as IIRC we did change the ABI so its might not 100 binary compatible with. I really recommend to recompile it for your local Geany installation.
Cheers, Frank