Hi,
It seems there's no way to start geany to open a file in a "read-only"
mode.
Would it be a lot of work to add such a command line option? Don't
bother if it is. :-)
Regards,
ST
--
> Do you really like the native Windows dialog that much more than the
> (IMO) more powerful GTK dialogs?
OMG Yes! The GTK dialogs ares too limiting. I can't do file management
tasks from the GTK (if I have a naming conflict I'll delete, move, or
rename another file before saving... why switch to another app or
terminal to do that when it's right there?), the views/sorting is
better in Windows, breadcrumb navigation SUCKS when you're working on
the same file in side-by-side directories/branches, etc. It's actually
one of the few refreshing things when I'm using the Windows laptop...
and I would even go as far to say the Windows dialog should be default
on the windows builds!
-Tim
Is it possible to have different templates for source and header files for a file type like C or C++?
I'm using Geany on Ubuntu Karmic (from PPA).
--
Email: Joerg Desch <jd DOT vvd AT web DOT de>
Hi,
I've removed the 'Hard tab width' GUI pref for the 'Tabs and Spaces'
indent type. (This does not affect the other indent types). This is
because IME it is always 8, and removing it makes the dialogs clearer.
In case anyone has changed that option, the setting is still read
from the configuration file(s).
If there is a good reason to keep it configurable in the dialog, please
let me know.
Regards,
Nick
Every time I save my code, symbol tree is full expanded. Could this be
somehow changed? I often expand only one or two classes on which I
work at the moment and all the other are closed, because otherwise
there is too much content to fit into a window and when I have
expanded only those two, they fit in just well.
--
Filip Gruszczyński
Hi,
I've just uploaded GeanySendMail 0.4.4 onto server, which is an
maintenance release of 0.4 series. These should working with Geany
0.18 and only including a minor update in terms of code: Now its
possible to just acknowledge the entered email address by hitting
return.
But more important is that GeanySendMail main development will now also
be done direct inside the combined geany-plugins tree in favor of just
merging release into this tree. With this change the version number of
next release will most likely be something around 0.19 ;)
However, latest updates you can fine if you like at
http://frank.uvena.de/en/Geany/geanysendmail/
Happy coding,
Frank
--
http://frank.uvena.de/en/
Hello,
In Pascal mode; folding seems to only wrap parts between begin...end. This imo does not match the needs since in Pascal a var section forms a logical block; and in pascal like any other PL a whole function def indeed form a code block, while only a part of it is enclosed in begin...end.
Examples:
// seems unfoldable
var
number, min, max : Integer;
sum : Integer;
average : Real;
numbers : Array [1..number_count] of Integer = (1,2,3,5);
// only the begin..end parts seem foldable
function getSum(numbers:Array of Integer; count:Integer) : Integer;
var
i : Integer;
begin
result := 0;
for i:=1 to count do begin
result := result + numbers[i];
end;
end;
Also, is there a way to get func names highlighted? (and class names in object pascal)
Tried to use the keys defname funcname functionname but no way ;-)
Denis
________________________________
vit esse estrany ☣
spir.wikidot.com
Hi out there,
Gnu-Grep 2.5.4 on Karmic states to know the "--exclude-dir" option, but
ignores the parameter "--exclude-dir='.svn'" (without the quotes) given
in the search panel.
Geany 0.18 Kaine.
Regards,
Christoph Siefer
--
-----------------------------------------------------------
www.odalis.net: integrated KMS/CMS/DMS/Data-Warehouse
sym.net martin butz & christoph siefer gbr
Hansaring 78 50670 koeln 049.(0)221.3762590
email: siefer(a)sym.net net: http://www.sym.net
Hi.
First of all, I love geany :) Thanks for it!!
I'm having a little problem on my current project.
It's a C++ program, an I'm using a complex directory structure with a
Makefile in each subdir, with automake/autoconf system.
When launching make on the main directory it spawns every make on the
corresponding subdirs.
The problem is on the errors management. I get the compilation report on
the lower subwindow, but when I press on an error in order to go to the
corresponding file and line I get an error mesage because the makefiles
are reporting the filenames without path information, as every make
executes on his own dir.
My question is: ¿Is there a way to inform geany on what directories it
can search for source files in order to avoid that?
Thanks in advance, and excuse my poor English.
--
Javier Vilarroig Christensen
X Infor
sip:javier.vilarroig@ekiga.net
mailto:javier.vilarroig@gmail.com
Hi,
I was trying to fully customize file templates and found out that I am
unable to remove some templates from menu (new from template).
I tried deleting of correspondent .conf/geany/templates and commenting
lines in filetype_extensions.conf but nothing helps.
Is there any way how to remove/disable basic file templates?
Thanks
Best regards
Daniel