Re: [Github-comments] [geany/geany-plugins] vimode: A Vim Mode for Geany (#735)

2018-04-20 Thread pcworld
pcworld commented on this pull request. > + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#include "keypress.h" +#include "utils.h" + +#include + +KeyPress *kp_from_event_key(GdkEventKey

Re: [Github-comments] [geany/geany-plugins] vimode: A Vim Mode for Geany (#735)

2018-04-20 Thread pcworld
I used an Ubuntu 14.04 VM to test this out. - I took the sources of the [Geany 1.33 PPA](https://launchpad.net/~geany-dev/+archive/ubuntu/ppa), applied [your Geany patch](https://github.com/geany/geany/pull/1829) (I ignored the `GEANY_API_VERSION` hunk as that failed to apply), then built with

Re: [Github-comments] [geany/geany] Launching bash script with a keybinding (#1541)

2018-04-20 Thread Matthew Brush
This seems basically solved, feel free to re-open. -- 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/1541#issuecomment-383250700

Re: [Github-comments] [geany/geany] Launching bash script with a keybinding (#1541)

2018-04-20 Thread Matthew Brush
Closed #1541. -- 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/1541#event-1587226384

Re: [Github-comments] [geany/geany] Geany's context again (#1836)

2018-04-20 Thread Matthew Brush
I always assumed it was called "context action" because it's in the [context menu](https://en.wikipedia.org/wiki/Context_menu). -- 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/1836#issue

Re: [Github-comments] [geany/geany] Allow plugins to process keypress events before Geany (#1829)

2018-04-20 Thread Thomas Martitz
Did you check if the plugin handler doesn't get called twice with 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/1829#issuecomment-383232823

[Github-comments] [geany/geany] Geany's context again (#1836)

2018-04-20 Thread aplsimple
There is some problem with Geany's context action. At first let me cite the announcement of Geany 1.33 release: _Some highlights: Show status message on attempt to execute empty context action_ Another cite is from an old good English dictionary: _**context** n. the parts (of anything written)

Re: [Github-comments] [geany/geany] Allow plugins to process keypress events before Geany (#1829)

2018-04-20 Thread Jiří Techet
@kugel- Yep, it works, thanks for the suggestion. One really has to block the signal manually otherwise it leads to an infinite loop. -- 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/1829#i

Re: [Github-comments] [geany/geany] Ubuntu ppa dev contains only old versions (#1338)

2018-04-20 Thread Laurent Marquet
Thanks for your work! Otherwise we can't use it on Ubuntu :-) -- 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/1338#issuecomment-383144744

Re: [Github-comments] [geany/geany] Ubuntu ppa dev contains only old versions (#1338)

2018-04-20 Thread Chow Loong Jin
Sorry about that, I meant to upload both geany and geany-plugins together, but fell asleep after updating geany. Also I forgot that the PPA hadn't had gtk3 enabled for the plugins yet. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it o

Re: [Github-comments] [geany/geany] Feature request: Ability to open files in(to) a specific open session when using `geany` at commandline (#1834)

2018-04-20 Thread Matthew Brush
> ...so you don't have to specify it in the majority of cases on the command > line. Or just setup an `alias g='geany -ic /home/.config/geany-scratch'` or such. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github

Re: [Github-comments] [geany/geany] Switch focus from main window to splitwindow (#631)

2018-04-20 Thread Abel Serrano Juste
I have: - Rebased against master - Removed default shortcut for switch focus feature - switch focus between main and splitted window Please, review the code, let me know any issues you encounter or merge it if you find it OK. I have also noticed an issue regarding split window plugin. When editi

Re: [Github-comments] [geany/geany] Keybinding for switching focus to splitwindow. Fix #631 (#721)

2018-04-20 Thread Abel Serrano Juste
@Akronix pushed 250 commits. c328051 Some adjustmenys in javascript keywords: Deleted 'each' from secondary keywords 59935a3 Merge pull request #1356 from b4n/snippets-keybindings-signature c698469 Removed 'alert' from secondary keywords since it depends on a DOM environment 00a3aef Merge pu