Skip navigation.

Log in | Sign up

Linux for Designers

a blog by Eckhard M. Jäger

Posts tagged with "ide"

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: