Hey, my first post to this mailing list.
Hello World! :)
Back to topic: The split window plugin behaves very weird on my machine.
The changelog reads that it should be at least usable for viewing, but
it isn't.
Since words doesn't explain as much as pictures, I've made a screenshot:
http://www.alice-dsl.net/simonemartitz/asdf/GeanySwBug.jpg
Note that I'm running Windows XP 64bit and quite recent GTK+/GLib versions.
PS: The last time I tried split window on linux (before 0.15), it wasn't
that messed up. So it's probably either specific to windows or specific
to my GTK+/GLib versions.
PS2: Sorry, that it's all in German, I've yet to find a way to switch it
to English.
Regards, kugel.
This is the output of the debug messages:
17:34:01: WARNING : Passing a non-NULL package to
g_win32_get_package_installation_directory() is deprecated and will not
work in GLib after 2.18.
17:34:01: WARNING : Passing a non-NULL package to
g_win32_get_package_installation_directory() is deprecated and will not
work in GLib after 2.18.
17:34:01: INFO : Geany 0.15, GTK+ 2.14.3, GLib 2.18.1
17:34:01: INFO : Initializing plugin 'Dateibrowser'
17:34:01: INFO : Loaded: C:\Program Files
(x86)\Geany\lib\filebrowser.dll (Dateibrowser)
17:34:01: INFO : Initializing plugin 'Fenster teilen'
17:34:01: INFO : Loaded: C:\Program Files
(x86)\Geany\lib\splitwindow.dll (Fenster teilen)
17:34:01: INFO : C:\Documents and
Settings\kugel\Desktop\EinAusgabe2.c : C (UTF-8)
17:34:01: INFO : C:\Documents and
Settings\kugel\Desktop\geany_run_script.bat : None (UTF-8)
17:34:53: INFO : Error: page_num: -1
17:34:53: INFO : Error: page_num: -1
17:34:58: INFO : C:\Program Files (x86)\Geany\Authors.txt : None
(UTF-8)
And of the status window:
17:34:01: Willkommen zu Geany 0.15.
17:34:01: Datei C:\Documents and Settings\kugel\Desktop\EinAusgabe2.c
geöffnet (1).
17:34:01: Datei C:\Documents and
Settings\kugel\Desktop\geany_run_script.bat geöffnet (2).
17:34:49: Datei C:\Documents and
Settings\kugel\Desktop\geany_run_script.bat wurde geschlossen.
17:34:50: Datei C:\Documents and Settings\kugel\Desktop\EinAusgabe2.c
wurde geschlossen.
17:34:58: Datei C:\Program Files (x86)\Geany\Authors.txt geöffnet (1).
17:35:01: Neue Datei "unbenannt" geöffnet.
17:35:02: Neue Datei "unbenannt" geöffnet.
17:35:02: Neue Datei "unbenannt" geöffnet.
Hi all,
I'm happy to announce a new version of GeanyLaTeX plugin. Since last
release I've added two major features:
* Front end for easy input of \ref{} and \label{}
* Easy adding of special characters and environments through plugin
menu entry
With release of Geany 0.15 this plugin depends on latest version of
Geany. 0.14 or below are not longer supported.
I've uploaded the source code as well as updated the website.
Website:
http://frank.uvena.de/en/Geany/geanylatex/
Downloadlink:
http://frank.uvena.de/files/geany/geanylatex-0.2.tar.gz
Happy TeXing,
Frank
--
http://frank.uvena.de/en/
Hi all,
I'm happy to annouce Spell Check 0.2.
The most important change is the switch from Aspell to Enchant for the
spell checking backend.
Enchant provides access to different spell checking programs like
Aspell, MySpell, Voikki and some more without any user interaction. You
just configure your default dictionary in the plugin's configuration
dialog and Enchant will use the proper backend.
Other new features:
* keybinding to toggle the 'Check while typing' setting.
* toolbar button to quickly enable/disable the 'check while typing'
setting
* option to enable/disable use of the messages window.
* a new submenu to the editor menu with suggestions for misspelled
words and allow to add or ignore the word to the personal dictionary.
* only misspelled words are highlighted instead of whole the line.
* "check as you type" feature
All details and downloads can be found on
http://plugins.geany.org/spellcheck/
Direct download link:
http://plugins.geany.org/spellcheck/spellcheck-0.2.tar.bz2
Happy spelling,
Enrico
P.S.: sorry for the last wrongly sent mail :)
--
Get my GPG key from http://www.uvena.de/pub.asc
Hi all,
after 6 months of developing, Geany 0.15 is available!
For a comprehensive list of changes to Geany 0.15, please see
http://www.geany.org/Documentation/ReleaseNotes. A very detailed and
complete list of changes can be found in the ChangeLog, included in the
source packages as well as in the Windows binary files.
Some of the highlights:
- Add 'Close Other Documents' File menu command
- Add support for custom file templates in ~/.geany/templates/files
- Implement soft tabs support
- Update Scintilla to version 1.77
- New filetypes: OpenGL Shader Language (GLSL), R, gettext files (.po)
- Add Split Window plugin
- Merge InstantSave, AutoSave and BackupCopy plugins into the new
plugin 'Save Actions'
- Many changes to the plugin API; see the API documentation and the
geany-devel list archives
- and of course many bug fixes and improvements
- New translations: Korean and Turkish, many updated translations
There are many more cool new things, you should read the Release Notes.
Notes for Windows users:
- From now on there are only two installers available: one with a GTK
runtime environment included (recommended) and one without. Both are
built against GTK 2.12, so this is hard requirement for the Windows
binaries.
- Plugins are now installed in the lib/ subdirectory, localisation
files are installed in the share/ subdirectory and the Geany binary as
well as the libs of the GTK runtime environment are installed in the
bin/ subdirectory. So maybe a full uninstall and install cycle on
Windows is useful, your configuration will remain.
We want to thank all translators who have contributed new or updated
translations to this release as well as all people who contributed to
this release with patches, feedback, bug reports and so on.
Thank you!
All downloads can be found as usual on
http://download.geany.org or
https://sourceforge.net/project/showfiles.php?group_id=153444
Happy coding,
Enrico
--
Get my GPG key from http://www.uvena.de/pub.asc
Hello,
Sorry to ask the same question again : how to make geany display the
errors when compiling a pascal program with free pascal ?
There is no problem when the OS is Linux, see :
http://allken-bernard.org/tmp/geany_fpc.png
But I can not use Linux since the school where I work use only windows,
see :
http://allken-bernard.org/tmp/geany_fpc_pierre.png
(it is only writen 'Compilation failed' (in french) but no error
description nor line number ...
Thank you
Pierre
Hi
Notify on file changes works very bad.
It takes about 30 second from changing file on disk to "The file on the disk is more recent than
the current buffer" dialog. During this time you can edit or switch from another buffer without any
notification. :(
I would be happy if old check on change focus is restored.
--
Yura Siamashka <yurand2(a)gmail.com>