Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Matthew Brush
But it probably only works on Fedora because you already have the packages installed, if you didn't, it would probably be broken too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Sync ctags main part (#1263)

2016-12-06 Thread Colomban Wendling
> - GRegex vs GNU regex - I kept GRegex in lregex.c (but synced all the rest) > but we should think whether not to convert back to GNU regex Well… I'd rather not bundle yet another library, especially as we have the same feature already available in a dependency. > - isIgnoreToken() works

Re: [Github-comments] [geany/geany] Lithuanian translation modified (#1318)

2016-12-06 Thread zygimantus
Hi! Can you give the complete set commands to do that `make update-po`? Because I am failing to do that. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1318#issuecomment-262586680

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread elextr
Arch is a bleeding edge distro, maybe its version needs gsettings that older distros don't. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262662074

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Matthew Brush
What are the compile flags you're using for WebKitGtk and GNOME libs? Maybe you got them wrong or are not self-compiling using binaries from one distro that are patched and/or incompatible with other distros (ex. using different paths for gsettings and such)? -- You are receiving this because

[Github-comments] [geany/geany] GTK3: scrolling doesn't work (#1320)

2016-12-06 Thread Bendegúz Gyönki
In the GTK3 version, scrolling in the code editor with a touchpad doesn't work. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1320

Re: [Github-comments] [geany/geany] grep couldn't find anything if used non UTF8 codepage (#1321)

2016-12-06 Thread Colomban Wendling
Yeah, I know. @eht16 I guess this is one of the reasons why *spawn* didn't use `W` variants (as it has a comment about encoding conversion): > GLib converts the argument vector to UNICODE. For non-UTF8 arguments, the > result is often "Invalid string in argument vector at %d: %s: Invalid byte

Re: [Github-comments] [geany/geany] Sync ctags main part (#1263)

2016-12-06 Thread Colomban Wendling
Okay, first pass. I diffed against uctags/main as you suggested, plus the parsers diff. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1263#issuecomment-262808285

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Enrico Tröger
Yes, libicu is a direct dependency og WebKitGTK. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262636012

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
On Arch Linux I get the error: ```bash (geany:1486): GLib-GIO-ERROR **: No GSettings schemas are installed on the system [1]1486 trace trap (core dumped) ./Geany* ``` when I start the web helper plugin. Any ideas? On Debian 8 and Fedora 24 VMs this error doesn't occur. This Arch Linux VM

Re: [Github-comments] [geany/geany-plugins] Wrap Lines In Overview Plugin (#506)

2016-12-06 Thread Colomban Wendling
@codebrainz oops, sorry, I didn't check for dupes indeed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/506#issuecomment-262477224

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I can also confirm this plugin loads fine on Solus 1.2.1 and Sabayon Linux. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262665293

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I ran `find /usr -name "*gsettings*"` on Fedora 24 (on which the web helper plugin is working fine) and got: http://paste2.org/HxbJ9tEb. While on Arch Linux that same search gave: http://paste2.org/LUxjb3am. To me these two searches look much the same. Any idea which file might be the problem?

Re: [Github-comments] [geany/geany] Wrap Lines In Overview Plugin (#1319)

2016-12-06 Thread 483768903474589
@b4n Thank you for looking into it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1319#issuecomment-262502106

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I have tried bundling VTE and other geany plugins deps and I found they weren't being loaded. For example, there was no terminal embedded in Geany, hence indicating that VTE wasn't being loaded. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Matthew Brush
> I was able to cut its size down to just 39.62 MB by cutting out the WebKit > dependency. You get a lot of bang for your buck with WebKitGtk though. Not only are there 3 plugins that require it (Devhelp, Markdown and Webhelper), but also the version they need is going to be removed from

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Well Arch Linux isn't really all too important to support to me as they have the latest Geany and its plugins in their repos anyway. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Matthew Brush
Neither of those show the actual compiled GSettings schemas. Presumably if you're on Fedora (GNOME-heavy distro), you should have many. On Xubuntu I have 87 schemas under `/usr/share/glib-2.0/schemas` and have barely any GNOME apps. -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
`LD_DEBUG=libs ./*AppImage` gave: ```bash 1774: calling init: /usr/lib/gio/modules/libgiognomeproxy.so 1774: 1774: /usr/lib/gio/modules/libgiognomeproxy.so: error: symbol lookup error: undefined symbol: g_module_check_init (fatal) 1774:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I didn't compile it. I'm using WebKitGtk and GNOME libs from the Ubuntu 14.04 repos. But I will look to see if you might be right on different file paths. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I've found that by compiling some extra packages I can get a little further towards the goal of getting all plugins to work. The geanypy plugin is causing problems still though, giving the error: ```bash 2432: /tmp/.mount_dKVgoK/usr/lib/geany/geanypy.so: error: symbol lookup error:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Enrico Tröger
@fusion809 - I don't mind much about the capitalisation, I didn't consider the names as package names. Then it is OK probably. - I still vote for "Free Software" as it is more specific than this ambigous term "open-source". And here the capitalisation is actually important. - in the latest

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I used lowercase as `geany` and `geany-plugins` are more package names than they are program names. geany-plugins shouldn't be capitalized even if we disregard the fact I'm talking about packages, as they're not a proper noun. If I had a list of runtime dependencies for these plugins for CentOS

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread elextr
You possibly somehow have used a version of Glib that doesn't support [g_module](https://developer.gnome.org/glib/stable/glib-Dynamic-Loading-of-Modules.html) though how I have no idea, every Linux I have seen supports it. -- You are receiving this because you are subscribed to this thread.

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> Is there a way to enable all plugins without specifying them each > individually? Yes, `--enable-all-plugins`. > I have tried bundling VTE […] and I found they weren't being loaded. For > example, there was no terminal embedded in Geany, hence indicating that VTE > wasn't being loaded.

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Yeah I increased its size to 112M by including gcc, g++ and make in it, so people can build C/C++ projects in it too. Merely run `bsdtar -xf ` to get the contents. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> If you can find files in it that I can delete to make it smaller, feel free. things that look useless/weird to me: https://gist.github.com/b4n/0b1f3b7de98c5c6c19449566eb18e6a9 I'm not saying none of those would be required (like, maybe webkit depends on *libwebp* for example), but I don't

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> What about a list of runtime dependencies for `geany` and `geany-plugins` on > CentOS 7 that aren't X or GDK-related? If I had that I could satisfy both of > you, @b4n and @eht16. Geany has basically zero deps. You might want to bundle a version of `libvte9` because newer systems don't have

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Also tried it on openSUSE Tumbleweed and Debian 8 VMs without a problem. Both of which are fairly minimalistic too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Compression libraries (like `zlib` and `liblzma`) aren't required by Geany or its plugins are they? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262688458

Re: [Github-comments] [geany/geany] Lithuanian translation modified (#1318)

2016-12-06 Thread Frank Lanitz
Merged #1318. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1318#event-870051477

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread elextr
Mostly agree with @b4n gist except perhaps `usr/share/man/man1/geany.1.gz` :) Python 2.7 might (just barely) be useful since Geanypy needs it and some bleeding edge distros no longer provide it by default IIUC, although bleeding edge users are usually able to install stuff by themselves.

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
They're included because without GDK libraries I get an error on Fedora 24. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262384644

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Is there a way to enable all plugins without specifying them each individually? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262399050

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Enrico Tröger
A few comments before adding it to the website: - when running on ArchLinux I get: ``` zenity, kdialog, Xdialog missing. Skipping ./bin//geany.wrapper. /tmp/.mount_3N7xOv/usr/bin/geany: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Enrico Tröger
Sorry, I don't know CentOS 7. But I guess you'll be able to figure out the proper package names. Or if you don't like to, then just skip the dependencies. I don't mind much. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Didn't you read what I said? I am using a CentOS 7 VM not Debian. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262400405

Re: [Github-comments] [geany/geany] Wrap Lines In Overview Plugin (#1319)

2016-12-06 Thread Colomban Wendling
Moved to geany/geany-plugins#506: the Overview plugin is par of the Geany-Plugins package, not core Geany. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1319#issuecomment-262474808

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> Yeah I increased its size to 112M by including gcc, g++ and make in it Hum… I'm not sure if it's really sensible to do so, because if people want to develop apps in C or C++ they'll likely need development files for other libraries and alike. Also, you could then consider including Python,

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Thanks when I wake up tomorrow I'll analyse your suggestions in detail. If anyone else wants to throw in their two cents I'll be happy to consider them too tomorrow. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Well I've updated my AppImage to include the changes I think you want (as I won't know until you actually give me more details like the list of geany plugins dependencies on CentOS 7) https://bintray.com/fusion809/AppImages/Geany#files. I tested it on Arch Linux and it works on there now. It

[Github-comments] [geany/geany] Lithuanian translation modified (#1318)

2016-12-06 Thread zygimantus
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1318 -- Commit Summary -- * Lithuanian translation updates * Lithuanian translation changes -- File Changes -- M po/lt.po (88) -- Patch Links --

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> They're included because without GDK libraries I get an error on Fedora 24. As said on https://github.com/probonopd/AppImages/issues/145#issuecomment-262383994 I really doubt it's because F24 doesn't have this lib, but rather because you pack other outdated libs F24's version of it depend

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Well that's a relief, I don't like to bundle extra stuff if I don't have to. I just made a commit so Travis CI should be building it now and uploading it to Bintray. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Wrap Lines In Overview Plugin (#1319)

2016-12-06 Thread 483768903474589
Hi The lines do not wrap in the Overview plugin when line wrapping is enabled. Would making the lines wrap be possible to implement? Thanks Fred -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
4 monthly updates seem easy to maintain so yeah I do plan to. Unless of course newer releases break compatibility with CentOS 7's GCC compiler and set of libraries. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> Oh and if those plugins are missing then it's the fault of your build system > fork `geany-plugins`. The build system doesn't enable any plugin if they have a missing dependency, but some plugins don't have any extra deps. It rather sounds like you didn't properly build GP against the Geany

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
What about a list of runtime dependencies for `geany` and `geany-plugins` that aren't X or GDK-related? If I had that I could satisfy both of you. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Opening and working with remote files (webdav) (#1316)

2016-12-06 Thread falzard
"cat" doesn't work (or i'm missing something), but gvfs-cat does. Anyway, ok, thank you. I'll use sshfs I guess -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany-plugins] Wrap Lines In Overview Plugin (#506)

2016-12-06 Thread Colomban Wendling
_Moved from geany/geany#1319, originally opened by @483768903474589 on November 23, 2016._ Hi The lines do not wrap in the Overview plugin when line wrapping is enabled in the editor. Would making the lines wrap in the Overview be possible to implement? I have the latest version of Geany.

Re: [Github-comments] [geany/geany-plugins] Wrap Lines In Overview Plugin (#506)

2016-12-06 Thread Matthew Brush
Closed #506. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/506#event-869472062

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Oh and which libraries included are X or GDK related? Out of: ```bash libEGL.so.1 libX11-xcb.so.1 libXau.so.6 libXcomposite.so.1 libXcursor.so.1 libXdamage.so.1 libXext.so.6 libXfixes.so.3 libXi.so.6 libXinerama.so.1 libXrandr.so.2 libXrender.so.1 libXxf86vm.so.1 libatk-1.0.so.0 libcairo.so.2

Re: [Github-comments] [geany/geany-plugins] Overview plugin doesn't support dynamic line wrapping (#321)

2016-12-06 Thread 483768903474589
@codebrainz @b4n Please implement this in the overview. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/321#issuecomment-262480600

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
Thanks a million, now it works. Here is the link https://bintray.com/fusion809/AppImages/Geany#files. It is much larger than my CentOS one, it is ~88 MB in size. If you can find files in it that I can delete to make it smaller, feel free. -- You are receiving this because you are subscribed

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Matthew Brush
GeanyPy [requires PyGTK](https://github.com/geany/geany-plugins/blob/master/build/geanypy.m4#L5) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1303#issuecomment-262428374

Re: [Github-comments] [geany/geany] Wrap Lines In Overview Plugin (#1319)

2016-12-06 Thread Colomban Wendling
Closed #1319. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1319#event-869463662

Re: [Github-comments] [geany/geany] Sync ctags main part (#1263)

2016-12-06 Thread Colomban Wendling
b4n requested changes on this pull request. Comments on the uctags/geany diff: ```diff +static bool createTagsWithFallback1 (const langType language, + passStartCallback passCallback, void *userData) +{ + int lastPromise = getLastPromise (); + unsigned int passCount = 0; +

[Github-comments] [geany/geany-plugins] Help-Button not working (#507)

2016-12-06 Thread Frank Lanitz
At least under MacOS 10.11.6 running 1.29 the Help-button inside Tools->Plugin Manager is getting activated, but seem not to work. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
This Fedora VM of mine is minimalistic. The only pieces of software I installed on top of the default set of apps (I installed the GNOME edition) are Git, Zsh and OpenSSH. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I've been able to cut down on its size from 84 MB to 65 MB. Here is my yaml: ```yaml app: Geany binpatch: true ingredients: packages: - geany - geany-plugins - python-gtk2 dist: trusty sources: - deb http://archive.ubuntu.com/ubuntu/ trusty main universe ppas: -

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I was able to cut its size down to just 39.62 MB by cutting out the WebKit dependency. I found that on Frugalware Linux the web helper plugin wouldn't load unless webkit-gtk2 was installed locally, even when I still bundled webkit with the AppImage. Here is my yaml now: ```yaml app: Geany

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
> see the archive contents at http://pastebin.geany.org/TDiF5/ I really wonder why X11 and GDK are included here, all those should be assumed to be present just fine. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] grep couldn't find anything if used non UTF8 codepage (#1321)

2016-12-06 Thread Mikhail
grep couldn't find anything if used non UTF8 codepage Example: https://youtu.be/OMs5XNwggTQ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1321

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Colomban Wendling
Hum, I just realized `ctags-exuberant` might be needed for GeanyCTags to actually do something. Or maybe not, I'm not sure. > Can I delete OpenLDAP libs? I know very little about OpenLDAP but it seems to > be crypto-related. I guess you can (not totally sure of what those actually do, but

Re: [Github-comments] [geany/geany] Lithuanian translation modified (#1318)

2016-12-06 Thread Frank Lanitz
I needed to solve a few conflicts manually but finally merged it. Please, if you have the chance, get a recent checkout and run make update-po inside po folder and recheck your translation. This would be awesome. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread Brenton Horne
I kept GDB in it, because it doesn't take up much space and it can be useful for debugging. If there's some security issue with it (like with GPG) or if different versions of it (as I am bundling a fairly old version of it) are vastly different (hence making it attractive to just let users take

Re: [Github-comments] [geany/geany] grep couldn't find anything if used non UTF8 codepage (#1321)

2016-12-06 Thread Mikhail
> The Find in Files dialog allows you to choose encoding, and also allows > specifying additional options for grep, if that helps. Currently this option not passed to grep (because grep not support encoding option) this option used for convert source search string to target encoding and also

Re: [Github-comments] [geany/geany] grep couldn't find anything if used non UTF8 codepage (#1321)

2016-12-06 Thread Matthew Brush
The Find in Files dialog allows you to choose encoding, and also allows specifying additional options for grep, if that helps. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] grep couldn't find anything if used non UTF8 codepage (#1321)

2016-12-06 Thread elextr
Actually the whole FIF thing is broken if the files being searched are not in a known encoding, we know the locale encoding and we know our buffer is UTF-8, but grep doesn't know about encodings of files it searches. The random choice of UTF-8 or locale for the search string will only find the

Re: [Github-comments] [geany/geany] Add support for Apple Swift language (#1265)

2016-12-06 Thread Colomban Wendling
Ah, and it misses an update to *data/Makefile.am*. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1265#issuecomment-263061365

[Github-comments] [geany/geany] Autocompletion is misleading in some circumstances for Python (#1306)

2016-12-06 Thread programmin1
Enter this in a Python file: ``` import os os.path.list[press tab] ``` Tab shows listdir! I knew listdir() was in one of those modules... only problem is, run it and you will find the autocomplete was wrong, there is no such thing as os.path.listdir, it is os.listdir, in Python2 and 3. So the

[Github-comments] [geany/geany] Regression: No syntax highlighting for bash lists with one item (#1308)

2016-12-06 Thread Thomas Lange
Bash lists with only one string item are not applying syntax highlighting. It worked correctly with an older version of Geany, but I cannot say when this regression was introduced. Example: ``` #!/bin/bash var1=('foo') var2=('foo: works') var3=('foo', 'bar') ``` Expected syntax highlighting:

Re: [Github-comments] [geany/geany] Grammar "and the end of lines" -> "at the end of lines" (#1307)

2016-12-06 Thread elextr
The `.po` files are generated files, the messages are created from the code (and a few other places) mechanically. Editing the message strings of the `.po` file will just get overwritten. As the comment above says it comes from `geany.glade.h` which is itself a generated file from

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread elextr
@probonopd thank for the polite disagreement and discussion, its sometimes rare. I suspect we will have to end up agreeing to disagree. You are interested in the USER, we are developers and interested in DEVELOPMENT and the experience of running the software and its functionality. We don't

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2016-12-06 Thread probonopd
> you seem obsessed with users @elextr indeed, you got me there :-) > as if Geany was a commercial software product Why would a polished user experience be only relevant for a _commercial_ software product? There are many examples where open source software is more polished than commercial

Re: [Github-comments] [geany/geany] Add windows default for execute command (#1305)

2016-12-06 Thread Colomban Wendling
Windows doesn't require the `.exe` suffix to successfully run the program. Maybe it's interesting in case there is more than one possibility (like same basename with both `bat` and `.exe` extensions?), I have no idea what happens there. But well, if there's a reason to do so, why not. -- You

[Github-comments] [geany/geany] geany-plugin-git-changebar not functionnal (#1309)

2016-12-06 Thread jallary
Since last upgrade on Debian sid, plugin geany-plugin-git-changebar is not working anymore. geany 1.29 (construit le Nov 16 2016 avec GTK 2.24.31, GLib 2.50.2) ii geany-plugin-git-changebar1.28+dfsg-1 amd64 -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Create projects in existing folders (#1311)

2016-12-06 Thread elextr
Geany does not limit where you place your files. The project creation dialog suggests a "project" directory as a default, but you can change it to anything. You can also change the default in "menu->Edit->Preferences->General->Startup->Project Files" -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Add windows default for execute command (#1305)

2016-12-06 Thread elextr
Ok, if more than one extension is executable without specifying the extension, then since this is a language independent default, it should not have the extension. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Grammar "and the end of lines" -> "at the end of lines" (#1307)

2016-12-06 Thread Colomban Wendling
> The `.po` files are generated files, the messages are created from the code > (and a few other places) mechanically. Editing the message strings of the > `.po` file will just get overwritten. Not exactly, as the OP properly modified `msgstr` (the translation), not `msgid` (the source

Re: [Github-comments] [geany/geany] Can't apply bold font in CentOS 7 (#1250)

2016-12-06 Thread Śubham
Closed #1250. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1250#event-864190413

Re: [Github-comments] [geany/geany] Grammar "and the end of lines" -> "at the end of lines" (#1307)

2016-12-06 Thread Frank Lanitz
Taking over. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1307#issuecomment-261193453

Re: [Github-comments] [geany/geany] geany-plugin-git-changebar not functionnal (#1309)

2016-12-06 Thread Colomban Wendling
It's been fixed on Geany-Plugins' side in the last release 1.29. See [Debian bug #844745](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844745) and https://github.com/geany/geany-plugins/issues/493. Also, this repository is for Geany issues, and Git-Changebar is part of

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Suraj Patil
Yes, I'll be sending a PR shortly, before that, let's agree upon the shortcuts which you'll allow into the product. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] C: report forward type declarations as typedefs (#1313)

2016-12-06 Thread elextr
> and this "someone" probably isn't me ;-). or me :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1313#issuecomment-263418075

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Suraj Patil
there are no page-up buttons in mac :( -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1324#issuecomment-263102951

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Matthew Brush
> Well, if @techee agrees that all OSX users are dumb enough that its not a > problem It's not to do with dumb, but rather with likely uses. If you install the Geany on OSX it gives an Application you can launch with GUI. If you like to use from the command line, you probably want to make an

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread elextr
@thewhitetulip don't worry patches don't get committed without being checked, and in the case of OSX specific ones, not until @techee who does the OSX builds agrees too :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Suraj Patil
@elextr I do not think anyone would start geany from the terminal, so even if we are dumb enough not to understand how to run a specialized way, there is no point :smile:. @codebrainz Rather than throwing in a patch, I'd rather wait for the solution, just avoids the technical debt. I mean

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Matthew Brush
They won't, it requires some obscure command like: ```bash /Users/me/Applications/Geany.app/some/subdirs/bin/geany -c XXX ``` Such kind of users will figure out copying a `keybindings.conf` file or customizing shortcuts via the GUI. If a simple hack can work for 99% of users, it's worthwhile

Re: [Github-comments] [geany/geany] geany build and run same time (#1327)

2016-12-06 Thread mvkrdndm
so which command should i use to make geany build and run at same time ? could you give the command. http://stackoverflow.com/questions/3590/how-to-config-geany-to-build-and-execute-at-the-same-time there are people asking the same question but so far no helpful soluton on google. -- You

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Matthew Brush
A platform-specific `keybindings.conf` would work fine. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1324#issuecomment-263485785

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread elextr
Well, if @techee agrees that all OSX users are dumb enough that its not a problem (apologies to the OP) then he can do that, though a couple of `#ifdefs` isn't an issue either. Whoever makes the PR first :) -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] geany build and run same time (#1327)

2016-12-06 Thread elextr
As I said above, the `compile` and `build` commands are NOT run in a shell so you can't use && in them unless you run the shell yourself and pass the command to the -c option of the shell command. The `execute` command IS run in a shell, so you can have it compile and run using your command

Re: [Github-comments] [geany/geany] Allow for direct GVFS usage (without gvfs-fuse) (#1145)

2016-12-06 Thread Leo Unglaub
@techee i have not tryed your patches yet. But i have to give it a try as soon as i get home. They look very promising and i would love to see them in the next Geany release. I am sure a lot of people would love to see them beeing merged. -- You are receiving this because you are subscribed

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread elextr
> BTW, there's an interesting question regarding backward compatibility: if we > install different defaults, keybindings might change for existing users if > they didn't override any keybinding. That might be a problem -- or not? Indeed, but only for OSX users who have not already set bindings

[Github-comments] [geany/geany-plugins] Improve the README for tableconvert plugin (#508)

2016-12-06 Thread Dominic Hopf
Make the SQL-output a line block as of http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#line-blocks You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/508 -- Commit Summary -- * Improve the README for

Re: [Github-comments] [geany/geany] Keyboard shortcuts for menu items (#1324)

2016-12-06 Thread Matthew Brush
Then I don't understand why it's being challenged or considered not a suitable fix. It's the cleanest way to override the hard-coded defaults on a per-platform basis. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Dismiss "Deleted from Disk" Infobar on Reload (#1330)

2016-12-06 Thread Matthew Brush
When an open document's file is deleted from disk the infobar pops up to let the user know. The infobar doesn't have a Reload option (which kind of makes sense). Often I'll have a generated file open which is frequently deleted and re-created from scratch, which of course triggers the infobar.

Re: [Github-comments] [geany/geany] geany build and run same time (#1327)

2016-12-06 Thread mvkrdndm
i am not a native english user and not really familiar with those terms .as far as i understand you are telling me i can not do 1 click and run with any command i will paste there.you are suggesting me to open shell and do it by typing my hand everytime .which is even more time consuming than

  1   2   3   >