Author Archive
Wednesday, September 23rd, 2009
Hey, Check Out My Slick New Editor!
Greg Christopher of VMware has written an article for DevX.com: Hey, Check Out My Slick New Editor! In the article he discussing some of his favorite features of SlickEdit and why SlickEdit is his code editor of choice for programming. On objections on switching editors If your current editor works well enough for you, why switch? [...]
No Comments » - Posted in Code Editors,Productivity,SlickEdit Products by Jeffrey
Tuesday, June 23rd, 2009
The SlickEdit Command Line
Use SlickEdit commands instead of the mouse to save time as you work. Open the SlickEdit command line by pressing Esc (in most emulations), type the command and any options, then press Enter. If you use a command frequently, bind it to a keyboard shortcut to save even more time. Type “Slickedit command line” in [...]
No Comments » - Posted in Productivity,Programming by Jeffrey
Wednesday, June 17th, 2009
Why does SlickEdit insert “/**/” when I type “/*” ?
This is to make it possible to create a multi-line comment without temporarily commenting out all the code from the /* to the end of the file or to the end of the next already existing multi-line comment. This makes it possible to keep your file in a syntacticly correct state. This allows you to [...]