Hi all,
I've successfully built the current master of geany and geany-plugins from source with the scope plugin. However, local variables are not updated automatically in scope. Actually, all the local variables disappear from the "Locals" tab whenever you step, step into, step out or run until cursor during the debugging process. If you right-click refresh in the tab, the local variables are correctly shown in the tab.
The test program is a simple C code which adds several numbers.
Is this a minor bug in the plugin? I currently tested on Linux Mint 18.3 Sylvia (based on Ubuntu 16-04) with a 4.10.0-38-generic 64bit kernel, and on a Ubuntu 16.04.2 LTS with a 4.4.0-75-generic 64bit kernel.
Thanks in advance!
--
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/784
Markdown freezes geany for about 10s on my Win10 system when starting up. I've verified that disabling/enabling markdown is what's causing the delay.
--
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/519
while pressing . key it doesn't get typed. Have to press it twice and . gets typed twice like this ..
I am facing the problem in my windows 10 pro OS.
--
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/1902
I would like to see the Multipaste option for Scintilla implemented I hacked together something that works, but someone just needs to add a new option in Preferences somewhere to set it
add to sciwrappersc:
void sci_set_multi_paste(ScintillaObject *sci, gboolean mpval) { SSM(sci, SCI_SETMULTIPASTE, SC_MULTIPASTE_EACH, 0); }
add to sciwrappersh:
void sci_set_multi_paste (ScintillaObject *sci, gboolean mpval);
What works for now, but requires that you modify something in Preferences at least once in the session to get it to fire is adding, the following to editorc:
sci_set_multi_paste(editor->sci, 1);
To test it out turn on the setting, change a keybinding in Preferences
Then copy some text to the clipboard, select multilines (Alt+Shift Up/DownArrow) and paste!
Now you should see all pasted text onto each line in the editor
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/850
I followed the instructions on the homepage exactly, but my colorscheme hasn't changed when I restart Geany. Are there missing instructions?
"Extract the tarball and copy all of the files in the colorschemes directory to your C:\Users\YourUserName\AppData\Roaming\geany\colorschemes directory. Create this directory if it doesn't already exist."
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/6
Hello,
I Use french font caracteres, my WM locale is defined like fr_FR.utf8.
When selecting characters on "none" encoded document or ISO8859-1
the accented characters counts for two byte instead of on.
exemple: create a document type "é" caracter
and select it
![screenshot_20170904_105345](https://user-images.githubusercontent.com/12949168/30019317-66f45b6e-9160-11e7-9693-62f2fc837325.png)
--
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
When text contains cyrillic symbols and user selects some text, the selection length displayed in bottom status bar is incorrect. By fact, it is twice as much as it actually is. It looks like a size of selected string in bytes (UTF-8), but not a length. This problem is similar to #1958 . Geany version is 1.35.
![geany1](https://user-images.githubusercontent.com/6756060/59825630-fb561b80-934d-11e9-89e7-5336a593bddb.PNG)
![geany2](https://user-images.githubusercontent.com/6756060/59825638-fee9a280-934d-11e9-80d9-89e8a383f1f9.PNG)
[geany_sample.txt](https://github.com/geany/geany/files/3309042/geany_sample…
--
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/2202
Hi,
I will be really nice to have the feature "go to column" to be able to easily go to a specific column (say 1500) for text files with long lines (usually data exchange files)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/869
the geany sidebar are arrange by tabas.. but cannot be reordened and
if there more thant 3 tabs the vision are limited of thems due labels of each are too large
and if the sidebar are in vertical/horizontal there a waste of space
my suggestion its to optionally only show 3 firts letters or icon only like does with normal tool bar
i'm particular want to know how to only load 3 firts letters to cheap the space in small screen
![geanywastedspace](https://user-images.githubusercontent.com/1571724/33734675-92686202-db63-11e7-97e6-1f6209548df8.gif)
![geanywastedspacetabs](https://user-images.githubusercontent.com/1571724/33734676-928e706e-db63-11e7-94f6-48a95ce95d13.gif)
--
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/1711