|
ZionEdit is a very intuitive, highly configurable, light and uncluttered programmer's editor based on the awesome Scintilla edit component. C/C++, C#, Java, Perl, CSS, HTML(+JavaScript,PHP etc), SQL(+MySQL), VB/VBScript, Ruby, LISP, Python, Batch file, and Makefile are supported.
ZionEdit is based on the out-of-this world Scintilla edit module. Together with the power and stability of the WxWidgets toolkit, and the creative potential of radical programmer, you have got an editor to be reckoned with.
|
|
Read more...
|
|
- HTML Tag completion across multiple lines has been fixed! In fact it is even smarter now: If the opening tag is the only entry on the line, a multiline completion will be done, otherwise, the completing tag will just be placed beside the starting tag.
- My sincerest apologies for this one that slipped past me. In HTML api listings, if a first attribute has a description and the tag it self didn't, the api parser would incorrectly attach the attribute's name to the tag's description. The problem was, I had no way of differentiating a tag description from the first attribute itself.
The fix is simple but will require you to upgrade to this version (2.2.4) or later, then in your API listings, list api tags like:
.div<:delimits a block~align, class, datafld, dataformats, datasrc, dir,id,lang,dhtml,style,title
The first attribute can now safely have it's own description:
.div<:delimits a block~align~Sets horizontal alignment, class, datafld, dataformats, datasrc, dir,id,lang,dhtml,style,title.
|
|
 Yes folks, the first official 2.2.n release is here. This version warrants the 2.2 version update as it is has passed a new milestone in maturity and user convenience.
There are many improvements and tweaks, along with some new features. The majority have been in the area of CallTips and AutoCompletion. Specifically, descriptions which appear in the new Info Bar. See the API doc if you intend to add your own API listings (It is not hard, and you can always download fresh ones from this site.
Check it out today for yourself at the Download Page, don't miss out on one of the most innovative light editors available today.
Many other sweet features, and fixes have been added: |
|
Read more...
|
|
|