hello all,
I am curious, i'd like to know what kind of macro you use...
It'll be interressting to share what's make us working more efficiently...
I use UE essentialy for web devellopement (php, xhtml, css, js)
I am curious, i'd like to know what kind of macro you use...
It'll be interressting to share what's make us working more efficiently...
I use UE essentialy for web devellopement (php, xhtml, css, js)
- a href : transform selected text into a complete <a ...>...</a>
- mailto : like previous, with mailto:
- guillemet : transform all " into ' in selection
- accents : change all accentued chars in page into HTML char code
- nb2sp : transform all space into nbsp; in selection
- stripslashes : "escape" all double quote in selection
- tagIt : transform selection into tag : ie: para become <para></para>