Search found 5 matches

by greatrussian
Mon Apr 24, 2006 3:17 pm
Forum: General
Topic: Help - Can not compile java - File not found: java.exe
Replies: 2
Views: 314

Instead of using the pre-set java tools, manually "Add...Program..." Browse to the java compiler. Open. Apply. Under the left-hand tree menu, copy the parameters, etc., from the Pre-set, or make changes as you see fit.
by greatrussian
Mon Apr 24, 2006 3:09 pm
Forum: General
Topic: Are printed line numbers all or nothing?
Replies: 4
Views: 522

Thanks, I changed the replace to

Code: Select all

######\1\n######\2\n######\3\n######\4\n\i(5,5)##\5
which eliminated having to add an extra line at the beginning. Unfortunately, the indentation lines up only when there are the line number is 4 digits long.
by greatrussian
Mon Apr 24, 2006 2:17 pm
Forum: General
Topic: RegEx for Lahey Fortran
Replies: 2
Views: 507

Thanks, I hadn't realized that [:alpha:] would exclude the file name because of the period.
by greatrussian
Fri Apr 21, 2006 6:46 pm
Forum: General
Topic: Are printed line numbers all or nothing?
Replies: 4
Views: 522

Are printed line numbers all or nothing?

I'd like to print a file with line numbers, but don't need every one. Is it posssible to set it to only print every 5th line number?
by greatrussian
Fri Apr 21, 2006 3:52 pm
Forum: General
Topic: RegEx for Lahey Fortran
Replies: 2
Views: 507

RegEx for Lahey Fortran

I am new to regular expressions, however, I managed to figured out one for Lahey fortran yesterday, but for some reason it got deleted overnight, and now I can't recall it. Error codes look like this: Compiling program unit test01 at line 1: 2018-S: "test.for", line 7: When IMPLICIT NONE is ...