You could use alternatives for the colours when printing: underline, italic, bold, serif, mixed fonts
--
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/617#issuecomment-288690500
Apologies if this is asking too much, but it was raised by a student in a programming class.
Context: Teaching students difference between "constants" and "variables".
Problem: Names of global constants in a C++ program are displayed under the category "Variables" in the "Symbols" section of the sidebar. Although very helpful to see names of global constants, students said they would like an additional "Constants" category above or below the "Variables" section.
Thanks for any consideration this receives!
GNU C++ version 4.8.4
Geany version 1.23.1
GTK 2.24.23, GLib 2.40.0
Ubuntu 14.04.3
--
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/1443
When Geany is running and loading a project from menu, VTE behaves as expected. When starting Geany from commandline and specifying another project file to open, VTE doesn't change to the directory specified in the project file but to the previous projects VTE directory.
```$geany -V
geany 1.30.1 (kompiliert am Mar 21 2017 mit GTK 2.24.23, GLib 2.40.2)
```
--
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/1441
Add `parfor` to the list of keywords to be highlighted in Matlab script sources. `parfor` is a Matlab keyword that can be used in place of `for` to achieve parallel processing.
Although `parfor` is technically a function, its use is syntactically equivalent to traditional `for`, and therefore it should be treated the same in terms of syntax highlighting.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1021
-- Commit Summary --
* Add parfor to Matlab keyword list
-- File Changes --
M data/filedefs/filetypes.matlab (2)
-- Patch Links --
https://github.com/geany/geany/pull/1021.patchhttps://github.com/geany/geany/pull/1021.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/1021
It's possible?
--
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/1438
All,
I have geany 1.24 of raspberryPi and it looks great. The toolbar icons all fit in the allotted space and the statusbar is elegantly sizes at the bottom of the window. I have geany 1.29 on opensuse Leap 42 and it looks horrible. The toolbar height is 2x what it should be, the tabs on top of edit window are so huge they are unusable, the icons on the toolbar do not fit on the toolbar and spill out into an overflow ellipsed dropdown menu on the far-right of the toolbar and the status bar is 2x the size wasting critical edit window real-estate.
I have checked and made sure the `~/.config/geany` and `~/.config/gtk-3.0/settings.ini` are the same and set to use the same theme. However, no matter what I do, 1.29 on opensuse refuses to look like 1.24 on raspberrypi, but instead looks like some clunky gtk tutorial app you would put together trying to learn gtk. That's not what geany is supposed to look like, it is a fine app.
What do I need to do to get 1.29 to be usable. I've turned the toolbar off completely to regain 1-inch of screen (I'm on a laptop, so it matters), but that takes away from the efficiency the toolbar provides. What can I do to get 1.29 to use the same settings that 1.24 is using on raspberrypi?
--
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/1419
I used the included script to update the strings, and manually checked each translation marked as fuzzy, and if it became fuzzy because of only a year update, unmarked it (they all did actually)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1433
-- Commit Summary --
* Add a script to fixup copyright years translations
* Fixup copyright years translations
* Unfuzzy strings that were only marked as such because of years update
-- File Changes --
M po/ar.po (2)
M po/ast.po (2)
M po/be.po (5)
M po/bg.po (2)
M po/ca.po (4)
M po/cs.po (5)
M po/en_GB.po (2)
M po/et.po (5)
M po/eu.po (5)
M po/fa.po (2)
M po/fi.po (5)
M po/fr.po (4)
M po/gl.po (5)
M po/he.po (5)
M po/hi.po (2)
M po/hu.po (5)
M po/id.po (5)
M po/it.po (4)
M po/ja.po (4)
M po/kk.po (4)
M po/ko.po (2)
M po/lb.po (2)
M po/lt.po (5)
M po/mn.po (2)
M po/nl.po (4)
M po/nn.po (2)
M po/pl.po (5)
M po/pt.po (4)
M po/pt_BR.po (5)
M po/ro.po (2)
M po/ru.po (4)
M po/sk.po (4)
M po/sl.po (5)
M po/sr.po (5)
M po/sv.po (4)
M po/tr.po (4)
M po/uk.po (2)
M po/vi.po (2)
M po/zh_CN.po (4)
M po/zh_TW.po (2)
A scripts/update-year-in-po.sh (29)
-- Patch Links --
https://github.com/geany/geany/pull/1433.patchhttps://github.com/geany/geany/pull/1433.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/1433