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,
The default syntax highlighting orange color for strings IMO looks bad.
I wish you would change that default for many languages.
Couldn't you just throw people who like windows editors a bone and have
a GUI for syntax highlighting instead of editing a file?
Thanks.
--
http://www.fastmail.fm - The way an email service should be
Hi all.
Just to know if there is a way to tell Geany to correctly auto-close
multiple opened brackets.
An example: if I type '[' and then '[' again, Geany auto-close only the last
one, without closing both.
Is it a deliberate behaviour? Is it possible to correct it in some way?
Thank you.
G.
--
View this message in context: http://geany-users.466218.n3.nabble.com/Multiple-opened-brackets-not-closed…
Sent from the Geany-Users mailing list archive at Nabble.com.
Dear all
I notice two cosmetic issues in 1.22 (under Xfce 4.6 on Ubuntu Lucid).
First, the Geany icon is no longer visible in the WM.
Second, whenever I open this file (while Geany itself opens), I get
the following message:
'/home/liv/rm-aly.R' has been edited since it was last saved by geany.
Marker positions may be unreliable and will not be loaded.
Press Ignore to try an load markers anyway.
I always press Okay and apparently no markers are being loaded.
However, on a subsequent Geany restart the same question pops up.
Anyone already encountered these issues? Regards
Liviu
--
Do you know how to read?
http://www.alienetworks.com/srtest.cfmhttp://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
Hello,
at the moment I'm minimalist (in term of skills) vim user, but soon
will start working with Django as well as wxpython project and seems
Geany has very nice support for both (wx)Python and some specific one
for Django.
However, if replacing vim with another editor, I'd like to use it as
external editor in my (Claws-mail) mailer. For that purpose I have the
following line in my Claws' preferences:
gvim "+set ft=mail" -f %s
which takes advantage of vim's paragraph reformatting option (gq
command) so that, for instance the above quoted paragraph:
> However, if replacing vim with another editor, I'd
> like to use it as
> external editor in my (Claws-mail)
> mailer. For that purpose I have the
>following line in my Claws' preferences:
would be reforamtted as follows:
> However, if replacing vim with another editor, I'd like to use it as
> external editor in my (Claws-mail) mailer. For that purpose I have the
> following line in my Claws' preferences:
which is very handy when dealing with quoted messages.
Afaict, Geany does not have support for 'mail' filetype, but I wonder if
there is any interest to support it and/or tweak some of the present
format'a support to get the above mentioned enhanced support?
It's nice that Geany has '-i' option which was one of the reasons why I
gave up on considering SublimeText2, but having support for mail
filetype would be dream-land!
Sincerely,
Gour
--
A person is said to be established in self-realization and is called a
yogī [or mystic] when he is fully satisfied by virtue of acquired
knowledge and realization. Such a person is situated in transcendence
and is self-controlled. He sees everything — whether it be pebbles,
stones or gold — as the same.
http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
Hey everybody,
I started playing around with geany for osx via macports, thanks to
this article:
http://wiki.geany.org/howtos/osx/running
everything was going great until I realized that I couldn't paste
anything. :P I'm able to copy and paste to an external text file. But
copying + pasting internally doesn't paste anything. I've tried both
keyboard shortcut and pull-down menu option.
This is 0.21 (newest version on macports I believe) with OSX Lion
(which sucks) 10.7.4 .
Any help would be appreciated :) 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 am trying to ramp up Geany on Win7.
Geany & XAMPP already installed.
I can write code and compile it, but when I try to execute I
get:
Process failed (Create process failed)
The executable command in build->set build commands is:
c:\xampp\php\php.exe -l "%f"
Any idea?
Thanks
Yigal
I could setup a new filetype for my custom files. Syntax highlight is
working. But whenever open an SSDL file, I have to manually change the
file type to "custom file types/SSDL file".
My 'filetypes.ssdl.conf' file has this inside:
[settings]
lexer_filetype=C
extension=ssdl
What else do I need to change to open SSDL files with this file type by
default?
Thanks,
Laszlo
Hello,
I'm developing a new language, and I would like Geany to handle it. It
has a compiler which is a pyhon program. I could use this custom build
command under linux:
python /whatever_path/compiler.py "%f"
and it works. However, under windows this custom build command:
C:\Python27\python.exe c:\whatever_path\compiler.py "%f"
does not work. When I press F8 then Geany starts python.exe (I can see
it from the task manager). Then it takes a long time before it responds,
telling that the compilation failed. If I start the very same command
line in a terminal (cmd.exe) then it runs within 0.1 sec.
What can be the problem?
My other question is about interpreting the output of my compiler - but
first I would like to be able to use it under Windows.
Thanks,
Laszlo
Hello
I modify quite often scripts written by other developer.
To identify my modifications, I have the habit to insert #<myname> at the
beginning and #</myname> at the end of my modification.
I would like to be able to insert this 2 "tags" through a snippet.
Unfortunately, if I add :
#<=#<myname>%cursor%;</myname>
the line is considered as a comment and ignored
same issue with :
<<=#<myname>%cursor%;</myname>
this time the second part is considered as a comment and ignored
Is it possible to achieve this ?
and how ?
Thanks
ericc