Adds optional linewrapping in the status-, compiler- and message-tab of the message window.
Mainly useful with a vertical layout, but still has some issues:
- on_width_change() is called continuously while resizing the message window,
(I did not notice any impact on CPU usage though).
- when changing the setting, messages already present are not wrapped / unwrapped,
only newly printed ones.
- when resizing the window, messages already present are wrapped only until
a new line would be required (but new messages work fine).
- Only very minor, but GTK word wrap treats the minus preceding command line arguments
as separate words (-> 'gcc -Wall' can become 'gcc -\nWall')
I hope it's not rude to make a pull request directly without first opening a corresponding issue.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1383
-- Commit Summary --
* Add option for linewrapping in message window
* Correct minor inconsistency: return type not on same line as function
-- File Changes --
M data/geany.glade (96)
M doc/geany.txt (4)
M src/keyfile.c (2)
M src/msgwindow.c (57)
M src/msgwindow.h (2)
M src/prefs.c (7)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/1383.patchhttps://github.com/geany/geany/pull/1383.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/1383
With a file full of lines of underscore there appears to be an extra wide gap between characters every so often which shows as a vertical line of background colour.
I think actually every so often the underscore is short because when U has the right upright in the same place it seems thinner.
Happens at the same place with `Hack regular` and `DejaVu sans mono book`. At 9 point it is every 4/5 characters at 10 point it is only column 19 and 57. With `Freemono regular` does not show at 10 point but does at 9 point at every 5 characters (not varying 4/5 like the other two fonts).
Happens with Geany 2.0 Scintilla 5.3.7. Does not happen with Vscode with same file and font and size. Does not happen with the old Scite on this system (4.3.0).
Maybe its a float rounding/truncation issue somewhere in Scintilla.
Before reporting it to Scintilla, is this visible to anyone else, and with Scite if you have the latest (I will try it when I get a chance to build it)?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3738
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3738(a)github.com>
As mentioned [here ](https://github.com/geany/geany/issues/1500#issuecomment-575547729) I get a permission denied when trying to save an existing file on SSHFS drives. No problem with other editors like Atom, Sublime or Visual Studio, nor with Gimp. No problem for saving a new file but I can't save my modifications.
I'm using https://github.com/billziss-gh/sshfs-win
--
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/2445
It worked. Yeah I included some GTK libs.
I was also able to make a Windows release with MSYS2.
Thanks yall
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3742#discussioncomment-8139069
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3742/comments/8139069(a)github.com>
It worked. With this and the below comment about --enable-binreloc.
I was also able to make a Windows release with MSYS2.
Thanks yall
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3742#discussioncomment-8139067
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3742/comments/8139067(a)github.com>
I have Geany 2.0 on windows 10. I have successfuly compiled my .tex file but am unable to create the corresponding .pdf (program exited with code: 9009)
I tried to manually add the address of Evince to the PATH variable. The problem did not solve.
I would appreciate any comment on it.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3745
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3745(a)github.com>
Look up the relocatable option (`--enable-binreloc` or something), it should work. If you need extra libraries packed, you should be able to ship them next to *libgeany.so*.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3742#discussioncomment-8130721
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3742/comments/8130721(a)github.com>
Does that actually solve anything if there isn't */foo/blah* on the target system?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3742#discussioncomment-8130716
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3742/comments/8130716(a)github.com>
Is there a possibility to increase the font size of the gui menu size for people with bad eyes.
If there is any configuration possible, please let me know.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3744
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3744(a)github.com>
I'm using an adaption of a theme file, and this is the pertinent line:
`current_line=#000;#4d5a68;true`
This gives me a slightly softer background and sets the line apart. I searched around, but didn't find what the `True` and `False` parameters do in these line specs.
My problem is I'm constantly going back and forth between geany and another program, and each time I lose the line's highlighting, so I have to visually search for it.
What I would like is if the line would stay highlighted even when I'm focused on another program. This is the way Kate and Kwrite work.
Thanks much!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3743
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3743(a)github.com>