[Github-comments] [geany/geany-plugins] Auto-close tabs to before closing brace when closing brace is on next line (#584)

2017-06-16 Thread steelstring94
The feature to jump to after the auto-closed character when pressing tab doesn't work properly with the curly braces. Steps to reproduce: 1. Type a `{` so that `{}` results 2. Press enter, which will push the `}` down two lines and your cursor down one, and indent your cursor. 3. Press Tab.

Re: [Github-comments] [geany/geany] Add 'Toggle Line Numbers' to Keyboard Shortcuts list (#1520)

2017-06-16 Thread David C. Rankin
I know, after the momentary of (early onset Alzheimer's) , it smacked me like a brick... Duh... (it's Friday :) -- 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] Add 'Toggle Line Numbers' to Keyboard Shortcuts list (#1520)

2017-06-16 Thread David C. Rankin
Alt+v gets me the `view` menu, but 1 doesn't seem to affect any change. Strange. The more I use this editor, the more I really like what you have done. Keep this as a 'sometime in the future' feature request. I'll see if I can find time to look at a patch. But, damn, with 3 teenage kids, time

Re: [Github-comments] [geany/geany] Add 'Toggle Line Numbers' to Keyboard Shortcuts list (#1520)

2017-06-16 Thread Matthew Brush
It's not a builtin customizable keybinding, but you can toggle line numbers using Alt+v and then pressing l. -- 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/1520#issuecomment-309139902

[Github-comments] [geany/geany] Add 'Toggle Line Numbers' to Keyboard Shortcuts list (#1520)

2017-06-16 Thread David C. Rankin
Geany Dev, It would be very useful to have a `Toggle Line Numbers` hook in keyboard shortcuts to allow assigning a key-combination. It is currently available in the `View` menu as `Show Line Numbers`, but there is no associated hook in keyboard shortcuts. It's a 'nice to have' feature. --

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-16 Thread elextr
> Its not exactly "mind reading" to presume that someone wants a single row > pasted into every row of a multi-line selection. An option being required to > turn off this behavior? If you really want to paste to a single line to a > single row then don't do a multi-line select beforehand -

Re: [Github-comments] [geany/geany] Enhancement Request - Multiselect Multipaste Option (#850)

2017-06-16 Thread AdamDanischewski
Its not exactly "mind reading" to presume that someone wants a single row pasted into every row of a multi-line selection. An option being required to turn off this behavior? If you really want to paste to a single line to a single row then don't do a multi-line select beforehand - simply put