This is a two-commit PR:
1. the first commit just syncs the **baseline** PO metadata -- the comments with source locations (a lot from `update-po`)
2. the actual translation updates
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3094
-- Commit Summary --
* PO:(uk) Update translation; metadata only
* PO:(uk) Update translation
-- File Changes --
M po/uk.po (2848)
-- Patch Links --
https://github.com/geany/geany/pull/3094.patchhttps://github.com/geany/geany/pull/3094.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3094
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3094(a)github.com>
**Before upgrade**
Geany 1.32, GTK 2.24.32, GLib 2.54.3
geany-1.32.0-1-x86_64.pkg.tar.xz, geany-plugins-1.32-2-x86_64.pkg.tar.xz
Arch Linux, Theme: BlueMenta
Plugin "Lua Script"
`geany.choose("Snippets:", {"bla", "bla", "bla"})`
http://geany-plugins.sourceforge.net/geanylua/geanylua-ref.html#select
![Screenshot1:](https://s10.postimg.org/tbkoqhvex/Screenshot_2018-02-09_17-41-25.png)
**After upgrade**
Geany 1.32, GTK 3.22.26, GLib 2.54.3
geany-1.32.0-2-x86_64.pkg.tar.xz, geany-plugins-1.32-4-x86_64.pkg.tar.xz
![Screenshot2:](https://s10.postimg.org/h9pawejmh/Screenshot_2018-02-09_17-42-16.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/690
Hi, currently, there is one pixel gap between the vertical scrollbar and the right edge of the screen when geany is maximized or when in fullscreen mode. This makes it hard to scroll. When the scrollbar is right on the edge, it is very easy to hit with the mouse (the edge acts like "infinitely" wide target). So I would like to ask to remove the gap to enable easy scrolling.
--
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/2361
Interface > NoteBooks Tabs > Double-clicking hides all additional Widgets
When I activate above setting and click on a tab in NoteBook, it hides the tab name and Message window, but it doesn't hide the left Side bar.
It would be much better to hide side bar too.
And please don't hide the NoteBook's tab name, so that we can double click it again to show hidden widgets ( Like what Eclipse IDE does)
in current version, to show hidden widgets, we should go to View menu-bar and click "Toggle all additional widgets" which is a little bit long and inconvenient way.
--
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/2686
When writing LaTeX, symbols in the Symbols list are grouped by type (Environment, Section, Paragraph, Chapter, ...), so it is not immediate to understand the structure of the document.
It would be nice if the Symbols list could have a third sorting mode (besided "by Name" and "by Appearance") that makes the Symbol list like a Table of Contents.
---
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/1082
While the current way of grouping symbols under various categories
like "Functions", "Structures", "Macros" etc. may be useful in some
situations, it doesn't allow true sorting by name or sorting by line
number because this sorting is only valid within the group and not
globally which makes it sometimes hard to find some symbol.
This patch adds the option to switch between two views of the symbol tree
using the context menu:
- Categorized - the original view used by Geany
- Uncategorized - view with a single root element "Symbols" in which
all symbols are rooted and all of them either sorted by line number
or alphabetically
<img width="294" alt="Screen Shot 2022-04-17 at 16 17 38" src="https://user-images.githubusercontent.com/713965/163718570-0beb29…
<img width="286" alt="Screen Shot 2022-04-17 at 16 18 33" src="https://user-images.githubusercontent.com/713965/163718574-84ba48…
The core of the implementation is rather simple - there's always the
"Symbols" root present at position 0 in tv_iters and when categorized
view is selected, this root is used for all the tags. (We still need
to keep the category roots in this situation to copy the icons for
the tags from them but they are always empty and hidden).
The rest is some UI stuff for creating entries in the context menu, I also
added a config preference so this settings is remembered across Geany
re-launches. I made this option global for all open files because
I would find it annoying to apply this setting manually for every open
file. So the code also checks whether the view type changed for the
given file when switching tabs and re-creates the tree with the new
setting.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3172
-- Commit Summary --
* Add option to show symbols in symbol tree without root groups
-- File Changes --
M src/document.c (1)
M src/documentprivate.h (2)
M src/keyfile.c (2)
M src/symbols.c (54)
M src/tagmanager/tm_parser.c (26)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3172.patchhttps://github.com/geany/geany/pull/3172.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3172
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3172(a)github.com>
Geany 1.35 in Windows 10 Pro (version 10.0.18362 compilation 18362) - PC X64 (Intel Core i7-4770K). When I print to "Microsoft Print to PDF" Geany freezes. Printing to "Microsoft Print to PDF" with any other program do not freezes .
--
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/2265
```
gcb-plugin.c: In function ‘gcb_git_buf_grow’:
gcb-plugin.c:219:12: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’?
219 | if (buf->asize == 0) {
| ^~~~~
| size
gcb-plugin.c: In function ‘buf_zero’:
gcb-plugin.c:237:10: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’?
237 | buf->asize = 0;
| ^~~~~
| size
```
geany-plugins-1.38
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1164
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1164(a)github.com>
emmet is a very good addon
but it does not exist for this wonderfull project
do you plan to add it as a plugin?
thank you very much
--
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/1109
This is rebased #3175 with cleaned up commit history but no functional change.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3185
-- Commit Summary --
* Rename tm_tag_file_t to tm_tag_local_var_t
* Enable local tag generation for C/C++
* Update goto symbol definitions to take into account local variables
* Update (non-scope) autocompletion to take into account local variables
* Update scope completion to take into account local variables
* Strip more things from variable type
* Support (multiple) inheritance by scope completion
* Sort tags so tags from source file's header are preferred to other files
* Rewrite member_at_method_scope() to handle more situations
* Sort non-scope autocompletion results by locality
* Make validity of local variables configurable based on used language
-- File Changes --
M src/editor.c (15)
M src/symbols.c (13)
M src/tagmanager/tm_parser.c (26)
M src/tagmanager/tm_parser.h (4)
M src/tagmanager/tm_workspace.c (546)
M src/tagmanager/tm_workspace.h (6)
-- Patch Links --
https://github.com/geany/geany/pull/3185.patchhttps://github.com/geany/geany/pull/3185.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3185
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3185(a)github.com>