[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.  Your cursor will move down a line, but it will be _before_ the 
closing brace rather than after 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-plugins/issues/584

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:
https://github.com/geany/geany/issues/1520#issuecomment-309180213

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 is something I don't have... 

-- 
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-309171169

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.

-- 
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

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 - simply put the 
> cursor where you want and paste it like normal.

The problem with this argument is that both sides think their option is obvious 
and clearly the correct one and can't understand the other mob. :grin:

In fact they are both right, each solution is useful at times, so as I suggest, 
why not just have two pastes, one to paste single, and one to paste multiple. 
Then the only argument is which is default :grin:.  And that could be solved 
with the option.

-- 
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/850#issuecomment-308983146

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 the cursor 
where you want and paste it like normal. 

I realize this enhancement request probably won't get implemented anytime soon, 
but it would save people time - at the moment to repeat a single row to 
multi-line paste selection semi-quickly I count the number of lines to paste 
to, then open up a new scratch tab, type in what I want pasted, hit Ctrl-d 
(copy line) for the amount of lines to paste to, copy the text, make the 
multi-line select, then paste, then close my opened scratch tab. Instead of - 
not counting the number of lines - simply selecting the text, copying it then 
doing a multi-line select, pasting it to all rows.

-- 
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/850#issuecomment-308980339