1

I was wondering if anyone uses Ultra Edit, I have just installed Version 16.30.0.1001.

My question is, can Ultra Edit be set-up to complete tags and to suggest attributes kind of like how dream weaver does?

Does anyone have any tips with Ultra Edit, anyway of making it work better for you?

I mostly use, coldfusion, jquery, css, html etc..


Thanks for the replies. Much Appreciated.


I'm very happy with notepad++ - its lightweight and the plug-in manager is great..

Stephane Rolland
  • 38,876
  • 35
  • 121
  • 169
Iamsamstimpson
  • 1,359
  • 2
  • 17
  • 32
  • I take it you've looked here: http://www.ultraedit.com/downloads/extras.html ? – charliegriefer Dec 12 '10 at 16:44
  • We bought UltraEdit at work - even after extensive fiddling and scripting, I just find Notepad++ more practical... – Konerak Dec 13 '10 at 14:44
  • Any reason for choosing Ultra Edit as a ColdFusion editor? CF is kinda a niche and editors properly supporting CF generally need to be (or have a plugin) written with CF in mind, rather than keyword list files. – Ben Dec 13 '10 at 23:34
  • I use Homesite at work, but was looking for a good alternative at home, I'm looking for a program that is clean, simple and auto suggests/completes tags.. Ill have a look at Notepad++ :P thanks – Iamsamstimpson Dec 14 '10 at 10:00
  • I have to say /Notepad++ is very good.. – Iamsamstimpson Dec 14 '10 at 10:13
  • i'd recommend sublime text 2 myself – Matt Busche Jan 14 '13 at 01:38

1 Answers1

1

Ultraedit uses ctags and doing ctrl+space brings up possible code completions.

Rob Kam
  • 10,063
  • 14
  • 55
  • 65