Hi everybody,
My name is Ivano Primi, I am (still know) an Emacs user
but I tried Geany and I was tempted to change my default editor.
I did not do it, just for one reason: I would like to use with Geany
the original Emacs keybindings (or at least the most important ones),
but unfortunately with Geany 0.12 I am still not able to redefine
the keybindings for Copy, Cut and Paste (or at least I did not find
the right preference window :) ).
Is it possible to override the default keybindings for these actions
(For me Copy will be always 'Alt+W', Cut 'Ctrl+W' and past 'Ctrl+Y') ?
Or will it be possible to do that at least in the future 1.0 release ?
But Geany is an artwork, congratulations.
Regards
Ivano Primi
Hi ...
While getting my cmake plugin working I got this strange error while
compiling.
The idea in the code is to get the project base dir, by accessing the
"app" instance and then the "project" pointer. But the compiler provide
me with some strange output.
The code is :
255 : /* open the current make file */
256 : if( app->project != NULL )
257 : base_path = app->project->base_path;
This is the error :
cmakeprj.c:256: error: 'GeanyApp' has no member named 'geany_data'
Are there anyway else I need getting this path ?
Also, how do I get noted if the project is changed or saved ?
/BL
I notice that Geany doesn't handle unknown command line options
the way most other programs do:
% nedit --no-such-option
NEdit: Unrecognized option --no-such-option
% nano --no-such-option
nano: unrecognized option `--no-such-option'
% geany --no-such-option
Will create a new document named "--no-such-option"
Even more strange, with an already running instance of Geany:
% geany -i --no-such-option
Gives me two new documents, one named "--no-such-option" and one named "-i" ?!?!
I think this patch should solve the problem...
- Jeff
I am running Slackware 12.0 with the stock gcc (4.1.2) and trying to
build Geany 0.12. I get a compiler segfault from the closing brace of
create_prefs_dialog in interface.c. this is the last line of the file.
I know it's probably a compiler bug, just wondered if it's a known
problem and if there's anything that can be done about it. I've heard
it's not very easy to upgrade the compiler. I didn't see anything in Google.
Thanks,
Bob S.
Hi
I have downloaded the source from web today 2007-12-16. ChangeLog says:
2007-10-10 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* NEWS, doc/geany.1.in: Update for 0.12.
* New release: Geany 0.12 "Delurin".
I could run ./configure without problems, but make returned errors. If I
run make again, it says:
thomas@x21:~/download/geany-0.12$ sudo make
make all-recursive
make[1]: Går til katalog '/home/thomas/download/geany-0.12'
Making all in tagmanager
make[2]: Går til katalog '/home/thomas/download/geany-0.12/tagmanager'
Making all in include
make[3]: Går til katalog
'/home/thomas/download/geany-0.12/tagmanager/include'
make[3]: Ingenting at gøre for 'all'.
make[3]: Forlader katalog
'/home/thomas/download/geany-0.12/tagmanager/include'
make[3]: Går til katalog '/home/thomas/download/geany-0.12/tagmanager'
make[3]: Ingenting at gøre for 'all-am'.
make[3]: Forlader katalog '/home/thomas/download/geany-0.12/tagmanager'
make[2]: Forlader katalog '/home/thomas/download/geany-0.12/tagmanager'
Making all in scintilla
make[2]: Går til katalog '/home/thomas/download/geany-0.12/scintilla'
Making all in include
make[3]: Går til katalog
'/home/thomas/download/geany-0.12/scintilla/include'
make[3]: Ingenting at gøre for 'all'.
make[3]: Forlader katalog
'/home/thomas/download/geany-0.12/scintilla/include'
make[3]: Går til katalog '/home/thomas/download/geany-0.12/scintilla'
make[3]: Ingenting at gøre for 'all-am'.
make[3]: Forlader katalog '/home/thomas/download/geany-0.12/scintilla'
make[2]: Forlader katalog '/home/thomas/download/geany-0.12/scintilla'
Making all in src
make[2]: Går til katalog '/home/thomas/download/geany-0.12/src'
make[2]: Ingenting at gøre for 'all'.
make[2]: Forlader katalog '/home/thomas/download/geany-0.12/src'
Making all in plugins
make[2]: Går til katalog '/home/thomas/download/geany-0.12/plugins'
make[2]: Ingenting at gøre for 'all'.
make[2]: Forlader katalog '/home/thomas/download/geany-0.12/plugins'
Making all in icons
make[2]: Går til katalog '/home/thomas/download/geany-0.12/icons'
Making all in 16x16
make[3]: Går til katalog '/home/thomas/download/geany-0.12/icons/16x16'
make[3]: Ingenting at gøre for 'all'.
make[3]: Forlader katalog '/home/thomas/download/geany-0.12/icons/16x16'
make[3]: Går til katalog '/home/thomas/download/geany-0.12/icons'
make[3]: Ingenting at gøre for 'all-am'.
make[3]: Forlader katalog '/home/thomas/download/geany-0.12/icons'
make[2]: Forlader katalog '/home/thomas/download/geany-0.12/icons'
Making all in po
make[2]: Går til katalog '/home/thomas/download/geany-0.12/po'
file=`echo be | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file be.po
/bin/sh: -o: not found
make[2]: *** [be.gmo] Fejl 127
make[2]: Forlader katalog '/home/thomas/download/geany-0.12/po'
make[1]: *** [all-recursive] Fejl 1
make[1]: Forlader katalog '/home/thomas/download/geany-0.12'
make: *** [all] Fejl 2
thomas@x21:~/download/geany-0.12$
Well, I am sorry about the dansih words. "Fejl" is error in danish. "Går
til katalog" is "Going to folder". "Forlader katalog" is "Leaving
folder". "Ingenting at gøre" is "Nothing to do".
I am just an amateur, and I am new to Linux, so I don't really know
where to start looking for the problem. Hope someone can help me.
I am running Ubuntu 7.10 on a Thinkpad x21
Thanks...
--
Thomas Jensen
Hi!
I'd like to ask if there's a possibility to pass compilation/build/execute
commands directly to the shell and not via geany_run_script.sh file.
Greetings and thanks for the answer...
--
Marek Wojciechowski
Hi ...
A small detail ... when using "make all" shift-f9, Geany only save the
current file automatically, and not all as I expected.
Is this meant too be like this, of a bug ?
/BL
Hi.
First of all I want to congratulate the developers for doing that nice
IDE environment. I love it!! I have been trying some other programs and
that's the better. Thanks for giving us this marvelous program. :)
Now a question. I have been looking on Google, but with no luck.
Does exist a way to support editing Smarty templates on Geany? By now
I'm using HTML as file type, but gives me some problems.
If it doesn't exist I volunteer to work on it, but then I will need
some pointers on where to start looking :)
Cheers.
--
Javier Vilarroig Christensen
Xarxes Informatica
sip:javier.vilarroig@ekiga.net
mailto:javier.vilarroig@gmail.com
I've made a Zero Install feed of Geany 0.12, which is available at this
URL : http://konstelacioj.info/0install/feeds/geany.xml (you can also
download the archive from there).
I've compiled Geany the standard way, in a local folder, then compressed
it into a tar.bz2 archive. But when I run it the messages are
untranslated (except for the parts coming from GTK, such as "Open",
"Save", etc). I can't see from where it comes, since in other Zero
Install apps with exactly the same structure in the cache, like
Inkscape, the messages are translated as usual.
Sinc I don't know if it comes from Zero Install or Geany I've posted
into both mailing-lists.
Any idea?
Thanks,
MilkaJinka
Dear Geany devs,
1) What exactly is the difference between tag definition and declaration?
-> Could a tag have both?
2) How about introducing ctrl-click to go to a tag's
[definition|declaration]?
-H-