Re: [Github-comments] [geany] Geany 1.26 is shipped with a version of grep that doesn't seem to work (#789)

2015-12-08 Thread elextr
Flagged and milestoned, but thats no guarantee, "somebody" has to actually fix the building of bundle. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/789#issuecomment-162862945

Re: [Github-comments] [geany] Run geany without installing it (#788)

2015-12-02 Thread elextr
> Because I'd have to re-install it after each change to the code. You still have to `make` after each code change anyway, but since the install to a non-system prefix doesn't need to be done with sudo, just doing `make install` will do both `make` and `make install` all in the one command. >

Re: [Github-comments] [geany] Keybindings for custom commands 4-9 and support for passing the document file name as an argument (#792)

2015-12-08 Thread elextr
Please make these two separate pull requests, don't mix more than one thing even if they relate to the same area of functionality. Please update the manual to reflect the changes. I would suggest use %f to substitute the filename to be consistent with build commands and because its

Re: [Github-comments] [geany] Parsing long files (#791)

2015-12-07 Thread elextr
@philiprbrenan did you try the suggestions by @b4n to allow identifying if its the symbol parser or highlighting lexer? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/791#issuecomment-162716459

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-15 Thread elextr
Closed #815. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/815#event-492675488

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-15 Thread elextr
The *purpose* of the `save actions` plugin is to save repeatedly, on focus out or on a (default) delay of 300 secs. But you have blocked it from doing what you asked it to by the lock, so you get the popup repeatedly as it tries to do its job. So there is no bug. --- Reply to this email

Re: [Github-comments] [geany] Justifying comments (#821)

2015-12-16 Thread elextr
There is no "justify" command in Geany, do you mean "Reflow lines/block" ? That command is a text reflow command, it has no knowledge of language syntax like comments. To make it handle reflowing comments would need knowledge of every language since they all have their own semantics. This

Re: [Github-comments] [geany] Justifying comments (#821)

2015-12-16 Thread elextr
Hmmm, ok, thats closer and at least its not filetype specific, but the first would still leave the empty comment lines as well as line 5. And the second is very confusing, it has to compress the spaces when its wrapping, but still leave spaces to keep the comment in the same place. And what

Re: [Github-comments] [geany] [RFC] Set correct sidebar/message window positions before showing the… (#576)

2015-12-13 Thread elextr
> I used the "This is Geany 1.26" message (which means that the message isn't > displayed in the status window at the very beginning of the log). Seems like a good thing to show when Geany is ready to use. --- Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany] Geany crashes suddenly (#795)

2015-12-14 Thread elextr
I assume you can display the file in some other application that shows the Japanese characters correctly, but is it using the same font? To see the Geany font see Menu->View->Change Font and check its the same as that being used by the other application. --- Reply to this email directly or

[Github-comments] [geany] Editor Widget Update not triggering (#807)

2015-12-13 Thread elextr
20:49:15: Geany INFO: Geany 1.27 (git >= ad354b7), en_AU.UTF-8 20:49:15: Geany INFO: GTK 3.10.8, GLib 2.40.2 Ignore the commit, Geany Git is actually 27628c0 (I thought we fixed needing to re-configure to get the git version?) After using Geany for a while sometimes when

Re: [Github-comments] [geany] Line Markers Tab (#798)

2015-12-13 Thread elextr
Closed #798. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/798#event-490492656

Re: [Github-comments] [geany] Limiting the columns searched (#806)

2015-12-12 Thread elextr
@b4n, is that bytes or code points? (but certainly *NOT* glyphs, ie display columns) --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/806#issuecomment-164211853

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-18 Thread elextr
Well, I got into a loop on Linux by changing the permission of the current file to read-only ... once, but could not repeat it. All other times the popup showed twice only, and when oked then went away until the next timeout. @kugel- could not make it fail at all. Maybe there is a race

Re: [Github-comments] [geany] Geany Freezes when unable to safe an edited file to it's FTP dir, no timeout on atempt saving file (#828)

2015-12-18 Thread elextr
Because `use_gio_unsafe_file_saving` can copy data across the network three times, if the FTP is flakey and slow it can take a long time, maybe it wasn't hung, just *VERY* slow. Yes, `use_atomic_file_saving` is the best for this, if the remote filesystem allows you to rename over an existing

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-18 Thread elextr
@rovf, the message dialogs are always generated as windows dialogs, not as GTK dialogs. The option I was thinking of (in various) only affects the open/save/save as dialogs which can be selected to use GTK or windows dialogs. --- Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany] Geany Freezes when unable to safe an edited file to it's FTP dir, no timeout on atempt saving file (#828)

2015-12-17 Thread elextr
In Menu->edit->preferences->various which of the `use_atomic_file_saving` or `use_gio_unsafe_file_saving` settings is set? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/828#issuecomment-165688821

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-17 Thread elextr
@rovf are you using windows native dialogs? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/815#issuecomment-165705328

Re: [Github-comments] [geany] Geany does not build code (#827)

2015-12-17 Thread elextr
@dr446 you didn't say which command you used. What language are you trying to build? The fact that there are no filetype commands says the file you have open is not a type recognised by Geany. If you were running `Make` then do you have a makefile? --- Reply to this email directly or view it

Re: [Github-comments] [geany] "which $CXX" breaks if CXX consists of several items (#829)

2015-12-17 Thread elextr
@b4n, yes it is due to `AC_PROG_CXX` being broken. But autotools will not fix it now, too many projects will break. We should just try the `CXX` and fail if it doesn't work. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/829#issuecomment-165612960

Re: [Github-comments] [geany] Bookmarks list across multiple files (#818)

2015-12-15 Thread elextr
The bookmarks list is part of the addons plugin which is part of the geany-plugins project, not Geany itself. This tracker is for Geany itself, please post issues for Geany-plugins on that projects [issue tracker](https://github.com/geany/geany-plugins/issues) --- Reply to this email directly

Re: [Github-comments] [geany] Editor Widget Update not triggering (#807)

2015-12-15 Thread elextr
Of course if @b4n can reproduce with a full screen geany then maybe its worth reporting ... maybe. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/807#issuecomment-164944403

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-16 Thread elextr
> But yeah, I'm quite sure it could be handled by improving the robustness of > plugin's code, without modifying the API. @codebrainz it would be good if its possible, but I currently can't see how without breaking the plugins existing, more common, use-cases just for this very rare problem.

Re: [Github-comments] [geany] Swapping between Geany and another window (#817)

2015-12-14 Thread elextr
Geany does not have control over this behaviour. Instead don't click on the editing widget to raise Geany, use the window manager or click on the window title or somewhere else outside the edit window and the cursor shouldn't move. --- Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany] Cursor moves when line is selcted by clicking line number (#816)

2015-12-14 Thread elextr
The selection is maintained by Scintilla. Its *definition* of the selection is that it ends at the cursor. You can request Scintilla changes that, but it is unlikely to happen because it will break all Scintilla based editors. Geany cannot change the behaviour until it is changed in Scintilla.

Re: [Github-comments] [geany] Bolding the line containing a find result. (#805)

2015-12-12 Thread elextr
Agree that the default selection highlighting can be a bit hard to see sometimes, but you can change it to be more visible in the colour scheme (or `filetypes.common` for the default). At the moment Scintilla only allows one style for the number margin, so you would have to request the feature

Re: [Github-comments] [geany] Limiting the columns searched (#806)

2015-12-12 Thread elextr
The concept of a `column` is too specific to a particular filetype, or file, or even section of a file (comma separated, whitespace separated, code point ranges, glyph ranges) for this to be provided in core. But somebody could implement it as a `column operations` plugin perhaps. --- Reply to

Re: [Github-comments] [geany] Selection without losing the existing selection (#804)

2015-12-12 Thread elextr
The selections are managed by Scintilla, it would need to be requested there first. Since nested selections is not a common concept you would need to explain (to Scintilla) how it should work. --- Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany] Vertically selecting large numbers of lines (#819)

2015-12-15 Thread elextr
@codebrainz oops left the ctrl off the last line :) ctrl-shift-click does a column select. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/819#issuecomment-164971317

Re: [Github-comments] [geany] Add .mdwn and .mdown as Markdown extensions (#820)

2015-12-15 Thread elextr
Agree it shouldn't include `.text`, we at Asciidoc own that :wink: and `.txt`. Otherwise looks ok. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/820#issuecomment-164971015

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-16 Thread elextr
> If the popup dialogue already has a "Save As" button, it would more > convenient to use. Yes it would, but the impact may be a significant refactoring of the save code, since ATM `save-as` calls the normal `save` after it figures out the new name, but since `save` is not re-entrant it can't

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-15 Thread elextr
@rovf thanks for trying to help nail down the details. The only one snag with those suggestions is that the dialog is not the plugin's, its the general Geany save code that does the popup, no matter what is trying to do the save, this plugin, geany itself, or some other plugin. So adding

Re: [Github-comments] [geany] Fix 60 typos, point out 38 more (#849)

2016-01-03 Thread elextr
Thanks for this. Sum uv oose r nut grate spullers or ytpists, and/or English isn't a first language, so its good for occasional checks. All your included list look ok, and the excluded list looks sensible. The files in the `scintilla` directory come from the upstream [Scintilla

Re: [Github-comments] [geany] Hang on "Reflow" with lots of spaces (#848)

2016-01-03 Thread elextr
Ok, think I have it, split initially splits the line after the 'a's so the next line starts with lots of spaces, then the "lookup split position" loop backs pos to the start of the line since its all spaces before the split position, the the next loop does nothing since the first character on

Re: [Github-comments] [geany] Hang on "Reflow" with lots of spaces (#848)

2016-01-03 Thread elextr
Maybe it would work if the second loop started at `edge` --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/848#issuecomment-168575542

Re: [Github-comments] [geany] Hang on "Reflow" with lots of spaces (#848)

2016-01-03 Thread elextr
> @elextr I think by default Autotools puts -g in CFLAGS, not sure what those > missing symbols are. I thought so too, but HACKING says to put it in CFLAGS so I followed the documentation :smile: --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issu

Re: [Github-comments] [geany] Hang on "Reflow" with lots of spaces (#848)

2016-01-04 Thread elextr
@b4n, no don't strip internal spaces, its common in some parts of the world to use two spaces between the full stop and the start of the next sentence. It would be annoying if that was changed. Also there is no need to strip trailing spaces, if the "strip trailing spaces" option is set then

Re: [Github-comments] [geany] Hang on "Reflow" with lots of spaces (#848)

2016-01-04 Thread elextr
Tsk, forgot to say, its quite possible that HACKING needs updating, libgeany is a fairly new thing. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/848#issuecomment-168622851

Re: [Github-comments] [geany] Concatenate ChangeLog.pre-0-17 and ChangeLog.pre-1-22 (#855)

2016-01-06 Thread elextr
Can't we just delete them? They will still be in git, just go back to 1.26. On 7 January 2016 at 06:56, Jiří Techet wrote: > A cheesy way to improve my diffstats ;-) > > — > Reply to this email directly or view it on GitHub >

Re: [Github-comments] [geany] Avoid time interval for regular checks for file changes (#847)

2016-01-06 Thread elextr
Ok, thats saying you didn't read the "Requirements" section of the README where it says you need the development packages for GTK and its dependencies to compile Geany. You probably have the runtime part, but not the development package. I understand why some distros split the development

Re: [Github-comments] [geany] Configure.ac checks for SVN (#856)

2016-01-06 Thread elextr
That comments about SVN too, but to my non-m4 ejurkated mind does not seem to test for it. Is that right? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/856#issuecomment-169523684

Re: [Github-comments] [geany] Treat the "h" extension as a C++ file (#857)

2016-01-07 Thread elextr
Just add a comment in News of a possibly breaking change (if its not done now it will be forgotten in the rush to release :) Nobody will read it, but we have something to point to when they complain :) --- Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany] geany cannot save edited file from sftp and it cannot open a a remote file on remote computer by sftp (#838)

2015-12-31 Thread elextr
Closed #838. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/838#event-503364716

[Github-comments] [geany] Function return types truncated in C++ (#845)

2015-12-31 Thread elextr
Example (compiles and runs): ```c++ #include #include std::string f(){ return std::string("abc"); }; int main(int, char **) { std::cout<

Re: [Github-comments] [geany] Function return types truncated in C++ (#845)

2016-01-01 Thread elextr
Looking at the C++ tags files on the wiki, it doesn't seem like it ever worked for the return type. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/845#issuecomment-168300320

Re: [Github-comments] [geany] Improve scope completion popup detection (#861)

2016-01-09 Thread elextr
Ok. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/861#issuecomment-170292233

Re: [Github-comments] [geany] Improve scope completion popup detection (#861)

2016-01-09 Thread elextr
Maybe any increase in autoc appearances needs to be restricted to languages like C that usually have a ; or other operator at the end of the line. Autoc is already a real pain in languages that often have a word at the end of the line, like python, press `return` just as the autoc pops up and

Re: [Github-comments] [geany] Added keybindings for custom commands 4-9 (#858)

2016-01-09 Thread elextr
It would be good if you could fix the merge conflict as well. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/858#issuecomment-170292803

Re: [Github-comments] [geany] Hang on file save (#853)

2016-01-05 Thread elextr
And to answer my own question (though I don't think it is relevant as the file save finished) `use_gio_unsafe_file_saving` only, no plugins. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/853#issuecomment-169176914

Re: [Github-comments] [geany] Concatenate ChangeLog.pre-0-17 and ChangeLog.pre-1-22 (#855)

2016-01-07 Thread elextr
​myeh, do whatever, its not worth arguing about :)​ On 8 January 2016 at 07:52, Jiří Techet <notificati...@github.com> wrote: > @elextr <https://github.com/elextr> Yeah, but if there's still some > possibility it could be useful, I think we shouldn't hide it this way. >

Re: [Github-comments] [geany] Treat the "h" extension as a C++ file (#857)

2016-01-07 Thread elextr
Needs to fix the failing tagmanager tests that depend on the .h extension :) --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/857#issuecomment-169822599

Re: [Github-comments] [geany] Transporting bookmarks with moved lines (#836)

2015-12-20 Thread elextr
To expand on @codebrainz point, the clipboard is a system wide resource, not just a Geany internal thing. Whilst some systems might allow ancilliary data on clipboard contents, some do not, so we can't store the bookmark in the clipboard. And it is not possible to keep a local copy of the

Re: [Github-comments] [geany] Transporting bookmarks with moved lines (#836)

2015-12-20 Thread elextr
Closed #836. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/836#event-496968616

Re: [Github-comments] [geany] Geany crashes suddenly (#795)

2015-12-21 Thread elextr
Hopefully one of the windows spurts can tell you how to run Geany under a debugger so you can get a traceback when it crashes. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/795#issuecomment-166399538

Re: [Github-comments] [geany] Debugger fails with "Error loading file" (#757)

2015-12-22 Thread elextr
Closed #757. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/757#event-498921526

Re: [Github-comments] [geany] Unflow paragraph (#802)

2015-12-22 Thread elextr
I assumed that was what was meant (for pasting into autowrapping things like github) --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/802#issuecomment-166732189

Re: [Github-comments] [geany] Geany Freezes when unable to safe an edited file to it's FTP dir, no timeout on atempt saving file (#828)

2015-12-22 Thread elextr
> I didnt suggest an asynchronous saving. Just one where the main thread can keeps responsive instead of freeze (and perhaps offer cancellation of the saving if it takes too long). Problem is that the default, and safest, saving method (using `g_file_set_contents()`) can't be made asynchronous

Re: [Github-comments] [geany] Geany Freezes when unable to safe an edited file to it's FTP dir, no timeout on atempt saving file (#828)

2015-12-22 Thread elextr
On 23 December 2015 at 07:54, Thomas Martitz <notificati...@github.com> wrote: > Am 22.12.2015 um 22:41 schrieb elextr: > > > > Once we had the buffer copy we could spawn the plain file write or > > |g_file_set_contents| methods as separate threads. > > > &

Re: [Github-comments] [geany] Preventing keywords from being changed (#834)

2015-12-19 Thread elextr
The only indication of what syntactic entity a character belongs to is the highlighting style. Highlighting is done Scintilla lexers. The set of syntax entities is filetype dependent (keywords, strings, comments, etc). A dialog that provided a checklist of entities to select would have to be

Re: [Github-comments] [geany] Preserving document file type across restarts (#832)

2015-12-19 Thread elextr
If a file is open when a project/geany is closed the filetype you set is saved in the project/geany session file and will be set again when the project/geany is re-opened. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/832#issuecomment-166033293

Re: [Github-comments] [geany] Geany does not build code (#827)

2015-12-18 Thread elextr
Do you have the g++ compiler installed? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/827#issuecomment-165868211

Re: [Github-comments] [geany] symbols not found (#830)

2015-12-18 Thread elextr
You could try setting the tag_perser to C or C++ in the filetype, but IIUC CUDA has extra keywords that might confuse those parsers. If it doesn't work you would need to write a tag parser (or port from ctags if it exists). --- Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany] doxygen: various doxygen-related fixes in preparation for gtkdoc generation (302b40e)

2015-12-18 Thread elextr
> The members are part of the ABI, that's a fact and can't be argue away with > conventions. Gotta agree with @codebrainz that members that should never be accessed, are not part of the guaranteed stable ABI, API or AFI. If a user *DOES THE WRONG THING* and accesses them because the compiler

Re: [Github-comments] [geany] Vertical editing paste only pastes one line (#841)

2015-12-28 Thread elextr
Duplicate of #625 --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/841#issuecomment-167664745

Re: [Github-comments] [geany] geany cannot save edited file from sftp and it cannot open a a remote file on remote computer by sftp (#838)

2015-12-21 Thread elextr
Geany does not directly access remote files (and never has). It relies on the system mounting the remote file in the Linux filesystem via a suitable (probably FUSE) filesystem driver. Probably when you upgraded to 15.10 you didn't enable the right remote filesystem handlers, and thats also

Re: [Github-comments] [geany] Geany does not build code (#827)

2015-12-17 Thread elextr
What are the settings for the build command you activated (use Menu->Build->Set Build Commands and post the values for the command you used). --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/827#issuecomment-165430489

Re: [Github-comments] [geany] "which $CXX" breaks if CXX consists of several items (#829)

2015-12-17 Thread elextr
@codebrainz yep, thats what I was thinking of. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/829#issuecomment-165629948

Re: [Github-comments] [geany] Geany hangs on saving a certain file (reproducible) (#815)

2015-12-17 Thread elextr
> I think, with bugs in general, frequency of occurance is hard to guess. For > example, in the majority of my past projects, I was the only one who actually > reported issues with software. Most other people either ignored the problem, > or switch to a different software. Especially in the

Re: [Github-comments] [geany] Add file-extensions for Clojure (#842)

2015-12-29 Thread elextr
@trizen so .edn is not Clojure, its another filetype that just ahppens to be used by Clojure (and others) so it should not invoke the Clojure filetype. But the other 3 are fine, and as @codebrainz says, not having them looks like an oversight :) --- Reply to this email directly or view it on

Re: [Github-comments] [geany] Make it possible to define default symbol_list_sort_mode (#581)

2016-01-11 Thread elextr
English as she are spoke, "Default symbol sorting mode" (no s) or as @b4n suggested "Default sorting mode" since we do know what if refers to :) --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/581#issuecomment-170707131

Re: [Github-comments] [geany] Rewrite scope completion 3 (#862)

2016-01-11 Thread elextr
> The thing is that scope completion shows tags only from a single file (so e.g. only members of a single anon_struct_0 are shown). Namespaces can span multiple files and then you'd get members from just a single (more or less random) file which might look strange. So I skipped namespaces. That

Re: [Github-comments] [geany] Rewrite scope completion 3 (#862)

2016-01-11 Thread elextr
On 12 January 2016 at 09:59, Jiří Techet wrote: > That is likely to make autocompletion worse than it is now. > > How? This definitely didn't work before. What about trying it first? > ​Things in namespaces autocomplete now (I turned it on to check :).​ > Everything

Re: [Github-comments] [geany] If more tags are found during tag definition/declaration goto, let user select which one to use (#406)

2016-01-11 Thread elextr
Ping (on behalf of @techee ) Like the idea. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/406#issuecomment-170741797

Re: [Github-comments] [geany] Rewrite scope completion 3 (#862)

2016-01-11 Thread elextr
On 12 January 2016 at 12:08, Matthew Brush wrote: > Things in namespaces autocomplete now (I turned it on to check :). > > Doesn't work here. Maybe you misunderstood what @b4n > was saying? Here's an example: > > namespace Foo { void bar() {}

Re: [Github-comments] [geany-plugins] geanypy: disable some part of geanypy-encodings.[ch] which are not pa… (#326)

2016-01-10 Thread elextr
LGTM --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/326#issuecomment-170434341

Re: [Github-comments] [geany] Detect docutils availability automatically during configure (#863)

2016-01-10 Thread elextr
@codebrainz sounds good, we really should not be trying to print a "beginners guide to compiling software" in the error messages :) --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/863#issuecomment-170434516

Re: [Github-comments] [geany-plugins] Build system support for first-class Python plugins (#297)

2016-01-10 Thread elextr
Agree with @kugel- the Python plugins should be top level and have the usual boilerplate. The user really should not care about what language the plugin was written in. As for pycompiling them, IIUC the `.pyc` is only used if the Python being used is *exactly* the same version, but it doesn't

Re: [Github-comments] [geany/geany] Gi signals (#1038)

2016-06-05 Thread elextr
> }; > > - geany_data = gd; > + memcpy(_data, , sizeof(GeanyData)); And don't violate anti-aliasing rules. --- 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] Add warning when "Label" field is empty in Set Custom Command (#1053)

2016-06-04 Thread elextr
Custom commands work for me without labels, the menu shows the command instead. And the keybindings work as well. --- 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] Resign Maintainership (#435)

2016-06-09 Thread elextr
Operation of Geany Plugins is untenable, commits are made without maintainer approval. The plugin has now diverged from upstream. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/435 -- Commit Summary -- * Resign Maintainership --

Re: [Github-comments] [geany/geany-plugins] geanypy: Drop use of the most obvious deprecated Geany API (#363)

2016-06-09 Thread elextr
Better push it to upstream codebrainz/geanypy --- 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/pull/363#issuecomment-224864711

Re: [Github-comments] [geany/geany-plugins] Resign Maintainership (#435)

2016-06-09 Thread elextr
The problem with that is this is the only distribution for the plugin, upstream is a development repository and requires users compiling the plugin. But a Python user may not have C development experience. --- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany-plugins] geanypy: Drop use of the most obvious deprecated Geany API (#363)

2016-06-09 Thread elextr
@techee its not my plugin, random people who commit stuff to it have just taken over its maintainership. --- 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] Cannot change theme for some filetypes (#1059)

2016-06-09 Thread elextr
Yes, those filetypes specifically define styles, because they have syntactic entities that are special to those filetypes and not (or unlikely to be) covered by most colour schemes. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Github-comments] [geany/geany-plugins] Resign Maintainership (#435)

2016-06-09 Thread elextr
On 9 June 2016 at 23:23, Frank Lanitz wrote: > G-p requires compiling too. We only offer the service for Windows users > (is geanypy included there anyway?). Everything else is done by > distribution workers like @hyperair , @dmaphy >

Re: [Github-comments] [geany/geany] Treat the "h" extension as a C++ file (#857)

2016-06-08 Thread elextr
+1 --- 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/857#issuecomment-224749571

Re: [Github-comments] [geany/geany] Improve Goto Symbol popup contents (#958)

2016-06-08 Thread elextr
Ok, sounds useful, probably should have a conventional keybinding (well a possibility of it, doesn't have to have a default binding) rather than just the undiscoverable some-meta-key+click. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Improve Goto Symbol popup contents (#958)

2016-06-08 Thread elextr
@b4n, does shift+ctrl+t not 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/pull/958#issuecomment-224750446

Re: [Github-comments] [geany/geany] Crash on ubuntu 14.04 32bits when typing <> (#1056)

2016-06-08 Thread elextr
Does the crash occur with pair-tag-highlighter disabled? --- 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/1056#issuecomment-224751451

Re: [Github-comments] [geany/geany] Crash on ubuntu 14.04 32bits when typing <> (#1056)

2016-06-08 Thread elextr
Do you have tag-pair-highlighter enabled, if so, as b4n says, it has been reported as possibly causing crashes. From your OP you are getting the crash on the delete which is not the autoclose plugin inserting the >. Make sure you only have one plugin enabled so you know which is the cause then

Re: [Github-comments] [geany/geany] Crash on ubuntu 14.04 32bits when typing <> (#1056)

2016-06-08 Thread elextr
Do you have any plugins enabled? try without any plugins. Then if the problem has gone away enable them one by one and when you find the troublesome one please report it to the plugin maintainer on the [plugins issues](https://github.com/geany/geany-plugins/issues) --- You are receiving this

Re: [Github-comments] [geany/geany] How to Have Variable Substitution for long paths in Geany? (#1057)

2016-06-08 Thread elextr
That appears to be a question for a tex forum. Geany has nothing to do with paths you use in your files. --- 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/1057#issuecomment-224555188

Re: [Github-comments] [geany/geany-plugins] Resign Maintainership (#435)

2016-06-10 Thread elextr
> @@ -138,10 +138,10 @@ W: http://plugins.geany.org/geanyprj.html > S: Odd Fixes > > geanypy > -P: Lex Trotman > -M: Lex Trotman On 10 June 2016 at 21:36, Jiří Techet wrote: > In MAINTAINERS >

Re: [Github-comments] [geany/geany] Font rendering is slightly harder to read (#1066)

2016-06-10 Thread elextr
It could also depend on how the different rendering engines map 24 bit colours to whatever colour depth your GPU uses. --- 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] User action on save (#1067)

2016-06-10 Thread elextr
You can configure the commands to be a save to s3 then the build command. eg ``` /bin/sh -c "s3_command; build_command" ``` --- 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-plugins] Resign Maintainership (#435)

2016-06-10 Thread elextr
> @@ -138,10 +138,10 @@ W: http://plugins.geany.org/geanyprj.html > S: Odd Fixes > > geanypy > -P: Lex Trotman > -M: Lex Trotman > Something like #440 would enforce this and makes it easier to keep downstream > tracking (whatever stable) upstream they

Re: [Github-comments] [geany/geany] Add path to goto definition/declaration popup (#1069)

2016-06-11 Thread elextr
Maybe elide some of the path to get something like ``` .../different_path/.../file ``` --- 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/1069#issuecomment-225346581

Re: [Github-comments] [geany/geany] Emacs keybindings -mode in Devel-Geany? (#1062)

2016-06-09 Thread elextr
As @b4n said, Emacs uses sequences of keypresses, whereas the GTK library we use only allows one keypress for accelerators (though that may use multiple keys, they must be pressed at once, not in sequence). So it would require a complete re-work of the Geany keybinding system, but would still

Re: [Github-comments] [geany/geany] Auto-close brackets if matching bracket found. Fixes #1041. (#1060)

2016-06-09 Thread elextr
> @@ -3427,6 +3427,23 @@ > > > > + id="check_always_auto_close_brackets"> > + translatable="yes">Auto-close brackets if

Re: [Github-comments] [geany/geany] How to Have Variable Substitution for long paths in Geany? (#1057)

2016-06-09 Thread elextr
@sami10007 as I said above, its nothing to do with Geany how you encode your filenames in tex. If tex can support what you are asking for is a question for a tex forum. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

  1   2   3   4   5   6   7   8   9   10   >