Paranthesis line indicator in ultraedit (Windows)

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Paranthesis line indicator in ultraedit (Windows)

Post by HPW »

The latest ultraedit 16.10.0.1021 has a interesting new feature for lisper:

A new feature (I would call it paranthesis line indicator) show on indented lisp code where each paranthesis close and what line are between it.
Before you have the option to navigate to the opening paranthesis and the the closing paranthesis gets highlighted. You had also the option to hit CTRL-B to paranthes-check and highlight all code.

The new feature is the third option and show all block paranthesis instantly.

Image
Hans-Peter

m35
Posts: 171
Joined: Wed Feb 14, 2007 12:54 pm
Location: Carifornia

Re: Paranthesis line indicator in ultraedit (Windows)

Post by m35 »

Ultraedit seems to be a very popular editor. For kicks I tried to recreate Ultraedit in jEdit using my newLISP mode and BufferTabs, ConfigurableFoldHandler (fixed beta version), and Whitespace plugins ;)

Image

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Re: Paranthesis line indicator in ultraedit (Windows)

Post by HPW »

Your jEdit looks also very powerfull.
Ultraedit seems to be a very popular editor.
Not only popular but also very powerfull. ;-)
When I purchased my lifetime-license of the shareware it was the best buy I ever made for software.
Lots of function I do not want to miss.
In my big production autolisp/newLISP-codes I would be lost without functions like 'Function list view' and the different 'paranthesis balance tools'.

Together with it brother UltraCompare a very powerfull tool in my toolset.
Hans-Peter

Locked