Hi, i recently use geany for my c++ & java project, it's almost like a IDE for my requirments (edit, compile, debug).
for java source edit, custom class members/functions autocomplete is worked sometimes.
for c++ source edit, but custom class members/functions autocomplete not work at all.
actually geany already have enough symbols information for an opened c++/java project, because the symbols view can show up members/functions for the opened file, ctrl+left-click member will jump/open declaration of the header file. why not do more work for autocomplete?
debian9 stable, geany 1.29.
Regards.
--
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/1824
Now when we execute a python script in geany, it opens another terminal and execute the python script there. Instead of this I want to execute python script in a interactive python console in the status bar. I have tried Geanypy and it adds an interactive python console in the satus bar but it works independently to geany's editor.
![Geany](https://hackadaycom.files.wordpress.com/2017/04/geany-with-interactive-but-non-completing-shell.jpg)
--
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/1823
I wish to improve the visibility of the searched elements, I mean while using the search window
I see two possibilities:
- Display the yellow arrow in the marker area (as when there are compilation errors)
- Activate highlighting of the current line even when the window does not have focus
I would prefer the first solution, for the second I discussed with Lex Trotman in Geany-Users list :
> probably the best place for the setting is in
preferences->editor->features since editor->display which is its
natural home is a bit full
--
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/1822
This adds _string variants to 3 msgwin_{compiler,status,msg}_add(), since those cannot be gobject-introspected (functions with variadic arguments generally can't because the parameters couldn't be marshalled).
So I simply add _string variants which take the string after g_strdup_vprintf(). I found that two of them already existed, so I only needed to add one and export all 3 to plugins.
@sagarchalise wants this in peasy and the functions are currently not available in any form.
GEANY_API_VERSION increment is TODO, will do once this lands.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1748
-- Commit Summary --
* api: add non-variadic variants of msgwin_*_add to the API
* msgwin: beautify doxygen comments a bit
-- File Changes --
M src/msgwindow.c (117)
M src/msgwindow.h (3)
-- Patch Links --
https://github.com/geany/geany/pull/1748.patchhttps://github.com/geany/geany/pull/1748.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/1748
…and fix the current documentation not to lie to the reader :)
AFAIK this still isn't configurable by color shemes (IIUC only *named styles* and *named colors* are supported), but not configurable at least from *filetypes.common*.
@codebrainz assigning to you as I would thing you are the most colorscheme-literate of us.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/917
-- Commit Summary --
* Fix documentation about translucency settings
* Make the search marker translucency configurable
-- File Changes --
M data/filetypes.common (9)
M doc/geany.txt (22)
M src/highlighting.c (6)
-- Patch Links --
https://github.com/geany/geany/pull/917.patchhttps://github.com/geany/geany/pull/917.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/917
Hello,
I'm running Slackware 14.2 x64, I compiled 1.33 from source, and I noticed that a config I have for compton, Geany doesn't recognize it as a config file, and when I open it, everything is in black and white instead of being in color as a configuration file.
There is no extension on the file, and the name is just ```compton```
I have other similar files with no extensions on them, and various names, and they appear in color as configuration files, so I don't understand why this one won't.
Also the file manager I use SpaceFM, recognizes the properties of the files as all the same;
```MATLAB script/function - text/x-matlab```
This is my compton configuration file I am trying to figure out why it won't appear in color;
http://dpaste.com/17EJC32
Here's a file that appears in color that is just named ```.AwOkenrc``` for the AwOken iconset, which I don't understand why it appears in color and the ```compton``` file won't?
http://dpaste.com/2X9V4MS
--
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/732
Hello.
One the status bar where one can see the line number, column, selection, etc. there is a value called Scope. When I am within a perl subroutine the scope is the subroutine. However, if the cursor is not within a subroutine, the scope would be the whole file but not unknown in my opinion.
Thanks for reading.
LA
--
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/1484
If I click on the help button in the Plugin Manager then it shows me the help for that plugin. This usually works fine.
But if I enable and disable a plugin a few times and click on help after that, then geany will crash quite likely. This happens no matter if the plugin is using the old or new plugin API. Also the kind of help shown does not seem to make a difference, e.g.:
- the Latex plugin opens a info dialog
- other plugins open a webpage
In both cases I could re-produce the crash. I tested with a quite actual development version of geany under Ubuntu 16.04, GTK3 build.
--
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/1781