Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
student:eclipse:help [2024/03/19 15:29] bernstdhstudent:eclipse:help [2024/03/19 15:30] – [Counting Lines of Code (LOC)] bernstdh
Line 244: Line 244:
  
   - Click on <key>Search</key>+<key>File</key>   - Click on <key>Search</key>+<key>File</key>
-  - Enter <code>\n</code> (to count all lines) or <code>\n[\s]*</code> to count non-blank lines in the "Containing text:" field+  - Enter ''\n'' (to count all lines) or ''\n[\s]*'' to count non-blank lines in the "Containing text:" field
   - Check the "Regular expressions" checkbox   - Check the "Regular expressions" checkbox
-  - Enter <code>*.java</code> (or other file type) in the "File name patterns" field+  - Enter ''*.java'' (or other file type) in the "File name patterns" field
   - Select the appropriate scope   - Select the appropriate scope
   - Click on <key>Search</key>   - Click on <key>Search</key>