Re: [Github-comments] [geany/geany] Wrong column number: Tab counts as 4 characters (#2733)

2021-01-23 Thread jesus2099
I do run eslint from inside Geany (as a build command, great stuff!) but it does not change that eslint tells me character based position (which makes more sense to me, as you already know). So I don't know what character is provoking the error, as immediately as if Geany would show me characte

Re: [Github-comments] [geany/geany-plugins] [request] Show current character Unicode code point (#1005)

2021-01-20 Thread jesus2099
> A well written pull request that added say %u to the status bar template > values to show the code point in the line would probably be accepted, Unfortunately, I only know little bit of JavaScript. :-/ > just needs care to minimise the cost as it would have to be counted each > update, and s

Re: [Github-comments] [geany/geany] Problem select char counting (#1599)

2021-01-20 Thread jesus2099
Understood. It's just a thing I use in GitHub, usually. :) Can come in handy in some projects. -- 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/1599#issuecomment-763580960

Re: [Github-comments] [geany/geany] Problem select char counting (#1599)

2021-01-20 Thread jesus2099
@lep42, this looks like a duplicate of #745. If so, it might be closed. But make sure to upvote the original ticket to show the demand: 1. Go to #745 2. Click the smiley button (top right) and 3. Click đź‘Ť -- You are receiving this because you are subscribed to this thread. Reply to this email di

Re: [Github-comments] [geany/geany] Incorrect selection length calculation with cyrillic text (#2202)

2021-01-20 Thread jesus2099
@wrgcpp, when your ticket is closed as duplicate, please upvote the original ticket to show the demand: 1. Go to #745 2. Click the smiley button (top right) and 3. Click đź‘Ť -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

Re: [Github-comments] [geany/geany] Wrong column number: Tab counts as 4 characters (#2733)

2021-01-20 Thread jesus2099
Sorry, I was editing my big post above when you replied. No need to elaborate on the tabs vs spaces here. IMO it's using space as tabulation that is ugly workaround bringing too many specific work-arounds (like this virtual column position: 1 character but 4 characters). This ticket is already

Re: [Github-comments] [geany/geany-plugins] [request] Show current character information (#1005)

2021-01-20 Thread jesus2099
Thanks for the correct **Unicode code point**. :) It's all English and I don't master it. - **Unicode code point** sounds like a genuine feature of Geany, more than a plugin - **Unicode character name** would be a nice to have plugin: personally I would not miss this much if I had the above alre

Re: [Github-comments] [geany/geany] Wrong column number: Tab counts as 4 characters (#2733)

2021-01-20 Thread jesus2099
Indeed for the **character count** used as we can see with tabs and combining characters. And I do think it's better to master what your code contains, by showing character count, rather than having the virtual column number we have. You're right that eslint should call this number, **Char** ins

Re: [Github-comments] [geany/geany-plugins] [request] Show current character information (#1005)

2021-01-20 Thread jesus2099
It would be nice that the [statusbar template](https://www.geany.org/manual/current/index.html#statusbar-templates) could get new placeholders for **character position** (see #2733) and **character code and/or name**: ![BabelPad](https://user-images.githubusercontent.com/1401086/105163747-990a6

Re: [Github-comments] [geany/geany] New feature: go to column (#869)

2021-01-20 Thread jesus2099
For instance, in EmEditor, the command Jump to line… was renamed long time ago to Jump… (Ctrl+G). The column fields defaults to 1, to mimic the Jump to line behaviour: ![EmEditor: Jump…](https://user-images.githubusercontent.com/1401086/105148584-d7972080-5b02-11eb-9063-689e4a8aedab.png) So, if

Re: [Github-comments] [geany/geany] Wrong column number: Tab counts as 4 characters (#2733)

2021-01-20 Thread jesus2099
Therefore, eslint error messages (correct) lead to wrong column. -- 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/2733#issuecomment-763438573

[Github-comments] [geany/geany] Wrong column number: Tab counts as 4 characters (#2733)

2021-01-20 Thread jesus2099
Open a document (JavaScript) that only contains a Tab followed by any character. Status bar settings should use `%C` to display column position (if your setting is `%c`, subtract 1 to all my examples). →a (where the → character represents the Tab character) - When you press Ctrl+Home, colum

Re: [Github-comments] [geany/geany] Default custom command keyboard shortcuts are only valid for QWERTY keyboards (#2730)

2021-01-17 Thread jesus2099
Interesting tickets. I have not noticed any others yet in several weeks of Grant but I will now check all the other default keyboard shortcuts, to see if there are other problems than custom commands for French AZERTY keyboard. -- You are receiving this because you are subscribed to this threa

[Github-comments] [geany/geany] Default custom command keyboard shortcuts are only valid for QWERTY keyboards (#2730)

2021-01-16 Thread jesus2099
Default shortcut keys for custom commands are ctrl+1, ctrl+2 and ctrl+3 This only works on QWERTY keyboards. My AZERTY (French) keyboard have those keys as: Keyboard | | | | -|-|-|-| QWERTY | 1 | 2 | 3 | AZERTY (shift) | 1 | 2 | 3 | AZERTY (no modifier) | & | Ă© | " | Even if I press Ctrl+Shift+&,

[Github-comments] [geany/geany-plugins] [feature request] Show current character information (#1005)

2020-08-25 Thread jesus2099
It would be very useful to either display current character code in status bar – à la [BabelPad](https://babelstone.co.uk/Software/BabelPad.html) – or provide a shortcut key to open a popup with full character information, like full Unicode code and name – à la [EmEditor](http://www.emeditor.or

Re: [Github-comments] [geany/geany] [feature request] Sort selected rows (#2582)

2020-08-25 Thread jesus2099
Thank you very much, that looks awesome! I will try 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/issues/2582#issuecomment-680268987

[Github-comments] [geany/geany] [feature request] Sort selected rows (#2582)

2020-08-25 Thread jesus2099
It would be very useful to provide commands to sort selected rows in alphabetical (character code) order (and reverse) or numeric order (and reverse). -- 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

[Github-comments] [geany/geany] [feature request] Show current character information (#2581)

2020-08-25 Thread jesus2099
It would be very useful to either display current character code in status bar – à la [Babelpad](https://babelstone.co.uk/Software/BabelPad.html) – or provide a shortcut key to open a popup with full character information, like full Unicode code and name – à la [EmEditor](http://www.emeditor.or