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,
please, can you delete my mail adress from the mainling list?
Thank you very much.
Andreas
--
Mit freundlichen Grüßen, A. Kipsch
------------------------------------------------------------------------
Andreas Kipsch
Moltkestraße 41
*D* -12203 Berlin
*Kontakt:
*Fon: 030-664 644 42
Mobil: 0176-76470118
Mailto: a.kipsch(a)kabelmail.de
Is it possible to enable the "visual line warp" for some file types only?
I would like to have line wrapped lines for text types like Markdown enabled. For programming languages it should be disabled.
Thanks.
--
Email: Joerg Desch <jd DOT vvd AT web DOT de>
All,
Just a quick thanks for Geany. I tried Code::Blocks and it took me four
tries to even get a project started correctly. After I did figure out
how to jump through all the hoops, I found it clunky and hard to use
anyway. No doubt it would have some usefulness in huge projects, but for
simple things, Geany was vastly better. Sheesh, I just loaded a file,
hit F9 and there was my executable. Why can't all software be so well
designed? Kudos!
Hi
I just installed geany 1.22 on a windows 7 laptop and I am starting into
rails. So I am tinkering with ruby files which I haven't done before.
The thing is geany isn't indenting my files.
I created a file test.rb and just typed a multi array and printed it to
output as a test.
However I got no indenting so it looks like.
my_array = [[1,0],[2,1],[3,2]]
my_array.each do |x|
x.each do |y|
puts y
end
end
when it should look like.
my_array = [[1,0],[2,1],[3,2]]
my_array.each do |x|
x.each do |y|
puts y
end
end
Not sure if I have missed something Ruby specific
Sayth
.
Hello,
I am a Geany newbie, started using Geany lured by its autocompletion and
a few other features. Unfortunately, when coding in perl, I don't seem
to get the autocompletion to work. That is, if I type a few characters
(e.g., 2 chars: I have set the corresponding option to 2 characters) of
a variable name which I have already defined, nothing happens (I was
expecting to see a popup suggesting the var name). On the other hand, if
I press CTRL+SPACE after typing those two chars, the popup does show up.
Seems to me that I am missing something - why is the autocomplete popup
not showing up? I want it to show up without having to press CTRL+SPACE.
Using Geany 1.22 on Windows 7, with .cgi file extension (I have
registered the file type in filetype_extensions.conf).
Thanks.