Hello everybody,
I've been happily using Geany for a little while now, coding mostly in
Python. I have a couple questions:
1. For a dark color scheme, eg Vibrant Ink, how do i get the active
line to not be highlighted. White text + white highlighting =
invisible text on the line I'm trying to edit. Arrgh!
2. Any debugger advice for python? I am finding winpdb is pretty slow
and actually crashes on my machine a fair amount.
I'm on a windows 7 64 bit installation.
Thanks!
--
A musician must make music, an artist must paint, a poet must write,
if he is to be ultimately at peace with himself.
- Abraham Maslow
Hi,
I'm switching from SciTE to Geany, as I feel features provided by Geany are
exact what I missed in SciTE
Thanks to dev team and special thanks to creator on Lua plugin, which made
my transition seamless :)
My problem is column selection mode. I'm used to hold Ctrl then point,
click and drag. This feature seems like buggy in Geany, most of time it
doesn't work.
I then found out that I can use Shift+Ctrl which works as expected, but I
first need to position cursor then do this selection, while if I use SciTE
I just point and drag without positioning first.
Is there better solution to this problem, that may be not so obvious to new
user?
TIA
I wonder if it's possible to insert in multiple places within a
snippet the same string? For example, I have a snippet which inserts
some HTML code that refers to an image and I use the description of
the image in two places within the same snippet. As I understand the
manual, you insert "%cursor%" anywhere that you want the cursor to
jump to so that the user can insert text. If I enter a title for an
image in my example snippet I would prefer to have that also inserted
elsewhere in the same snippet.
--
Russell Dickenson
Hello,
> > When you open the glibc headers in Geany, do the tags show in the
> symbol
> > list?
> >
> >
> > yes.
>
> Here when I open string.h, these lines seem to confuse the C tag parser
> and no more tags are parsed:
>
> #ifdef __cplusplus
> extern "C" {
> #endif
>
> Preprocessing would remove these lines however.
>
> Looks like I didn't understand your question before. I meant to say that
the symbols (functions etc) are showing up correctly. thus, ignore.tags
seems to work there. I haven't checked extensively, however.
I will try out latter your suggestions (I'm not on my Linux machine now).
thanks.
Hello,
I'm trying to build a glibc.c.tags file out of (selected) glibc headers.
but due to glibc's heavy attributes and macros use, many symbols are not
included.
I have created the following ignore.tags file (under ~/.config/geany/), but
*nothing* has changed.
~ $ cat ~/.config/geany/ignore.tags
__LEAF
__LEAF_ATTR
__THROW
__THROWNL
__attribute__+
__attribute_malloc__
__attribute_pure__
__attribute_const__
__attribute_used__
__attribute_noinline__
__attribute_deprecated__
__attribute_format_arg__+
__attribute_format_strfmon__+
__nonnull+
__attribute_warn_unused_result__
__wur
I must have done something wrong, any help greatly appreciated.
Hi everyone,
I have been using Geany for some time and feel that there should be a
personal revision control system for the files much like how Google docs
does for all the files.
Does any similar plugin exists ?
If no, I am interested in contributing to Geany. I have forked the latest
branch and would like to make a personal revision control system plugin for
Geany.
I would like to know your thoughts and any guidance would be much
appreciated.
Regards
Ankit Gupta
4th Year, Mathematics and Computing
IT-BHU
Using Debian 7 and 6 with g++ 4.6
Geany is great but I notice when compiling the same code with
Netbeans 7.xx and C++ plugin
or
Eclipse Indigo 3.7 and C++ plugin
The main.cpp file in a project when built with Geany requires the
Class.cpp files to be listed as
#include "Class.cpp"
along with the #include "Class.h" ..or the Build fails..
Not so with other IDEs
WHY??
I have tried this in several other Linux installs and the problem is
same...
I believe that I should only have to list the Headers as the Class are
linked in the Headers...No?
...Before anyone asks.."All source and headers are in the same Dir"
Thanks for any help..
Hello,
Is it possible to type a non breaking space character ( )
and a soft hyphen character (­) in geany?
Thanks
--
Luca Borrione <write(a)tiscali.it>
Hello Lex,
Thanks for the info. I'm planning to use phpCodeSniffer as a start. It's a command line tool that outputs errors and warnings about coding style after reading the PHP code. It's syntax is something like this phpcs file.php.
I wanted to create a more easy to use interface for this, maybe a plugin or something, that outputs such checks, once enabled, in the Geany warnings or something. I use the built-in terminal to check my code with phpcodesniffer, phpunit and other tools, but it's quite a pain to change everything once in a while.
ps.: Can i write a plugin to create more than one built-in terminal screens, with pre-scripted commands? For example, automatically create a built-in terminal window that runs the following command: watch -n 1 php FILE_BEING_EDITED.php (great debugging)
----- Original Message -----
From: Lex Trotman
Sent: 08/02/11 09:26 PM
To: Geany general discussion list
Subject: Re: [Geany] Warnings and Errors in Geany
On 3 August 2011 06:21, Vincent P. Ellis <vincent(a)linuxmail.org> wrote: > Is there a plugin, or a built-in feature i missed, where i can have Warnings > and Errors checked for my code in Geany? I'm trying to attach > PHP_CodeSniffer to Geany and output the warnings and errors directly in the > window. > Hi Vincent, Only commands run from the build menu compile or make sections are checked for errors by regex or fallback to HHH (hairy hardcoded heuristics). Detected error lines are marked and the message in the message window is red and is a link to the source line. I'm not a PHP programmer so I don't know what the tool you mention does but if its anything like a compiler or lint program then add it to the filetype section (see the manual). Cheers Lex > Vincent Ellis > C/C++ Technician > vincent(a)linuxmail.org > El Paso, TX > _______________________________________________ > Geany mailing list > Geany(a)uvena.de > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany > > _______________________________________________ Geany mailing list Geany(a)uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Vincent Ellis
C/C++ Technician
vincent(a)linuxmail.org
El Paso, TX
Hi,
I am using Geany to edit DocBook XML files, and I find the Symbols tab
very useful, but I have the following questions about it:
- Currently the tab lists only the ID attributes of the <chapter> and
<section> tags. How can I add other tags to this list? Especially
<procedure>, but some others would be useful as well.
- Is it possible to list the symbols by appearance by default?
Currently I have to manually change this setting for every file.
- The symbol tab now shows the sections and chapters in a separate
list, and that way the hierarchy of the tags (the structure of the
file) is lost. It is possible to display the list in a tree?
I am running Geany 1.22 (Tavira) on Ubuntu, built from source, so I
can make minor changes to the code if needed.
Also, thank you very much for everyone involved for developing Geany,
I really love it.
Regards,
Robert