Hi,
I like using geany, and i use a specific sidebar width to get a nice preview of my document using plugin-markdown. And i could'nt find a way to fix the sidebar width, so i have to adjust it manually at every startup...
Is it possible / easy / desirable to add a configuration option to fix the width of the sidebar ?
Thank you very much for your nice software !
--
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/1435
Is it possible to extend extra selection with additional feature of multiple selection something similar to what sublime supports.
This enhancement proposal was made on geany itself but I guess extra selection could also handle this.
https://github.com/geany/geany/issues/1141
--
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/575
file with extension .log doesnot get released after closing the file (not Geany). Restarting Geany is required to get that file hold free from Geany.
--
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/1498
Environment is geany 1.27 on 64-bit Ubuntu 14.04
Confusion results when script.sh contains multi-line statements with some intervening lines commented out with #. Sample:
`statement start \`
`# statement continue \`
`statement final`
The 2nd and 3rd line both display in red.
Deleting the **\** on line 2 gives shows it red and line 3 black. I believe that's the correct result.
My intent is to activate / deactivate the 2nd line by removing / inserting the leading **#**
---
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/1153
I've enabled the git-changebar plugin, but it seemingly has no effect. I assume I'm misunderstanding something, but the [doc page](https://plugins.geany.org/git-changebar.html) is virtually non-existent, and implies you should immediately see git markers for your git project once the plugin is enabled. Is there a specific process for "activating" the changebar?
I've created a project for my local git repo, and I see tabs for Symbols, Documents, Files, and Tree Browser, but none show any git markers.
--
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/572
With geany 1241 Pretty much any file, even if it has a maximum line length of 80 characters - the horizontal scroll bar is about 300 characters wide, so it's hard to tell if there's a very long line in the file without actually examining each line
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/886
When I was making the sources of our ctags use tabs-only indentation, I used Geany's "replace tabs with spaces" and "replace spaces with tabs". However, after using it I realized that every time I also had to set the document's indentation type manually which was a bit annoying and unnecessary. IMO when doing replacements of tabs<->spaces in the whole document, we should set also the document's indentation type to the new type. The first patch does this.
The second patch is just kind of cleanup which makes the implementation of undo() and redo() more similar to each other.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1161
-- Commit Summary --
* Set document indent type when replacing tabs<->spaces in the whole document
* Make UNDO_EOL/UNDO_INDENT always precede the attached Scintilla action
-- File Changes --
M src/document.c (64)
M src/documentprivate.h (1)
M src/editor.c (36)
-- Patch Links --
https://github.com/geany/geany/pull/1161.patchhttps://github.com/geany/geany/pull/1161.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/pull/1161
When spell check is on, any word in single quotes is seen as misspelled. If the word is in double quotes it is not. Please see the screen shot.
Thanks for reading,
LA
![geanyspellcheck](https://cloud.githubusercontent.com/assets/123256/25632335/47424582-2f41-11e7-8066-cb5a42007f6a.png)
(Reported [here](https://github.com/geany/geany/issues/1486) first)
--
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/571