Re: [Github-comments] [geany/geany-plugins] Macros and Numbered Bookmarks plugins crash Geany (#585)

2017-06-23 Thread Colomban Wendling
https://developer.gnome.org/gdk2/stable/gdk2-Keyboard-Handling.html#gdk-keymap-get-entries-for-keyval > Note that passing `NULL` for `keymap` is deprecated and will stop to work in > GTK+ 3.0. Use > [`gdk_keymap_get_for_display()`](https://developer.gnome.org/gdk2/stable/gdk2-Keyboard-Handling.h

Re: [Github-comments] [geany/geany-plugins] git-changebar: Add the possibility to undo hunk at cursor position (#531)

2017-06-23 Thread Jiří Techet
> @b4n @techee Merging it for 1.31? I'm fine with it, depends on Colomban. -- 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/531#issuecomment-310770863

Re: [Github-comments] [geany/geany] Feature/reload all (#1471)

2017-06-23 Thread attila-v
@attila-v pushed 1 commit. 27cba28 Check if try to reload the untitled file -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/1471/files/3a732765d08713ae45bda959665cb573defa04c2..27cba28feb1739cd0419e68f95e4c4178b5e187a

Re: [Github-comments] [geany/geany] Fix comment/uncomment keyboard shortcut for Arduino filetype (#1510)

2017-06-23 Thread Frank Lanitz
Merged #1510. -- 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/1510#event-1136795767

Re: [Github-comments] [geany/geany-plugins] Macros and Numbered Bookmarks plugins crash Geany (#585)

2017-06-23 Thread elextr
Just FYI, the following message occurs on enabling these plugins on Linux, so I think @eht16 is in the right area. ``` (geany:9266): Gdk-CRITICAL **: gdk_keymap_get_entries_for_keyval: assertion 'GDK_IS_KEYMAP (keymap)' failed ``` -- You are receiving this because you are subscribed to this t

Re: [Github-comments] [geany/geany] Clicking Help in Preferences results in URI Not Found on Win7 (#1522)

2017-06-23 Thread Matthew Brush
Same thing with Firefox as default browser. When I run it from the command line with the forward slashes in the path it doesn't realize it's a path and searches the web using the current search provider. With proper backslashes, it tries to open the file, but the `#` for the anchor name gets rep

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-06-23 Thread elextr
@Yanpas could you add those as comments in the config files as suggested by @eht16, 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/pull/1315#issuecomment-310627918

Re: [Github-comments] [geany/geany] Keywords (#1315)

2017-06-23 Thread Yan Pashkovsky
Here are C# keywords: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/ (Note that C# 7 was released recently) CMake keywords may be obtained via executing `cmake --help-command-list` -- You are receiving this because you are subscribed to this thread. Reply to this em

Re: [Github-comments] [geany/geany-plugins] Macros and Numbered Bookmarks plugins crash Geany (#585)

2017-06-23 Thread Matthew Brush
@eht16 Is it the same function for Numbered Bookmarks? -- 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/585#issuecomment-310626722

Re: [Github-comments] [geany/geany] async/await is not highlighted in Python code (#1351)

2017-06-23 Thread elextr
@Akronix no Geany only has one python filetype. It would be possible to split that into Python 2 and Python 3 types but it would require C coding to appropriately handle two filetypes everywhere Python behaviour is currently hard coded in Geany :( -- You are receiving this because you are sub

Re: [Github-comments] [geany/geany] Merge Geany parsers with universal-ctags parsers (#1162)

2017-06-23 Thread elextr
@Akronix there is a very big pull request #1263? waiting for someone to have sufficient time to review and commit 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/1162#issuecomment-31

Re: [Github-comments] [geany/geany] async/await is not highlighted in Python code (#1351)

2017-06-23 Thread Abel Serrano Juste
Could we at least distinguish between python2 and python3 relying on the shebang line (if it exists) in order to highlight differently python2 source files from python3 ones? -- 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] Merge Geany parsers with universal-ctags parsers (#1162)

2017-06-23 Thread Abel Serrano Juste
What is the status of this? No uctag has been merged into 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/1162#issuecomment-310609106

Re: [Github-comments] [geany/geany-plugins] Macros and Numbered Bookmarks plugins crash Geany (#585)

2017-06-23 Thread discorichardson
It looks like you've narrowed it down enough now. In both cases after clicking checkbox to activate the plugin a folder is successfully created, and then Geany crashes. The empty folders (on windows 7) are: C:\Users\[username]\AppData\Roaming\geany\plugins\Geany_Numbered_Bookmarks C:\Users\[