Geany has some bug in full screen on OSX, like if you open the search window you can't close the full screen with the green button or the search window doesn't close anymore... and some crash when you try to save the project (always on full screen)
---
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/1046
Hi,
I have the problem that if I change a Mac System Preference setting I cant use the Geany find dialog anymore. Steps to reproduce:
0. Open Geany and edit a .cpp file
1. Open Mac System Preferences
2. Click 'Dock'
3. Change 'Prefer tabs when opening documents' to 'Always'
4. go back to geany. Invoke the Find dialog by Search->Find or CMD F
The search dialog will go full screen and look weird. (See screenshot)
best,
Stephan
I have
Mac Mojave 10.14.6
Geany 1.36 (downloaded binaries for mac)
(built on or after 2019-09-29)
Using GTK+ v2.24.32 and GLib v2.60.6 runtime libraries
<img width="1920" alt="Screenshot 2019-12-13 at 11 06 59" src="https://user-images.githubusercontent.com/55794986/70792091-c70d6600-1d98-1…">
--
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/2410
Hi there,
Running on MacOS 10.15, Geany 1.36
Seems like behaviour has changed. Whenever I try to edit a txt file by clicking in the finder, Geany spawns a new instance. I did not pay notice to whether an OS upgrade or Geany upgrade caused this, but any ideas on how to get back to the "open in existing instance" behaviour ?
--
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/2417
My computer is running on MacOS Catalina 10.15.1 (19B88).
I installed Geany from https://download.geany.org/geany-1.36_osx.dmg. However, every time I attempt to launch Geany, it would just automatically close itself. When I execute `/Applications/Geany.app/Contents/MacOS/geany` from the command line, the result is:
```
/Applications/Geany.app/Contents/MacOS/geany: line 17: dirname: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 18: basename: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 30: basename: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 31: dirname: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 32: dirname: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 33: dirname: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 61: defaults: command not found
/Applications/Geany.app/Contents/MacOS/geany: line 89: /Contents/MacOS/-bin: No such file or directory
/Applications/Geany.app/Contents/MacOS/geany: line 89: exec: /Contents/MacOS/-bin: cannot execute: No such file or directory
```
So far I have found a workaround. After launching Geany at least once (to avoid the "app is damaged" error message), one can remove the `-l` from the first line of `/Applications/Geany.app/Contents/MacOS/geany`, `#!/bin/bash -l`. This would allow Geany to launch without issues.
--
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/2430
Using Geany on Mac has display issues in the code editor. Using v1.36 with standard plugins, and no custom configuration, and MacOS Catalina. Moving the cursor around in the editor messes up the lines displayed (see gif to get a better idea, look at the line numbers). A couple of scrolls up and down fixes it for a while. As far as I can tell, it's just a display issue, since if I start typing, text gets entered at the line the cursor is supposed to be at.
The file is a small 120 line file; another ~200 line file is open in another editor tab.
![Screen Recording 2020-01-01 at 14 51 54](https://user-images.githubusercontent.com/1197127/71647171-802fd380-2ca…
--
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/2413
Hello,
I recently installed Geany and every time I try to run it I get an error telling me that libatk-1.0-0.dll is missing. I checked the installation folder and found nothing. I use Windows 7.
How do I fix this?
--
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/2443
Fixes issue #1000 . Geany now correctly autocompletes LaTeX macros.
The difference in behaviour can be illustrated with the following document:
````latex
\newcommand{\macroname}{}
% The following occurrences of \macro are now autocompleted to \macroname
\macro
\alpha\macro
% The following is no longer autocompleted to macroname
macro
% Example with @
\newcommand{\@anothermacro}{}
% Gets autocompleted
\@another
````
The tests were updated to accept this behaviour (since macro tags now start with `\`).
This also identifies macros defined with `\let`, `\newlength` and environments defined with `\renewenvironment`.
Finally, `@` can be used sometimes in a macro name and mostly any character can be used in a label. I added `:@` to wordchars so that they can be used in autocomplete.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1011
-- Commit Summary --
* '\' is included in macro tag.
* Updated copyright.
* Made indentation consistent with the rest of the project.
* Correctly separates LaTeX words.
* Environments can be defined with \renewenvironment as well.
* Correctly add macro tags.
* Macros can also be defined with \let
* Removed my copyright since I don't even know if I could add it.
* Updated tests to include \ in macros.
* Recognizes new lengths as macros.
-- File Changes --
M src/editor.c (31)
M tagmanager/ctags/latex.c (338)
M tests/ctags/3526726.tex.tags (4)
M tests/ctags/bug2886870.tex.tags (6)
M tests/ctags/intro_orig.tex.tags (6)
-- Patch Links --
https://github.com/geany/geany/pull/1011.patchhttps://github.com/geany/geany/pull/1011.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/1011
Since version 1.35 of geany-plugins, empty folders are shown in the side pane, too. Is it possible to make it an option in the project settings whether to show or hide empty folders?
Background: I use Geany for describing VHDL. We have a big repository with a lot of modules that are used in different projects. Until version 1.34 I could add the base directory of the repository as external directory and added the filenames of all modules I need in my project explicitly to the file patterns of the project (this is done by a script). With this I had only the directories listet in the side pane, that contained files from my project. Since version 1.35 all folders from our repository are listed in the side pane which makes it harder to find a specific file.
--
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/881
When file operations were added to project organizer, the plugin started
showing empty directories in the sidebar because they are useful e.g.
for creating new files inside them. This may be unwanted e.g. in projects
with many directories which are irrelevant to the code.
This patch makes this configurable on a per-project basis.
Fixes #881
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/929
-- Commit Summary --
* projectorganizer: Make showing empty directories in the sidebar configurable
-- File Changes --
M projectorganizer/src/prjorg-project.c (60)
M projectorganizer/src/prjorg-project.h (1)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/929.patchhttps://github.com/geany/geany-plugins/pull/929.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/929
I just switched to geany for my main latex editor together with the latex plugin, and I really appreciate the great work you guys do there!
When starting a new environment by typing `\begin{align*}` and pressing enter, the corresponding `\end{align*}` gets automatically created - which is awesome. The current line gets indented, which is also good, but only with one space. My indentation preferences are set to indent with 4 spaces, and it would be cool if the latex plugin would use this preference when opening a new environment. When using the "insert environment" option from the menu, no indentation happens at all. Maybe 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-plugins/issues/950