Linux for Designers

a blog by Eckhard M. Jäger

Subscribe to RSS feed

Posts tagged with "ide"

Now on Netbeans 7.1

, , , ...

A very long time i was friend of editors in special PSPad (Windows) and Gedit (Gnome). I never was a friend of Eclipse based IDEs like Aptana.
After checking out Zend Studio and Phpstorm too now i'm using Netbeans 7.1 and like it much. The GUI is more space efficent then Eclipse and it has everything we need at work: HTML5 & CSS3 support (incl. vendor prefixes), Zend Framework, a TYPO3/ TypoScript plugin, Zen coding, and GIT build in for version control.
I'm very happy with it and there are so much amazing plugins to customize it to my needs!

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.

SWFtools 0.9 for Ubuntu

, , , ...

I reported in one of my last posts about the updated SWFtools 0.9 and the new AS3Compile standalone ActionScript 3.0 compiler. You can get the flavor of it very easy now by installing the SWFtools 0.9 package of the upcoming Ubuntu Karmic. My Flash SWF Export for Gimp requires this package too.

SWFtools 0.9 - now with ActionScript Compiler

, , , ...

The SWFtools, basis of various other Flash tools and my SWF Exporter for GIMP, are now available in version 0.9. Besides improvement of existing tools the developers added a new tool calles AS3Compile. AS3Compile is a standalone ActionScript 3.0 compiler that is mostly compatible with Adobe Flex. This will open a new chapter of Flash development on Linux.

A new Flash IDE for Linux: Shockweaver

, , , ...

Yesterday i discovered a very interesting link that is may the beginning of something cool: Shockweaver. Shockweaver Alpha 0.1 is the beginning of a Linux IDE for Flash based on SWFtools. A Deb package for Ubuntu or Debian is available too.
The website is in portuguese only so it's hard to find how it work. At the moment only simple Actionscript functions are available. I have to explore it more. Hopefully some more developers would help to make it strong smile

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.

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

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

SweeTS - delicious TypoScript Development 1.11

, , , ...

My talk at the T3CON'07 is over and so i published the new version of SweeTS that makes developing TYPO3 websites much easier smile