You should implement the basic x command. I miss it a lot. E.g. 5x deletes 5 chars to the right, included the character under the cursor. If there are less than 5 chars from the current current position to the end of line, only that much chars are deleted.
--
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/818
Hello there,
Geany version : 1.27
GTK+ version : geany 1.27 (construit le Apr 17 2016 avec GTK 2.24.30, GLib 2.48.0)
OS: Linux Mint 18 Sarah
Filetypes : PHP and Javascript
The keybinding "Go to symbol definition" doesn't work if called from a PHP file to a symbol located in an open javascript file. A click on "UserLogin" on the following example fails with a message "UserLogin Not found".
<a class='login' href='#' onclick=UserLogin()>
The same keybinding works as expected on the following situations
- call for a function/method from one PHP file to another PHP file (both open)
- call "UserLogin" INSIDE the javascript file
- when using Geany 1.23.1 with Linux Mint 17.3
Thanks for your help.
Phil
---
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/1158
Hi !
When i edit ecma script 6 javascript files i see there is maybe broken class view, there is problem when editing big files, i use geany because of its class view lovely feature. Im using geany version 1.33 "Gorgon"
best regards
--
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/1891
For some .js files the symbols browser is empty.
No symbols:
![](http://i.imgur.com/y8pH8Lx.png)
Symbols appear when I comment-out some js code:
![](http://i.imgur.com/vypJ6cR.png)
Presented file is from Froala editor : https://github.com/froala/wysiwyg-editor
--
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/1329
```javascript
async function test(a,b)
{
console.log(a+b);
}
function test_missing(a,b)
{
console.log(a+b);
}
```
As soon as one function is declared as async
the parser breaks and the symbollist does not show any more functions
Might be solved with
https://github.com/universal-ctags/ctags/pull/1544
but patching Release failed 1.33
--
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/1933
I have Geany 1.33 installed on Windows 10.
When I copy text in Geany via context menu and paste it in Geany, it works.
When I copy text in Geany via ctrl-c and paste it in Geany, it works.
When I copy text in Geany via context menu and paste it outside of Geany, it works.
When I copy text in Geany via ctrl-c and paste it outside of Geany, it DOESN'T always work.
I didn't experience this behavior with any other application installed on my Windows 10 system.
I also didn't experience this behavior with a Xubuntu system I'm using.
--
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/1971
When typing in a rectangular selection (ie on a vertical column of lines) hits the break column the last line is broken and the vertical selection is destroyed so further typing only happens on that last line.
Until Geany supports discontiguous multiple selections its not possible to continue the multiple typing if all lines are wrapped, so probably best for line breaking to check for multiple selections and not do the break so the users typing continues on all the lines, then they can break manually.
--
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/2051
I noticed that sometimes, maybe when moving a line down with alt+page_down, strange characters appear. I use geany 1.33 (built on 2018-04-16 with GTK 3.22.30, GLib 2.56.1) on Lubuntu 18.04.
I managed to take screenshots, with ctrl+z and ctrl+y I could look at the changes:
After using ctrl+d to duplicate a line, I tried to move it down.
![2019-01-24-203800_1920x1080_scrot](https://user-images.githubusercontent.com/3192173/51752043-b7206100-20b6-11e9-8bd9-8c33a2644bbc.png)
After pressing alt+page_down to move it down, it looked like this:
![2019-01-24-203802_1920x1080_scrot](https://user-images.githubusercontent.com/3192173/51752066-ce5f4e80-20b6-11e9-8d72-d784afb5e6f7.png)
I pressed alt+page_down multiple times and the characters changed:
![2019-01-24-203735_1920x1080_scrot](https://user-images.githubusercontent.com/3192173/51752101-e8009600-20b6-11e9-95ce-eb79151091b6.png)
I'm not sure if the steps I described above are correct as I can't remember such a sudden situation exactly.
I do not know how to reproduce this. Also, geany never crashed when it happened.
--
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/2066
I've installed the spell check plugin, here on Linux. I see in its Preferences dialog one can specify the folder to place the dictionaries in.
>From [this page](http://plugins.geany.org/spellcheck.html) I read:
> On Windows, you might need to install the dictionaries (the files containing the information for spell checking) manually. First, you need to download the dictionary files for the languages you want, e.g. from http://extensions.services.openoffice.org/en/dictionaries. Be sure to download the "Spelling" archives from this site. The downloaded archive should contain one or more .dic and .aff files.
> Instructions:
> Download the archive you want to use
> The downloaded archive with the extension .oxt is actually a ZIP archive, so extract it as usual (e.g. with 7-Zip or another ZIP unpacker). Extract the contents into a folder of your choice, e.g. C:dictionaries
> Then open to the Spell Check plugin preferences dialog in Geany and choose the folder you just created. You may need to restart Geany and then the installed dictionaries should be available
Admittedly, that's for Windows, not Linux, but I thought the procedure would be similar for adding dictionaries in Linux. So I first pointed the plug in to my existing LibreOffice dictionary folder. From trying spell check, I saw it didn't register. Then I copied the LO dictionary folder over to the geany home folder, to avoid permissions and file lock, but that didn't work either.
Is there any way to load custom dictionaries for this plug in?
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/issues/1627