TweakStyle
TweakStyle is an Integrated Development Environment for Web Development. Unlike most IDEs, TweakStyle is tailor-made for Front-end Development and understands Web Design.
JujuEdit is a file editor, or alternatively a text editor with knobs-on. It is an application designed for me and people like me. At its simplest, it makes a fine...
jujuedit is a file editor, or alternatively a text editor with knobson. it is an application designed for me and people like me. at its simplest, it makes a fine replacement for notepad. it may appeal more to computer nerds who like syntax hilighting and advanced find/replace algorithms.
features:
very large file support edit files up to 2gb in size, and browse them instantly with special "open from disk" mode.
very big undo buffer virtually unlimited undo buffer (preserved after save so that saved changes can still be undone while the file is still open)
syntax hilighting for making source code, html, xml etc a little easier to read.
powerful perllike regular expressions supports regular expression find and replace, with a few extra tweaks like conditional replace (eg you can do a search for "tom" or "dick" and you can make your replacement text dependant on which one is found... simplest case of this would be to replace "tom" with "dick" and "dick" with "tom" in a single pass a 3 step process normally) documentation for this is nonexistent right now though, i'll get on to it soon.
flexible text formats open ended formats, supporting basics like ascii, utf8, unicode, but also supporting 3 and 4 byte characters (big and littleendian)
binary viewing options instead of viewing as text, you can view as binary data, viewing each (1 4 byte) character as either hexadecimal, octal, decimal, or even actual binary!
Syntax Highlighting Support for Large File
notepad text-editor syntax-highlighting Discontinued programming large-files binary-editor large-file-editor