X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Finspector-naming.html;h=208eba4afeab5c6abfd99d584e19cd14af0a087e;hb=a45774ee31d9f35d4eff46d54d7deab719afb092;hp=62e881d00a389a5314ac057090aa096db49c30c2;hpb=6ab4ef1cc71ff9d28a21a139db69e4a8351a3fb5;p=jalview.git diff --git a/utils/jalopy/docs/inspector-naming.html b/utils/jalopy/docs/inspector-naming.html index 62e881d..208eba4 100755 --- a/utils/jalopy/docs/inspector-naming.html +++ b/utils/jalopy/docs/inspector-naming.html @@ -1,7 +1,7 @@ + + + + 4.4.2. Naming + + +
Overview • + Download • + Documentation • + Plug-ins • + Links • + Contact
Features | + History | + Manual | + FAQ | + Javadoc
+ This page generated: June 8 2004

4.4.2. Naming

+Lets you specify the naming constraints for different Java source file elements. These +constraints are naturally expressed with regular expressions (Perl 5.003 syntax). +

+The list component displays all covered elements along with their current regular +expression. +

+Selecting an item in the list and either pressing the Change... +button or double-clicking on the item will open a little regular expression testing tool +that can be used to interactively craft a valid regular expression. +

4.4.2.1. Regular expression tester

+The regular expression tester lets you interactively specifiy a valid regular expression +that matches a certain String pattern. +

  • +Regexp +

    +The Regexp text field is where you have to insert the regular +expression. This text field initially contains the current regular expression for the +list item that is under construction. +

    +The used regular expression syntax is that of Perl 5.003. See Mastering Regular +Expressions [Friedl97] for an in-depth look at this +regular expression flavor. +

  • +String +

    +The String text field is where you have to type a String that should +be matched by the specified regular expression. This text field is initially empty; you +have to enter a String in order to be able to test the regular expression. +

+Once you have setup up the text fields you can either use the Test +button to soley perform the pattern matching test or the Apply button +which both performs testing and - on success - closes the dialog and updates the list. +

+You can always use the Cancel button to cancel editing. The dialog +will be closed nd no changes made to the list. +

to top