Linux for Designers

a blog by Eckhard M. Jäger

Subscribe to RSS feed

Posts tagged with "gedit"

BlueGriffon 1.2.1 hit the streets

, , , ...

It seems that Blue Griffon is on the road of a succesfull WYSIWYG editor on Linux (available for other OS too). In May they released Version 1.0 and now 1.2.1 is available.
Version 1.2.1 is a bugfix release of 1.2 which ships with a lot of new features. Besides the open source main software they developed some cheap, usefull, commercial addons too.
On my notebook i replaced now Kompozer with Blue Griffon because it's lively developed and seems much more up-to-date.

BlueGriffon 1.0 will be available on 10. May

, , , ...

It seems the WYSIWYG webeditor will ship in a few days including CSS3 und HTML5 support: http://www.bluegriffon.org

At all it looks interesting and is may a good addition to my favorite gedit.

Interesting gedit stuff for web development

, , , ...

Webupd8 has an interesting article about collaborative work with gedit. At the article comments I found a link about extend these features using the Telepathy framework - really amazing for team work.
About collaboration: If you looking for a great CVS client that supports SVN and GIT, then try RabbitVCS. It ships with a gedit plugin too.
Another great addon is "Client side" for optimize/ restructure CSS and JavaScript files. This addon works great, a PPA for NodeJS can be found here.

Updates of gedit plugins soon

, , , ...

At familie redlich :systeme we choose the Gnome editor gedit as our favorite web developing and TYPO3 IDE (and kicking Aptana Studio). So we spend some time improving my existing gedit plugins and develop some new like "Cut'n'Copy'n'Paste as New" or an internal web preview.
We have a lot of fun using the Python plugin API and adding functionalities we like to get in gedit. Combined with existing plugins and RabbitVCS you get a very powerfull swiss knife smile

gEdit Development News

, , , ...

With the release of the development snapshot of version 2.29.3 gEdit is moving forward to 2.30 which will be released in April 2010.
Ignacio Casal Quinteiro wrote a interesting post about auto completion features that will come. Jesse van den Kieboom shows in a screencast amazing features of multiediting too.
Besides that two really nice plugins, that will improve your workflow with many files, are available at the gEdit Plugins Page: Tabs Enhanced and TabSwitch. Both allowing you to configure the behavior of the file tabs like:
* using Ctrl+Tabulator key to switch through files
* Middle click on tabs for closing files
* Closing gEdit when any file tab is closed
* Do not show file tab bar when only one file is opened

UPDATE 09/12/08:
Jesse van den Kieboom wrote an interesting post about snippets handling too.

gEdit Language Reference Plugin Update

, , , ...

After GnoCHM makes no real progress in development CHMsee is a really good alternative to read Windows CHM-Helpfiles. The newest version 1.0.6 of CHMsee now shiped with the long missed index feature (for Ubuntu Jaunty a newer version of libgcrypt11 is required).
This le me think about my gEdit Language Reference Plugin again. So i added support for various CHM viewer like GnoCHM, CHMsee, XCHM or KCHMviewer. To support the project i created a complete german translation for CHMsee too that may ship with 1.0.7 one day smile
» Read more...

gEdit Template Plugin Update

, , , ...

I wrote an update of my "New from Template" plugin for gEdit. It should now working with Gnome 2.26 and Ubuntu 9.04.
» Read more...

gEdit improved Search Plugins

, , , ...

I improved the "Find in Files" and "Find in open Documents" plugins for gEdit written by Mike Doty.

Read more...

gEdit External Tools Plugin Snippets Collection

, , , ...

I started to maintain the External Tools Plugin Snippets Collection of gEdit at the Gnome Wiki. I added my first four snippets and more will come in the next days.

Happy coding!

UPDATE:
Now 14 snippets for external tools waiting for you smile
Enjoy the new powerup!

Lorem Ipsum Generator 0.2

, , , ...

In March this year i wrote a short post about dummy content creation. There i presented James Halesthe's Lorem Ipsum Generator. It is now update to version 0.2 and shipped with new features and a better workflow (thanks for the copy & exit button).
LIG works perfect as an external tool for gEdit too:
#!/bin/sh
lorem-ipsum-generator & 

UPDATE:
A Lorem Ipsum plugin for gEdit is available now.

All my gEdit plugins get localized

, , , ...

I updated all my gEdit plugins to be completely localized in german or english. I added version numbers for all too, so you can easy check in the preferences which version you are using.

http://my.opera.com/area42/blog/gedit-language-reference-plugin
http://my.opera.com/area42/blog/gedit-browser-preview-plugin
http://my.opera.com/area42/blog/gedit-template-plugin

Happy coding!

gEdit Language Reference plugin 1.03

, , , ...

Again i updated my gEdit Language Reference plugin.
Version 1.03 contains:
* a bug fix for the "None Type" problem (no programming language is set)
* When opening Evince starting automaticly a search with the selected word of gEdit
* Error dialogs for problems getting the reference file
(dialogs based on Zenity)

Thanx to Curtis Hovey helping me with the selection stuff in gEdit. Thanx to the Evince team for adding the requested search word command line parameter. Hopefully Yelp, GnoCHM or web browsers will add such command line features in future. So i can add this feature for CHM, DocBook and HTML documents too.

UPDATE:
Now version 1.04 is online which ships a complete with localisation in german and english.

» Read more...

PS: There are nice ideas about gEdit at Hackontest - vote for them!

Comparing files using gEdit

, , , ...

At the moment i'm heavily on scripting various things and some times its needed to compare files. As a Winy i used PSPad which have an included comparsion tool. Now i'm on Linux using gEdit and i'd like to have such a nice workflow once i had using PSPad.
I found a very nice way using Meld. Meld is a graphical comparsion tool and will work very well as an external tool of gEdit:

1) Install the package "meld"
2) Start gEdit and opening the Menu "Tools > External Tools..."
3) Add a new external tool:
* Name: Compare Files
* Description: Compare then opened file with another
* Command:
#!/bin/sh 
meld $GEDIT_CURRENT_DOCUMENT_DIR/$GEDIT_CURRENT_DOCUMENT_NAME `zenity --file-selection --title=File for comparsion --filename=/home/` &
* Any othe roption is not interesting so press close
4) Now you have in "Tools" an menu entry "Compare Files" that will use the active document of gEdit and the other browsed file for comparsion

Happy computing smile

Scripting time

, , , ...

After my talk "Website Requirements Today" at the TYPO3 Security Day here in Berlin is over its time for me to relax a little bit. Then i will start update/ finish a lot of my scripts (Nautilus Thumbnailer, gEdit Language Reference plugin) and my new one Supor Killor.
At area42 we started to complete a new version of the BS Exporter for Blender X3D/VRML. This version will add amazing new features and will support the new partcile engine of Blender 2.46 too.

Updated gEdit "Browser Preview" plugin

, , , ...

I updated my gEdit "Browser Preview" plugin, some bug fixes and feature enhancements:
* the plugin now checks first if IEs4Linux is installed, if not it tries to start the Internet Explorer 6 from the default Wine directory
* for testing webpages on the Webkit browser engine the plugin checks if Midori is installed if not it tries to run Konquerer
* if you opened a HTML document from a FTP server the "ftp://" will replaced by "http://" in the browser

Read more...

SweeTS - the next steps

, , , ...

I'm working on the next version of SweeTS. This time i'm focused on new features like code operations (cleaning, formating etc.).
SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the content management system (CMS) TYPO3.
Another question is how to structure a better code explorer. About that i started a poll at the Typo3 Forum.net.

Long time no post...

, , , ...

...i was very busy the last days. I had a talk at the T3AK'08 and at area42 i have to finish SweeTS 1.20. SweeTS is a development enviroment for TypoScript and a external TypoScript editor. TypoScript is the template language of the content management system (CMS) TYPO3.
Besides that i launched the tyClipse project that will bring TYPO3 and TypoScript development to Eclipse.

Dummy content creation

, , , ...

When i started designing a portal website or programming a click dummy one thing is always needed: the content.
For dummy pictures i often used Fotolia. You can easily search for images and download lowres layout pictures. If a client like one of these dummy pictures you can buy them for a low budget then.
For text i found a tiny Lorem ipsum generator which i use as an external tool in gEdit. I wrote the Author that such a tool would be nice as a Gimp plugin too.
Besides that there are lorem ipsum text generators are online available and as a Firefox extension available.

gEdit Language Reference plugin update

, , , ...

I updated my Language Reference plugin for gEdit again. Now it works with unsaved files too. There is a important change of naming the language reference files. Please reread the instructions.

» Read more...

Bookmarking for gEdit

, , , ...

Yesterday i checked out the gEdit plugins page again about something new. And i found it. Two plugins for bookmarking files and code lines.

Advanced Bookmarks
adds an panel below the code window and lets you easily bookmark the active code line. These bookmarks will be stored, so if you reopening the file again you will get your code line bookmarks back again.

Bookmarks
will add an item in the main menu and let you set bookmarks to often edited files.