Hi all,
it's time for a beta version, actual it is only the current SVN version.
There are some interesting changes which need testing.
Short list:
- new filetypes TCL and Ruby
- compile(read syntax check) support for Perl, Python and Ruby
- filetype definition files(these which are found in
$prefix/share/geany) can be overridden by files in Geany's
configuration directory(documentation for this follows soon)
- user-definable keyboard shortcuts are available in the preferences
dialog (needs to be tested)
- new menu item search with items from the Edit menu item and some new
items
- as usual some bugfixes (for more details read the ChangeLog)
- added translation for Catalan (this and the German translation are a
bit outdated, will be updated)
Get it:
http://files.uvena.de/geany/geany-0.7beta1.tar.gz
(from uvena.de)
http://geany.uvena.de/geany-0.7beta1.tar.gz
(from sourceforge.net)
Thanks for testing.
regards,
Enrico
--
Get my GPG key from http://www.uvena.de/pub.key
Geany, a lightweight IDE using GTK2 - http://geany.uvena.de
Just been working all day in Geany and i'm very happy with reordable
tabs. It's really helps in working with lots of files at the same file
without having to look where they are in the tablist (i prefere leaving
the sidebar open only for symbols listing).
So a big thanks for quick reply and implementation (well its in the SVN
is what i mean :).
Here is another small suggestion:
http://sourceforge.net/tracker/index.php?func=detail&aid=1514558&group_id=1…
Hello,
Just a short announcement that i have put up Geany (0.7.1 and SVN
snapshot) packaged for Ubuntu on my repository (source and binary-i386).
-----------------------------------------------------------------------
deb http://thehoneymustardbandits.org/linux dapper main universe
deb-src http://thehoneymustardbandits.org/linux dapper main universe
-----------------------------------------------------------------------
For the SVN snapshot just add "testing" to both lines.
>> "Last Changed Date: 2006-06-26 19:48:27 +0200 (Mon, 26 Jun 2006)"
Key: http://thehoneymustardbandits.org/nexu/public.key
----- Forwarded message from Joerg Jaspert <ftpmaster(a)debian.org> -----
Delivery-date: Sat, 24 Jun 2006 15:43:38 -0300
From: Joerg Jaspert <ftpmaster(a)debian.org>
To: Damián Viano <debian(a)damianv.com.ar>
Subject: geany_0.7-1_i386.changes REJECTED
Hi Maintainer,
rejected, due to copyright problems.
This packages source includes scintilla, but removed that codes license.txt, which
is a violation of the scintilla license. It is ok to copy code, if one follows the
attached license...
For you that means: Get upstream to fix its package, and then you need to list all
different licenses in debian/copyright. After both is done you can reupload.
Until then it is not distributable, not even for upstream...
--
bye Joerg
----- End forwarded message -----
The license is in http://scintilla.sourceforge.net/License.txt and I
think it should be distributed along with geany, as Joerg points out.
I hope you can include it in the next release, maybe a 0.7.1 ? until
0.8 is ready? If this is an option, we may also include some more
translations (at least spanish was introduced after 0.7, by me).
Damián Viano(Des).
P.S.: For those not familiar with debian procedures the forwarded mail
is a reject to include geany in debian for the stated reasons, of course
I'll re-upload once this problems get worked out.
Hello,
I noticed this a coupled the last 3 days that, if i leave my Geany open
all night and come back. My desktop feels terribly slow and not very
responsive (lagged would be another discription).
As for desktop environment i'm using XFce4 with basic components (xfce
setting manager, xfce session manager, xfdesktop, xfpanel, xfwm4 and no
screensaver-deamon of any kind) which should be 'lightweight' enough
compared to more 'complete' desktops such as Gnome/KDE.
When i look at the system resource usage. I dont notice any significant
large amount of memory resource or cpu resource used by Geany. But yet
closing Geany makes the desktop feel responsive again as it should be.
I would like to know or this is a known or issue _or_ that anyone else
has experienced this.
Regards,
Nex
Hi all,
Just right now i sent email to Frank Lanitz and catch "unknown user"
I`m something missed at this weekend?
right here that mail:
=======================================================
This is the Postfix program at host m34s17.vlinux.de.
I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The Postfix program
<frank(a)frank.uvena.de>: user unknown. Command output: Invalid user
specified.
Reporting-MTA: dns; m34s17.vlinux.de
X-Postfix-Queue-ID: B900E13999
X-Postfix-Sender: rfc822; brahmann(a)lifelogs.org.ru
Arrival-Date: Mon, 19 Jun 2006 11:52:27 +0000 (UTC)
Final-Recipient: rfc822; frank(a)frank.uvena.de
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; user unknown. Command output: Invalid user
specified.
=======================================================
Hi,
I've seen a lot of feature requests for things that don't fit Geany's
"keep it lightweight" philosophy. I was wondering how hard it would
be to make Geany extensible? Xchat, Gaim, and many other programs
have perl scripting plugins, as well as python, tcl, and other sorts.
I'd be interested to know if this is feasible -- if Geany had some
kind of plugin architecture, we could keep the benefits of a small
IDE, but allow third-party customization for things like subversion,
gdb, and so on.
Kurt H. Maier
Hello,
I'm using this very nice lightweight IDE to code my Python projects in.
What i would really like to see is the ability to work with
Subversion(SVN) repositories to check status, logs, diff, checkout,
update and commit files, all the essential SVN commands from the IDE
within the GUI.
The message 'window' area would be very suitable for this imo.
Regards