Regular Expression Highlighter - plugin detail
Regular Expression Highlighter
| Plugin owner: |
sandipchitale |
| Website: |
http://blogs.sun.com/roller/page/scblog |
| Added: |
2007-04-13 |
| Last updated: |
2008-01-24 |
| NetBeans Versions: |
|
| License: |
CDDL |
| Category: |
Editing |
| Size: |
0.02 MB |
| Downloaded: |
6,978 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
This module provides the functionality of highlighting the occurrences of text matching a regular expression. It uses java.util.regexp.Pattern to match the regular expressions. Optionally it can highlights the regular expression groups in different colors.
To highlight the regular expressions click on Edit:Highlight Regular Expressions menu item or Highlight Regular Expressions toolbar button. Type the regular expression in the regular expression text field in the toolbar. The text matching the regular expression is highlighted in the open editor. If there is a syntax error in regular expression, the regular expression text is shown in red in the text field. Select the Match Case toolbar button to make the regular expression matching case sensitive. Select the Highlight Groups toolbar button to highlight the regular expression groups in different colors. The Highlight Groups is selected by default.
What's new in this version
Based on a user request added Ctrl+Down keybinding to the regexp textfield to insert properly escaped regexp at the current caret position in the current editor.
|
[ You have to be logged in to be able to comment. ]
User Comments
Cool!
I've never been good at regex. This will certainly help me out.
Thanks!
/>
David
Posted by dbotterill on Apr 17, 2007