Hi,
We use several different build systems and need the build system interface
to be generalised somewhat. We use Jam, Waf, Scons make and others because
we combine code from lots of sources. Although we can change the commands
there are still some hard coded bits that cause problems, eg some builders
don't have all targets so make all menu action confuses them and one product
uses a pre-processor before the C++ compiler and it doesn't like the -o
option so we can't use the compile menu item.
I am willing to have a hack at the changes (provided time and ability
permit) but it seemed sensible to check what is in progress or others are
doing.
The suggestions are:
1. make all the compile/link/build commands project specific, or from global
settings if not defined for project
2. make all the commands entirely configurable, remove any magically
included '-o' options for example
3. replace the build menu 'make all' and 'make target' with one 'build ->'
with a submenu listing the available targets configurable from a dialog
4. have a set of global settings which make it work pretty much the same as
it does now for make so as to not break existing stuff
5. (optional time permitting) have a set of templates which provide common
setups and which can be selected at project creation
Any thoughts/suggestions before we start would be welcome.
Cheers
Lex
Hi all -
I'm using Geany 0.13 on Linux. One thing I was wondering about - I 'm
finding the white background of the editor to be hard on the eyes, so is
it possible to change the background colour of the editor, and if so, how?
Also, is it possible to change the text colour too?
Many thanks in advance!
- Andy
Hi translators and friends of Geany,
After a long period of developing we decided to make a string freeze in
preparation of a new upcoming release: Geany 0.15
I'd be very happy if you could send a patch or complete file with
translation to either the geany-i18n mailing list or direct to me
within the next two weeks so we can include it to the next release
(around October, 16).
To make it more easy for you I've already uploaded updated versions of
the po files to svn (r3040). You can access them from
http://geany.svn.sourceforge.net/viewvc/geany/trunk/po/
or by checking out the svn tree of Geany by using e.g.
svn co https://geany.svn.sourceforge.net/svnroot/geany/trunk geany
Also on http://www.geany.org/i18n/ are statistics and daily updated
files available.
If your language was translated by two or more in past, please double
check directly with them or by pinging me, so we don't need to translate
same things two or three times. Also please feel to ping me for every
question or if you like to start a new translation for an unsupported
language.
Thanks and happy translating ;)
Frank
Hello,
First of all, thanks a lot for Geany - I've started using it only recently, but
it's exactly what I needed; powerful, yet lightweight!
However, there is one issue that is really confusing to me - the way whitespace
is ignored during "word-jumping" (for lack of a better term - i.e. using
CTRL+Right/Left to move the cursor).
It's a bit tricky to explain, so here's an example:
function foo() {
lorem = "ipsum dolor sit amet";
}
If I use CTRL+Right to move the cursor, it will jump as follows (asterisk
indicates cursor positions):
*function* foo*() {
lorem* = "ipsum*";*
}*
However, I would expect it to move like this:
*function* foo()* {*
*lorem* =* "*ipsum*";*
*}*
Is there any way to change this behavior?
Thanks!
Hello friends! This is my first post to this list, so hello to everyone :-)
I searched through the archives prior to posting (and Googled like crazy
;-), but if this particular problem has been discussed previously, and I
missed it, I am sorry.
I am trying to get the GeanyDebug plugin to work on my Ubuntu Hardy box with
Geany 0.14. My problem is that when I try to set a breakpoint, either
specifying a function name or source file line number I get the error
message:
"No source file named /path/to/my/source/file.cpp"
When I run gdb from command line in geany everything works great.
So, any ideas anyone?
/Micke