Hi,
Geany 0.8 has been released.
Changes since Geany 0.7: * Find in files feature added which uses the Grep tool. * Added Make object command to compile using the Make tool. * Editor notebook tabs can now be reordered by drag and drop. * Added support for back references when using regex replace. * Added a Find button to the Replace dialog to skip matches. * Greatly improved the speed of Replace all/in selection. * Scroll to 1/4 of the view when jumping to a line number. * Show messages on the status bar and in the Status window. * Preferences options for Auto-indentation and Line wrapping. * Use the mouse click position for Go to tag. * Added separate filetype_extensions.conf system file. * Added makefiles for building on Windows. * Added keyboard shortcuts for increase/decrease of line indentation. * Added functionality to uncomment code. * Encoding support * Added support for Unicode Byte-Order-Mark (BOM) * Redesigned preferences dialog. * Added Undo and Redo toolbar buttons. * New filetype: D * Added simple printing support. * Mark errors while compiling source code within Geany with indicators (small squiggly underlines)
Bugs fixed: * Use the full path for files opened from the command-line. * Fixed saving a file from the unsaved file dialog. * Fixed replacing with regexes the correct matched text length. * Fixed applying virtual terminal widget settings at startup. * Fixed prepending items to the Recent files menu. * Fixed clipboard commands used in the find entry and Scribble. * Fixed wrong interpretation of syntax highlighting colours * And some more.
Windows bugs fixed: * Don't add .c extension when saving with the All files filter. * Fixed a tool chooser dialog crash when path doesn't exist. * Fixed locale problems with Windows message dialogs.
Internationalisation: * New translations: be, es, pt_BR, ru. * Updated translations: ca, de, pl.
Documentation: * Added Scintilla keyboard commands for editing appendix. * Improved search section; added all find and go to commands. * Added section about character sets.
All downloads can be found on http://geany.uvena.de/ http://files.uvena.de/geany/ or https://sourceforge.net/project/showfiles.php?group_id=153444 (the Windows build will follow tomorrow, please be patient)
One small note: It might be that some settings are not kept during the update. This can happen because we renamed some keys in the configuration file. Just made your settings again and then all should work as usual.
We will be happy about any feedback, whether positive or negative ;-).
Regards, Enrico
While I have not been able to help lately, I still watch this list very closely -- main inbox material :).
It's very good to see a new release of Geany! Thanks for the software, guys.
Cheers, Alexandre Moreira.
2006/8/9, Enrico Tröger enrico.troeger@uvena.de:
Hi,
Geany 0.8 has been released.
Changes since Geany 0.7:
- Find in files feature added which uses the Grep tool.
- Added Make object command to compile using the Make tool.
- Editor notebook tabs can now be reordered by drag and drop.
- Added support for back references when using regex replace.
- Added a Find button to the Replace dialog to skip matches.
- Greatly improved the speed of Replace all/in selection.
- Scroll to 1/4 of the view when jumping to a line number.
- Show messages on the status bar and in the Status window.
- Preferences options for Auto-indentation and Line wrapping.
- Use the mouse click position for Go to tag.
- Added separate filetype_extensions.conf system file.
- Added makefiles for building on Windows.
- Added keyboard shortcuts for increase/decrease of line indentation.
- Added functionality to uncomment code.
- Encoding support
- Added support for Unicode Byte-Order-Mark (BOM)
- Redesigned preferences dialog.
- Added Undo and Redo toolbar buttons.
- New filetype: D
- Added simple printing support.
- Mark errors while compiling source code within Geany with indicators
(small squiggly underlines)
Bugs fixed:
- Use the full path for files opened from the command-line.
- Fixed saving a file from the unsaved file dialog.
- Fixed replacing with regexes the correct matched text length.
- Fixed applying virtual terminal widget settings at startup.
- Fixed prepending items to the Recent files menu.
- Fixed clipboard commands used in the find entry and Scribble.
- Fixed wrong interpretation of syntax highlighting colours
- And some more.
Windows bugs fixed:
- Don't add .c extension when saving with the All files filter.
- Fixed a tool chooser dialog crash when path doesn't exist.
- Fixed locale problems with Windows message dialogs.
Internationalisation:
- New translations: be, es, pt_BR, ru.
- Updated translations: ca, de, pl.
Documentation:
- Added Scintilla keyboard commands for editing appendix.
- Improved search section; added all find and go to commands.
- Added section about character sets.
All downloads can be found on http://geany.uvena.de/ http://files.uvena.de/geany/ or https://sourceforge.net/project/showfiles.php?group_id=153444 (the Windows build will follow tomorrow, please be patient)
One small note: It might be that some settings are not kept during the update. This can happen because we renamed some keys in the configuration file. Just made your settings again and then all should work as usual.
We will be happy about any feedback, whether positive or negative ;-).
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
Hi Enrico, congratulations - geany has grown to a great editor for programming purposes.
I like the replace dialog. Is it possible to give a hint to the user when a the whole page is searched? I mean when the dialog "The match "open_it" was not found. Wrap search around the document?" appears it is possible to cycle endless through the page.
I don't want to change this but i would like to see the dialog like this:
"The document has been searched completely but the match "open_it" was not found. Wrap search around the document?"
The next i noticed is python stuff. I i added a pythonscript (my first usefull one ;-) ) which shows a strange behaviour. There are shown functions in symbol view as methods but they arn't. These functions are "local functions" in the namespace of tk_gui().
A method is a function of a class A local function is a function inside a function
cu Sebastian
On Wed, 9 Aug 2006 22:45:58 +0200, Sebastian Koch s.k@sabba.de wrote:
Hi Enrico, congratulations - geany has grown to a great editor for programming purposes.
I like the replace dialog. Is it possible to give a hint to the user when a the whole page is searched? I mean when the dialog "The match "open_it" was not found. Wrap search around the document?" appears it is possible to cycle endless through the page.
I don't want to change this but i would like to see the dialog like this:
"The document has been searched completely but the match "open_it" was not found. Wrap search around the document?"
Changed, thanks.
The next i noticed is python stuff. I i added a pythonscript (my first usefull one ;-) ) which shows a strange behaviour. There are shown functions in symbol view as methods but they arn't. These functions are "local functions" in the namespace of tk_gui().
A method is a function of a class A local function is a function inside a function
Fixed. Now local functions are classified as functions. Perhaps we'll change it later so that local functions would detected separately, but this doesn't have priority(or someone writes a patch ;-)).
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
On 8/9/06, Enrico Tröger enrico.troeger@uvena.de wrote:
Hi,
Geany 0.8 has been released.
Changes since Geany 0.7: [snip]
- Added functionality to uncomment code.
Although not directly related to uncommenting, if I create a new document, and put this in it:
Hi,
This is some quoted text.
select it all, and then choose either of "Edit --> Format --> {Comment|Uncomment} Line", Geany segfaults.
What I was actually looking for is a way to "quote" and unquote email reply text. I actually find myself needing that feature every now and then, and it's nice if my main editor can do it with one simple command (after selecting the text I want (un)quoted). Otherwise I often open the doc in NEdit and use that (it's under their Macro menu). I see though that I can use a regex search and replace to do it, but that doesn't handle the case where I want to easily pick and choose what I want quoted (by selecting the text with the mouse).
I realize I could do it with sed as well, but I'm lazy, and if my editor can do it quickly I tend to use that. :)
Thanks, ---John
On Thu, August 10, 2006 18:51, John Gabriele wrote:
On 8/9/06, Enrico Tröger enrico.troeger@uvena.de wrote:
Hi,
Geany 0.8 has been released.
Changes since Geany 0.7: [snip]
- Added functionality to uncomment code.
Although not directly related to uncommenting, if I create a new document, and put this in it:
Hi,
This is some quoted text.
select it all, and then choose either of "Edit --> Format --> {Comment|Uncomment} Line", Geany segfaults.
Oops. Will have a look at it tomorrow.
What I was actually looking for is a way to "quote" and unquote email reply text. I actually find myself needing that feature every now and then, and it's nice if my main editor can do it with one simple command (after selecting the text I want (un)quoted). Otherwise I
Change the comment symbol to "> " of a filetype you don't usually and set the filetype to the file. I didn't test it but it could work, at least as a workaround.
regards, Enrico
On Thu, 10 Aug 2006 12:51:37 -0400, "John Gabriele" jmg3000@gmail.com wrote:
On 8/9/06, Enrico Tröger enrico.troeger@uvena.de wrote:
Hi,
Geany 0.8 has been released.
Changes since Geany 0.7: [snip]
- Added functionality to uncomment code.
Although not directly related to uncommenting, if I create a new document, and put this in it:
Hi,
This is some quoted text.
select it all, and then choose either of "Edit --> Format --> {Comment|Uncomment} Line", Geany segfaults.
Fixed. The segfault was independent from the inserted text, it occurred as soon as you try to (un)comment when a new file is opened, it didn't matter whether some text is selected or not. You have to define a filetype first and then comment a selection or line. The reason is Geany has to know how to comment, Geany can't know how to comment text in a file without a type.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
On Wed, 9 Aug 2006 21:14:17 +0200, Enrico Tröger enrico.troeger@uvena.de wrote:
Hey,
I just uploaded the Windows build of Geany 0.8.
There is also an installer. As usual, it is not very well tested and so you should be careful with it. But I like to get all kinds of your feedback ;-).
-------- Download: http://files.uvena.de/geany/geany-0.8_win32.zip http://files.uvena.de/geany/geany-0.8_win32_setup.exe --------
regards, Enrico
Hey, Enrico.
Could you (or anyone else with write access to the wiki) add this build to the page ? For now it only lists the 0.7 stuff.
That way windows people without access to the mail list could enjoy it too :)
Thanks, Alexandre Moreira.
2006/8/10, Enrico Tröger enrico.troeger@uvena.de:
On Wed, 9 Aug 2006 21:14:17 +0200, Enrico Tröger enrico.troeger@uvena.de wrote:
Hey,
I just uploaded the Windows build of Geany 0.8.
There is also an installer. As usual, it is not very well tested and so you should be careful with it. But I like to get all kinds of your feedback ;-).
Download: http://files.uvena.de/geany/geany-0.8_win32.zip http://files.uvena.de/geany/geany-0.8_win32_setup.exe
regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
On 10/08/06 21:55:26, Alexandre Moreira wrote:
Hey, Enrico.
Could you (or anyone else with write access to the wiki) add this build to the page ? For now it only lists the 0.7 stuff.
Just added the links to the Releases page.
Regards, Nick
On Thu, 10 Aug 2006 17:55:26 -0300, "Alexandre Moreira" alexandream@gmail.com wrote:
Hey, Enrico.
Could you (or anyone else with write access to the wiki) add this build to the page ? For now it only lists the 0.7 stuff.
I just forgot it. Sorry.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key