If the MacOs dock preference setting 'prefer tabs when opening documents is set, mouse navigation is off by a few lines. Only when dragging out to detach into a new window, the mouse position is correct.
--
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/2463
I have a plugin that implements menu-hiding, multiple columns, and some other features. I'm thinking about submitting it here... How will updating it work? Will I have to submit separate PRs for each feature, or can I just periodically (monthly/yearly/?) push large changes?
--
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/1131
Hey, I have never done this before so I don't know what I should write in here. I hope I haven't done anything wrong.
I tried to address request #2894 so Geany can remember where the last file was saved.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3001
-- Commit Summary --
* Added an option to remember the path were the last file was saved
-- File Changes --
M data/geany.glade (16)
M src/dialogs.c (11)
M src/document.h (1)
M src/keyfile.c (4)
M src/libmain.c (1)
M src/prefs.c (5)
M src/prefs.h (1)
M src/utils.c (5)
-- Patch Links --
https://github.com/geany/geany/pull/3001.patchhttps://github.com/geany/geany/pull/3001.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/3001
If I open a newline terminated file in geany extra blank line is displayed:
![Screenshot_2021-01-11_19-50-14](https://user-images.githubusercontent.com/18244032/104231328-b2d9e380-5446-11eb-8f43-e61710d8e325.png)
This is incorrect according to the POSIX specification of a file, in which all lines should be newline terminated. From looking at how geany presents the file it would appear that the file has 6 lines with the final line being empty, when it actually only has 5 newline terminated lines.
`wc` correctly reports only 5 lines in this file:
![Screenshot_2021-01-11_19-58-30](https://user-images.githubusercontent.com/18244032/104231821-68a53200-5447-11eb-94bf-bb4511b6054d.png)
And vim correctly only displays 5 lines:
![Screenshot_2021-01-11_19-59-12](https://user-images.githubusercontent.com/18244032/104231908-81ade300-5447-11eb-9332-0eefe244b49c.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/2727
Geany freezes when `*`, `_`, or `\`` are typed or occur as the final character in a file. The problem appears to be related to `sc.chNext` in `scintilla/lexilla/lexers/LexMarkdown.cxx`. Bug has been reported upstream.
--
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/2964
I'm experiencing some odd behavior when I right click anywhere in Geany on my Macbook. There are two things I've noticed. I use a second monitor to the right of the Macbook.
1. When I have Geany on my right monitor and a full screen app on my left, if I right click on Geany, the left screen scrolls back to the main desktop (leaving the full screen app that was there.)
2. If Geany is full screened, then I right click, the context menu pops up on a new separate workspace. So I have to swipe back to Geany and use the application list to close the new workspace the context menu created.
The first issue is a minor annoyance, the second kind of makes right click unusable.
This is my first time trying out Geany. I like it quite a bit despite this problem.
--
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/2512
I've installed Geany through HomeBrew on my mac, and that never was a problem... Until the last version of Geany. HomeBrew throws me this error when trying to upgrade
~~~
Updating Homebrew...
==> Casks with `auto_updates` or `version :latest` will not be upgraded
==> Upgrading 2 outdated packages:
Error: Cask 'geany' definition is invalid: invalid 'depends_on macos' value: ":lion"
~~~
Now uninstalling Geany and just downloading a zip goes a bit far, I think, but my problem is also, that as soon as the error pops up HomeBrew stops so my other applications do not upgrade anymore, as well, unless I do that manually (for which I must use "brew cask outdated" to find out which apps that concerns), so this bug in the Geany install scripts for HomeBrew does basically affect all my casks, and thus I'd be very very grateful if this can be fixed. :)
--
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/2086
geany version 1.32, OS version macOS Sierra, 1.12.6.
Different from geany's behavior under Fedora, where selecting text and drag-&dropping it to another part in the document, moves the text (like Ctrl+X, Ctrl+V), under macOS, the text is always _copied_ (like Ctrl+C, Ctrl+V). Pressing any of the many modifier keys mac keyboards have to offer (Ctrl, Cmd, Alt) during the drag-&dropping doesn't change this behavior (despite [this entry in the manual](https://www.geany.org/manual/current/index.html#drag-and-drop-of-te…).
--
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/1701
Greetings!
Using Geany 1.37 on macOS 1.14.6 (Mojave) Intel there is a problem with the default theme. When selecting text in the editor then right-clicking on this selected text, often the right-click menu will appear then disappear, and then an Undo has been performed. So far it appears to be random but frequent enough to cause problems and frustration.
As a workaround, I had to quit Geany, go into the `Resources`->`etc` folder in the app bundle and rename the `gtk-3.0` folder to `gtk-3.0~`. After restarting Geany, a slightly different theme is in use and the right-click menu behavior is now working properly.
It appears that the excessive animation of the Geany-bundled default theme is causing the problem. After renaming the `etc`->`gtk-3.0` folder, the GTK-macOS default theme seems to handle the right-click and menu navigation correctly.
Thanks!
--
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-osx/issues/24
Notable changes:
Scintilla:
- Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines. Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
- On GTK, fix the line spacing so that underscores and accents are visible for some fonts such as DejaVu Sans Mono 10.
Lexilla
- Implement conditional group rules in CSS. Issue #25, Pull request #28.
- Check PHP numeric literals, showing invalid values with default style instead of numeric. Issue #20.
The CSS change causes compatiblity trouble. We exposed the changed style
in filetypes.css. We still do for compatiblity reasons but we still
want to align the style name to lexilla so we default to "group_rule"
now.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2930
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2930/commits/56416311291ea0e0ffeca4e244…">Update to Scintilla 5.1.3 and Lexilla 5.1.2</a>
-- File Changes --
M data/filedefs/filetypes.css (2)
M scintilla/gtk/PlatGTK.cxx (4)
M scintilla/gtk/ScintillaGTK.cxx (50)
M scintilla/gtk/ScintillaGTK.h (3)
M scintilla/gtk/ScintillaGTKAccessible.cxx (1)
M scintilla/include/Scintilla.h (6)
M scintilla/include/Scintilla.iface (14)
M scintilla/include/ScintillaCall.h (4)
M scintilla/include/ScintillaMessages.h (4)
M scintilla/include/ScintillaTypes.h (2)
M scintilla/lexilla/include/SciLexer.h (2)
M scintilla/lexilla/lexers/LexCSS.cxx (8)
M scintilla/lexilla/lexers/LexHTML.cxx (140)
M scintilla/lexilla/lexers/LexMarkdown.cxx (9)
M scintilla/lexilla/lexlib/WordList.cxx (85)
M scintilla/lexilla/lexlib/WordList.h (9)
M scintilla/lexilla/version.txt (2)
M scintilla/src/AutoComplete.cxx (4)
M scintilla/src/AutoComplete.h (7)
M scintilla/src/CallTip.cxx (4)
M scintilla/src/CallTip.h (2)
M scintilla/src/CaseConvert.cxx (10)
M scintilla/src/CaseFolder.cxx (3)
M scintilla/src/CaseFolder.h (1)
M scintilla/src/CellBuffer.cxx (2)
M scintilla/src/ContractionState.cxx (2)
M scintilla/src/Decoration.cxx (12)
M scintilla/src/Document.cxx (23)
M scintilla/src/Document.h (38)
M scintilla/src/EditModel.cxx (1)
M scintilla/src/EditModel.h (1)
M scintilla/src/EditView.cxx (95)
M scintilla/src/Editor.cxx (48)
M scintilla/src/Editor.h (7)
M scintilla/src/Geometry.cxx (24)
M scintilla/src/Geometry.h (28)
M scintilla/src/Indicator.cxx (4)
M scintilla/src/KeyMap.cxx (4)
M scintilla/src/KeyMap.h (1)
M scintilla/src/LineMarker.cxx (2)
M scintilla/src/MarginView.cxx (528)
M scintilla/src/MarginView.h (2)
M scintilla/src/PositionCache.cxx (98)
M scintilla/src/PositionCache.h (21)
M scintilla/src/RESearch.cxx (4)
M scintilla/src/RESearch.h (1)
M scintilla/src/ScintillaBase.cxx (34)
M scintilla/src/Selection.cxx (3)
M scintilla/src/Selection.h (1)
M scintilla/src/Style.cxx (116)
M scintilla/src/Style.h (50)
M scintilla/src/UniConversion.h (2)
M scintilla/src/UniqueString.cxx (6)
M scintilla/src/UniqueString.h (4)
M scintilla/src/ViewStyle.cxx (316)
M scintilla/src/ViewStyle.h (30)
M scintilla/version.txt (2)
M src/highlightingmappings.h (7)
-- Patch Links --
https://github.com/geany/geany/pull/2930.patchhttps://github.com/geany/geany/pull/2930.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/2930