This PR adds the functions ```project_close()``` and ```project_load_file()``` to the plugin API, increasing the API version to 240.
I need the functions accessible for the Workbench plugin to enable the user to activate/select a project. On such a selection event the Workbench plugin will first call ```project_close()``` and then ```project_load_file()``` to change the active/opened project.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2234
-- Commit Summary --
* Plugin-API: added 'project_close()' and 'project_load_file()'
-- File Changes --
M src/plugindata.h (2)
M src/project.c (13)
M src/project.h (8)
-- Patch Links --
https://github.com/geany/geany/pull/2234.patchhttps://github.com/geany/geany/pull/2234.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/2234
I want to using debugger in raspberry Pi via geany, so I configure it using following option:
./configure --enable-all-plugins
Than I got the error message as below:
checking whether the GTK version in use is compatible with plugin Debugger... no
configure: error: Debugger is not compatible with the GTK version in use
I modify the GTK config to 3, Than got another error info:
checking for VTE... no
configure: error: Package requirements (vte >= 0.24) were not met:
No package 'vte' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables VTE_CFLAGS
and VTE_LIBS to avoid the need to call pkg-config.
How can I do next?
--
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/893
platform: windows 7 x64
geany version: 1.27
issue: every time I delete(from end of string and backspace) the keyword "font" in a html document, geany will crash.
add:
1. the keyword "image" in a html document has same issue.
2. keyword as a tag name
---
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/432
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