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
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
grep -nHIF -- $mail = new Mail(); (in directory: /drive2/www/html/opcsupportocmod/opcsupport_2031/)
/bin/grep: .idea: Is a directory
/bin/grep: admin: Is a directory
/bin/grep: catalog: Is a directory
/bin/grep: image: Is a directory
/bin/grep: system: Is a directory
Search failed.
--
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/593
I have filed a feature request for scintilla for the above, it would be great to have commonmark markdown syntax supported in this plugin as well since current markdown support is limited to basic markdown.
--
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/651
Hello, Everyone!
It would be great to have the [CommonMark](http://commonmark.org/) plugin.
The rationale:
> We propose a standard, unambiguous syntax specification for Markdown, along with a suite of comprehensive tests to validate Markdown implementations against this specification. We believe this is necessary, even essential, for the future of Markdown.
>
> That’s what we call CommonMark.
>
> — [CommonMark](http://commonmark.org/).
Best regards,
Sergey Brunov.
--
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/589
I'm afraid this might be more related to GTK than Geany itself, but still...
Most of the computers I use have a 1366x768 screen resolution, and Geany is perfectly usable in them. But one of then has a FullHD screen in which text is too small, so I have set the Windows font size to 150%. Most applications render properly, and also do other editors such as Notepad++, or IDEs such as Visual Studio, but Geany results far less readable than in the other computers, which have 1366x768 and 100% font size.
I'm using Geany 1.31 and Windows 10 (in all the computers).
--
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/1655
When using dark color schemes the pair tag highlighting completely obscures tag attributes. It will be nice if the highlight color and opacity is configurable through configuration file and/or some simple UI (e.g. similar to git-changebar plugin).
![pair_tag_highlight](https://cloud.githubusercontent.com/assets/421991/23891197/d8cb0e6e-089d-11e7-9d3a-7e9cfc8cea39.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-plugins/issues/545
The version of geany on xubuntu 18.04 is 1.32-2. 18.04 no longer has the gksu package. So, configuring a custom action such as gksu geany %f does not work. gksu's replacement is pkexec. I use geany extensively and it does not come with a policy file. I can create one but would like the standard product to have one.
--
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/1846
I would love it if the startup path would have the option of it being the last used directory. If I am writing a new file which I want to save into a directory several levels down in the directory tree, and I last used that directory, it would be nice if save would offer that directory first.
There are times when I spelunk down the directory tree, and if I am writing a new file for that directory, I do not want to have to spelunk down to that directory again. I think my deepest is 9 down. So when opening or saving files, I would like to open or save to the last used directory.
Also, how do I remove recent files from the list to the left? I do not want that as the default if no directory is entered into Startup path. It is annoying.
Please?
--
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/1492
This may apply to other versions as well, but I'm using Sierra.
The tabbed dialog boxes don't read the cursor position correctly. It's basically "move until the thing you want to click acts like you're hovering". Pulling the tab out as a separate window resolves the issue. The main editor doesn't have this issue.
--
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/1428