 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:
Local Auto Completion (that is, a specific character triggered AutoComplete(AC) ) now has a description facility. See the included APIHowto file.
- I wanted to group a few common HTML special characters (chars) into an "HTML Special Chars" menu, but got a better idea: use AutoComplete. Now ALL HTML Special Chars (Char Entities) are now available with descriptions and quite a few display the actual symbol in the yellow Info Bar
- Object based Methods can also display a description in their object AutoComplete – this can be the same description used as a CallTip (CT), but needs only be entered once in the API file (see the cpp.api "testCarObj" listing for a good example).
Folks this makes ZionEdit a fantastic tool for learning especially HTML!!
- ZionEdit now has basic ASP.NET capability (I have been using it to learn ASP.NET 2.0).
- The last action command (typically) is remembered and placed at the Top of the Context Menu!. This is can be a great time saver!
- A single Call Tip can now span multiple lines and function overloads are numbered for easy identification
- SaveAs now preloads the existing filename into the dialog
- Nice Tweaks to dialog positioning
- Fix: Regex check will now do a realtime search. Also number of occurences is now properly displayed when a short string is searched for.
- Get color value dialog now also shows a decimal list for color value, great for
rgb(nnn, nnn, nnn)
- Other tweaks and fixes...

|