When I press shift+right arrow (word right) in Geany (built on or after 2016-04-17) with the attached text
![crashgeany](https://user-images.githubusercontent.com/7548378/41547429-0aa6abce-7318-11e8-9e7c-d2340e924791.png) about to be saved to an html file I get:
(geany:15788): Geany-CRITICAL **: sci_get_contents_range: assertion 'start < end' 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/issues/1882
I am used to green font; light red colouring, middle-gold colour
for modules/classes and greyish for comments. Is there a way to
easily define this for .rb files but also some other files? Or
does it require some ctag-manipulation or anything complicated?
I will probably adjust to the geany-defaults, because geany is
(objectively) a better editor at this point for me, but I'd love
to see some kind of resemblance to the colours I used to use
for many years.
Thanks!
PS: If this is a feature request, I am not sure if it can be changed
easily, but for comparison, the nano editor uses a fairly simple
format for modifying your .rc files.
For example:
color white "^ *(set|unset).*$"
color cyan "^ *(set|unset) (autoindent|backup|const|cut|fill|keypad|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|q
I am not necessarily suggesting the same for geany, also because it
is quite an ugly format - but the good thing is that it is a simple
text format. I could even autogenerate these files but not sure if
this is possible for geany; last time I read up about this it looked a
bit complex to get support via different colours. Or perhaps there
may be some option where this could be changed on an ad-hoc
basis ... haven't found this yet though.
Geany is pretty good as-is though. The issues I have in general are
really really minor, compared to the net-benefits of using geany so
far.
--
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/2143
Please create a file that occupies more than one page and scroll down. Close then reopen the file. Please observe that the file reopens at line 1 not the line at which it was closed at - this is inconsistent with the behavior obtained when one closes and reopen Geany as a whole in which case all files reopen a the their closing lines. Please consider making files reopen at their last close point. 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/issues/2275
Reboot of #1908. I've cherry-picked @StephenWassell's 2 commits and added a fix commit:
* `editor_prefs.skip_project_ask_close` -> `project_prefs.project_ask_close`
* Group it with UI rather than editor.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2171
-- Commit Summary --
* #1907 Add preferences flag to skip the project_ask_close dialog
* #1907 Add preferences flag to skip the project_ask_close dialog - document
* editor_prefs.skip_project_ask_close -> project_prefs.project_ask_close
-- File Changes --
M doc/geany.txt (2)
M src/project.c (9)
M src/project.h (1)
M src/ui_utils.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/2171.patchhttps://github.com/geany/geany/pull/2171.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/2171
Rather than flood a pull request with non-review discussion, I've created an issue here. (That seems better for me than the devel mailing list as we get notifications on replies, markup, links etc).
--
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/2274
we use the gtk3+ but failed at last step:
```
MacdeMacBook-Air:geany-osx mac$ jhbuild shell
Loading .env environment variables…
Prefix: /Users/mac/gtk/inst
Entered jhbuild shell, type 'exit' to return.
bash-3.2$ gtk-mac-bundler geany-gtk3.bundle
Traceback (most recent call last):
File "/Users/mac/.new_local/bin/gtk-mac-bundler", line 6, in <module>
bundler.main.main(sys.argv[1:])
File "/Users/mac/gtk/source/gtk-mac-bundler/bundler/main.py", line 18, in main
bundler.run()
File "/Users/mac/gtk/source/gtk-mac-bundler/bundler/bundler.py", line 479, in run
self.resolve_library_dependencies()
File "/Users/mac/gtk/source/gtk-mac-bundler/bundler/bundler.py", line 354, in resolve_library_dependencies
source = path.compute_source_path(self.project)
File "/Users/mac/gtk/source/gtk-mac-bundler/bundler/project.py", line 186, in compute_source_path
raise ValueError("Cannot find source to copy: " + source)
ValueError: Cannot find source to copy: /Users/mac/gtk/inst/lib/gio/modules/*.so
```
--
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/10
When using New Project/Open project dialogs or the recent project files submenu, there's no need to confirm closing the project (so long as the dialogs can be cancelled before closing the session). It's unlikely those actions are done by accident. I've kept confirmation for opening a project file from the command line, in case it was a glob mistake. OSX confirmation is kept because I'm not sure what the OSX code is for and also can't test.
* Make Open Project dialog cancellable without closing existing session
* Opening recent projects: Don't ask whether to close current project
* Make New Project dialog cancellable without closing existing session (this one needed some refactoring)
These 3 are in separate commits, probably best to view commits separately.
This also probably makes #2171 unnecessary.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2178
-- Commit Summary --
* Make Open Project dialog cancellable without closing existing session
* Make New Project dialog cancellable without closing existing session
* Opening recent projects: Don't ask whether to close current project
-- File Changes --
M src/project.c (91)
M src/ui_utils.c (3)
-- Patch Links --
https://github.com/geany/geany/pull/2178.patchhttps://github.com/geany/geany/pull/2178.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/2178
Hi. Wich status of nim-language support?
I'm found this [PR](https://github.com/geany/geany/pull/193) and I'm tried Geany 1.27 (available in repos of Linux Mint 18.3), but it haven't syntax highlighting and autocompletion :(
![1](https://user-images.githubusercontent.com/15020827/36339299-318ef4ca-13d3-11e8-8f86-abe278fd508c.png)
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/issues/1772
When merging #1445 we found that the results could be improved.
I promised to fix the deficient results along with proper unit tests so here we go.
Basically utils_strv_shorten_file_list() can repaired and simplified at the same time by a relatively minor change to the supprting utils_strv_find_lcs(). This is all backed up by new unit tests which tests the related functions plus (now reborn) utils_strv_new().
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2262
-- Commit Summary --
* tests: unit test for some util strv functions
* utils: refactor utils_strv_shorten_file_list() and friends
* utils: fix suboptimal elipsis substitution by utils_strv_shorten_file_list()
* utils: move utils_strv_shorten_file_list() out of GEANY_PRIVATE
-- File Changes --
M src/utils.c (129)
M src/utils.h (6)
M tests/Makefile.am (11)
A tests/test_utils.c (419)
-- Patch Links --
https://github.com/geany/geany/pull/2262.patchhttps://github.com/geany/geany/pull/2262.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/2262
CTRL-b is a great shortcut, but i cannot select text using any shortcut like (say) CTRL-B (upper B)
--
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/2260