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
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 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
A gentleman called simon posted that editing the filetypes.python file
in the fildefs folder would get pylint working in geany on linux.
How would the format of the PYTHONPATH statement need to be in
windows XP & 7 so that pylint would work. I tried a couple of variants
but could not get anything to work.
This was the code post.
[build-menu]
FT_00_LB=pep8
FT_00_CM=pep8 --repeat --count "%f"
FT_00_WD=
FT_01_LB=PyLint (basic)
FT_01_CM=PYTHONPATH=${PYTHONPATH}:"%d" pylint
--output-format=parseable --reports=n --errors-only "%f"
FT_01_WD=
FT_02_LB=PyLint (full)
FT_02_CM=PYTHONPATH=${PYTHONPATH}:"%d" pylint --output-format=parseable "%f"
FT_02_WD=
error_regex=^([^:]+?):([0-9]+):.+
Sayth
Hi,
It seems there's no way to start geany to open a file in a "read-only"
mode.
Would it be a lot of work to add such a command line option? Don't
bother if it is. :-)
Regards,
ST
--
Hi all,
Due a little issue with source tarball of 0.21-release of Geany-Plugins
0.21.1 has been released which fixes an issue of non working waf-build
system from inside the source tarball.
As usual, tarballs and their corresponding GPG signatures can be found
at <http://plugins.geany.org/downloads.html>.
The Windows installer has not been directly effected by this issue so
renewing is not needed.
Cheers,
Frank
--
http://frank.uvena.de/en/
I thought it might be useful to create screencasts to highlight
Geany's features because it's often easier to show someone how
something works rather than explaining it in words. The idea was to
keep them quite short and without an audio track so that the language
barrier would be minimised. I have created one very quick screenshot
and a tested several video hosting sites, including Posterous, but
haven't found a site I like. My next step was going to be Vimeo.
What do you think of the idea itself? Do you think Geany would benefit
from having screencasts available?
- Russell
Hello World,
I noticed an annoying behavior (could be since new version 0.21):
I have 3 files open when I quit geany. Two are UTF-8 encoded, one is CP1252.
If I reopen geany, the two UTF-8 files get loaded as expected, but the
CP1252 file does not. Instead I get the following messages in the status
window (translated from german):
The File "J:\QUARTIS\_dev\locale\QrtRes_de.rc" is not a valid UTF-8.
One or more file(s) from the last session could not be loaded.
It re-opened all files until recently, so I suspect it's because of the
new version.
Note: I cannot change the encoding to UTF-8.
Is this the expected behavior? Did I mis-configure something?
TIA and best regards
Andreas
--
("`-''-/").___..--''"`-._
`o_ o ) `-. ( ).`-.__.`)
(_Y_.)' ._ ) `._ `. ``-..-'
_..`--'_..-_/ /--'_.' .'
(il).-'' (li).' ((!.-'
Andreas Tscharner andy(a)vis.ethz.ch ICQ-No. 14356454
I added the English dictionary and now I do not get the error message
when starting Geany. Thanks.
But I am embarrassed to say I don't see how to use the spell check.
Usually with editors there's a button you press and the open document is
checked, misspelled words are underlined in red squiggly lines and often
there a pop-up with suggestions and one-click replacement capabilities.
I don't see any button and searched the toolbar and menus to run the
spell check.
Now that the dictionary seems installed how do I spell check a document?
Sorry if this obvious.
WinXP Geany 0.20
Thanks.
> I added some more more information to the README of the plugin:
>
> http://geany-plugins.svn.sourceforge.net/viewvc/geany-plugins/trunk/geany-p…
>
> Please let me know if that helps.
>
> Regards,
> Enrico
>
> --
> Get my GPG key from http://www.uvena.de/pub.asc
>