If you ever edited WordPress theme with build in theme editor you probably know how uncomfortable it is. Default theme editor not only do not have syntax highlighting but also (and i think it is even worse) every time you save file textarea scrolls to the top, so when you need to make further changes in file you need to again find lines which you were editing.
This were two main reasons why i decided to create Theme Toolkit, my idea was to create theme editor which would:
* built in syntax highlighting (HTML, CSS, PHP)
* line numbering
* quick save with (ctrl+s) shortcut
* resizable editor window
Two first goals were achived with a help of CodePress, online real time syntax editor, (however i had to make some changes to make it feet my needs :) ). The rest i implemented by myself.
Next feature i want to implement is code completion for wordpress templates tags, but this will be added somewhere in the future.
As for now editor is 100% compatibile with FireFox 3.0, 95% compatibile with IE and was not tested with Safari and Opera. I also tested it with WordPress 2.6 and 2.5 so plugin should work correctly with them
Installation
* Upload ‘theme-toolkit’ directory to ‘wp-content/plugins’ directory
* Activate
To run Theme Toolkit go to: Design -> Theme Toolkit.
ScreenShots
1. CSS highlighting

2. Hidden theme files, php and html code highlighting

source: ditio
Related Stuff
8 Fail Safe Tips On Creating An Awesome 404 PageOh the 404! Such a wonderful error to come across while browsing the web. Some are funny while others are ...
12 Essential Tips to Build Your First Wordpress ThemeI always wanted to contribute to the wordpress community by building a Wordpress theme and releasing it to public. After efforts of 20 days ...
SEO Your Wordpress TemplatesLike many people, when I first started blogging, I discovered Wordpress and it’s many features that made it easy to set up and get ...
Facebook Connect Wordpress Plugin LeakedA few sources have alerted me to a project that Facebook has been working on: integrating Facebook Connect directly with ...
Why is SEO so important to your siteYou have heard the phrase LOCATION LOCATION LOCATION. But wait, this is online! You don’t have to worry about location… or do ...
Be the first ... |Add your comment.
Your Comment ...
Name (required)
Email (required, hidden)
Website
