Skip navigation.

exploreopera

| Help

Sign up | Help

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "editor"

Monthly FontForge Update: 20080720

, , , ...

A new monthly release of the powerful, cross platform font editor FontForge. Besides the typical fixes and improvements there are now the possibilities:
* to set up an own pixmap path for icons
* importing images from PDF files
* basic support for alpha channels in images
* customizing colors of the metrics view
Read the change log for details. More up-to-date Deb packages of Fontforge for Ubuntu can be grabed here.

Monthly FontForge Update: 20080607

, , , ...

A new monthly release of the powerful, cross platform font editor FontForge. This versions offers new dialogs, improved sfnt header checks, a new russian translation, some new Python commands and of course bugfixes & improvements. Read the change log for details. More up-to-date Deb packages of Fontforge for Ubuntu can be grabed here.

Monthly FontForge Update: 20080429

, , , ...

A new monthly release of the powerful, cross platform font editor FontForge. Again a lot of bugfixes and smaller improvements . Read the change log for details.
What I'm missing are news about the progress of the GTK port :frown: Hopefully this port didn't died.
A Deb packages of Fontforge for Ubuntu can be grabed here.

Photoline 14.51

, , , ...

If you are missing features in Gimp and didn't like to pay a lot for Photoshop you should definitely tryout Photoline. It's powerfull and stable as Photoshop itself, has the best PSD file support i ever saw and it is really cheap.
The only bad thing is you need Wine to get it running on Linux. At the moment i getting some problems with the icons of the toolbars and sometimes the cursor is not visible. I think this could be fixed soon when a new stable version of Wine is available.
All about Photoline 14.51 can be found in the release notes.
UPDATE: I added a bug report to the bugzilla of the Wine project.

Photoline 14.50

, , , ...

If you are missing features in Gimp and didn't like to pay a lot for Photoshop you should definitely tryout Photoline. It's powerfull and stable as Photoshop itself, has the best PSD file support i ever saw and it is really cheap.
The only bad thing is you need Wine to get it running on Linux. All about Photoline 14.50 can be found in the release notes.

Monthly FontForge Update: 20080330

, , , ...

A new monthly release of the powerful, cross platform font editor FontForge. Again a lot of Bugfixes, smaller improvements and new translations. Read the change log for details.
What I'm missing are news about the progress of the GTK port.

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.

Monthly FontForge Update: 20080303

, , , ...

Another month is over and so a new release of the powerful, cross platform font editor FontForge is available. The big new thing in this release are "Layers". Read the change log for details.

PDFedit 0.4.1 update

, , , ...

Just some days ago PDFedit was released as a new version and is now being updated again. This is just a bugfix release of 0.4.
You can grab a Deb archive at getdeb.net!

PDFedit 0.4

, , , ...

With support for PDF 1.6/ 1.7, bugfixes and a Tango icon theme a new version of PDFedit is available.
You can grab a Deb archive at getdeb.net!

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.

Monthly FontForge Update: 20080203

, , , ...

A new monthly release of the powerful, cross platform font editor FontForge. Mostly Bugfixes, smaller improvements and new translations.
There is now an incomplete FontForge which uses the GTK toolkit, which will hopefully be the end of the ugly GUI of Fontforge. Read the change log for details.

A better workflow for SweeTS - delicious TypoScript Development

, , , ...

I updated the instructions about "Using SweeTS" at the bottom of the SweeTS webpage. It contains now helpful informations about getting off the template caching and how to get *.ts files edited in the backend of Typo3.

To get *.ts files edited in the backend of Typo3 you must allow editing of files and add this line to your "typo3conf/localconf.php"
$TYPO3_CONF_VARS['SYS']['textfile_ext'] = 'txt,html,htm,css,inc,php,php3,tmpl,js,sql,ts';

Add this into your user TSconfig field in the backend at Tools > Useradmin:
admPanel.override.tsdebug.forceTemplateParsing = 1

So while you are logged in into the backend (may over the browser sidebar) you don't have
to clear the cache.
These and other new hints will improve your workflow so much - check it out! :smile:

Monthly FontForge Update: 20080109

, , , ...

A new release of the powerful, cross platform font editor FontForge. It comes with a many changes.
There is now an incomplete FontForge which uses the GTK toolkit, which will hopefully be the end of the ugly GUI of Fontforge. Read the change log for details.

Cool line operations plugin for gEdit

, , , ...

When i used Windows my favorite editor was PSPad and i'd like the powerfull line operations of it. When i switched to Ubuntu Linux i dicovered gEdit and in love with it. But i missed the nice code line features of PSPad and the old "Advanced Editing" plugin didn't give me all i like to have.
Today i visit the gEdit plugins page again and i found what i'm looking for the "Line Tools" plugin. This gEdit plugins brings you lovely features like:

* Trim Line : Removes the text from the current cursor position to the end of the line
* Clear Line : Removes all the text from the current line
* Kill Line : Completely removes the current line
* Duplicate Line : Creates a duplicate of the current line
* Raise Line : Moves the current line up while moving the line above it down by one line
* Lower Line : Moves the current line down while moving the line below it up by one line
* Copy Line : Copies the current line to the clipboard
* Cut Line : Copies the current line to the clipboard, then completely removes it
* Line Bookmarks : Set bookmarks at any line using Shift+Control+Number and then return to it later by pressing Control+Number

Very cool for coding. Thanks Shaddy!

New gEdit plugins

, , , ...

For web development I use gEdit which looks in the first as a simple editor but by activating and installing plugins it will be a very cool code machine.
The number of plugins is growing well (my self wrote 3 plugins too) and from time to time i take a look at the plugins list. These days i found two new plugins that are really helpful:
XML Helper could be better named in "Tag Complement". By a key stroke (i like the old typical HomeSite/ PSPad key Ctrl+, and Ctrl+.) it write all opening or closing tags for you.
Split View will split your code window vertical or hoizontal.

Monthly FontForge Update: 20071210

, , , ...

A new monthly release of the powerful, cross platform font editor FontForge. Mostly Bugfixes and smaller improvements.

SweeTS - delicious TypoScript Development 1.15

, , , ...

I started with SweeTS 1.15 directly on the way back from the T3CON'07 when i was influenced by all the nice feedback. Overall new links, more macros and some bugfixes.
I go on with porting SweeTS to Linux/ gEdit too but i still looking for somebody doing the XML RPC job for Typo3 (as a extension) and for gEdit (as a Python plugin). If you are interested please drop me a line.
Again SweeTS makes developing TYPO3 websites much easier :smile:

Web development with gEdit in detail

, , , ...

In my last posts i wrote about created gEdit plugins (here and here) and some nice command line utilities for web developers. Yesterday i found the blog of Micah Carrick which is the author of the Gedit Symbol Browser Plugin and of some very nice articles about web development with gEdit (here and here). Check it out!