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
-Most other fonts render underscores appropriately
-Changing font size/zoom will cause fonts to appear depending on the setting, even with Monospace Regular font
--
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/2386
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
Added a preferences dialog that allows the highlight colors and overall color alpha to be changed.
* Settings are kept in a .conf file
* Tested on linux mint 19.1 cinnamon, geany 1.35 with gtk2 v2.24 and gtk3 v3.22
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/940
-- Commit Summary --
* Added a preferences dialog that allows the highlight colors and
-- File Changes --
M build/pairtaghighlighter.m4 (1)
M pairtaghighlighter/Makefile.am (2)
A pairtaghighlighter/data/Makefile.am (4)
A pairtaghighlighter/data/prefs.ui (225)
M pairtaghighlighter/src/pair_tag_highlighter.c (413)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/940.patchhttps://github.com/geany/geany-plugins/pull/940.diff
--
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/pull/940
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