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
Hello Geany users,
I have just installed Geany on Ubuntu and when I open the preferences I
have tab General, Interface, ..., Various but after Various* I do not have
the Terminal tab (see image below)*, which is what I wanted to access to
paste and copy commands to the terminal to execute small pieces of code.
Have I made a mistake in installing geany (i used on the command line: sudo
apt-get install geany)
Thank you very much for help.
Best regards,
marco
[image: Inline image 1]
Hi,
I'd like the text in Geany's tabs a little larger.
All I can manage is to increase the text size of the tab I'm currently
editing:
# document status colors
style "geany-document-status-changed-style" {
fg[NORMAL] = "#00FF00"
fg[ACTIVE] = "#FF0000"
font_name = "Comic Sans MS 14"
}
widget "*.geany-document-status-changed" style
"geany-document-status-changed-style"
I went through geany.gtkrc for hints but couldn't see any that related to
all tabs.
Is this something I may have to do in my gtk2 theme's gtkrc instead?
Thanks,
AESouza
Hi,
I'm using Geany 1.23.1 on Lubuntu 13.10. My question is this: if I want to
make changes to geany.gtkrc must these changes be done to
/usr/share/geany/geany.gtkrc or can I copy this file over to somewhere in
my home and edit that copied file?
I copied the file to ~/.config/geany but any changes I make there are
ineffective.
Thank you
AESouza
Hello everyone,
I am Amulya Sahoo a Computer engineering student. I have
a knowledge of C, C++ , C#, Javascript, CSS, PHP and a bit of .NET. But, I
prefer to do coding in C and C++ language. I can say I am a beginner coder
with a knowledge of all the basics along with pointers, C Data structures
like linked lists, stacks etc and some object oriented knowledge i.e. class
concept. I am working with c from 1 year. I have not worked on any open
source project but I wanna work with to start my carrier with Open Source.
I want to contribute to this project by any mean I can but need help of
other developers' too in most cases as I am new to this.
I use Geany all the time. Thank you very much. I'm using it on a Puppy
Linux system. I'm not sure if the second problem is a problem with
Geany or its implementation on the Linux system.
1) The recently used files list often doesn't show the files that I've
been recently editing because I've been editing them for a long time.
That is, they've remained open for a long time and I haven't had to open
them. When files are constantly edited like that the list just ends up
showing inconsequently files that were only looked at for short
periods. Whenever a new file is added to the recently used files list,
all files that are currently open should be shifted to the top of the list.
2) I like to have a number of files open within Geany and to reload
these files when I next use Geany. This works when I directly open
Geany sometime soon after booting the system, but if I happen to click
on a text file previous to opening Geany, then Geany is opened without
the files that I was previously working on. It then takes some time to
go and find all those files and reopen them. This is particularly
annoying as most of the time they are not on the recently used files list.
Are there any workarounds for these problems?
Thanks
Hi all,
I have a couple of questions about tags, maybe one of you could shed
some light on me:
1) The documentation states there is a default LaTeX global tags file
which I don't see either in my installation or in the repo. Was it
removed from geany?
2) I don't fully understand the relationship between tag management in
geany and ctags. I see geany includes it's own copy of ctags source.
But: i) does it honour my ctags user configuration? (for example, I've
written custom rules for the R language); ii) if it does, will it be
only for global tags or also for the loaded files tags?
Best regards
--
Carlos
Hi all,
I use to synchronize my dotfiles between computers by means of a git
repo. geany saves some local state in its user configuration file so
it changes after every session, cluttering my change log and sharing
strictly local state between different installations. Is it possible
to separate configuration items from state items? Or at least to keep
the configuration options I've explicitly changed in a different file?
Best regards
--
Carlos
Hi! friends.
I found ehwn selecting chars in a linux UTF-8 text, in status bar it
count double if it is an extended char, I mean out of ASCII table.
I was using that selection to format the output of script.
I think it should be the number of 'text chars' not bytes.
What you think about?
Cheers.
--
Jose Angel Navarro Cortes
email: janc(a)janc.es
web: http://janc.es/
Usuario Linux: #49178
Hi,
I've been digging into Gtk themes recently, and decided I'd like to have geany's
sidebar colors match the editor window. I believe it can be done but need to
know the widget names of the tree views under the Symbols and Documents tabs.
Anyone have experience with this?
-Mike