Search found 6 matches
- Wed Feb 05, 2014 8:09 pm
- Forum: General
- Topic: Startup option
- Replies: 0
- Views: 1622
Startup option
Is it possible to start TP 7.1 with some of the modes turned on by default. The one I am interested the most is to start with Block mode ON, but the same question goes for Ovr.
- Fri Jan 31, 2014 12:35 pm
- Forum: General
- Topic: DEL or Cut in block mode does not work
- Replies: 2
- Views: 438
I think I found the reason. I have in Settings->Editor->Do Not Constrain Cursor to Text, since that allows me to freely move around my large text files. If I constrain cursor to text then it works OK.
However, I still think this is a bug since I should be able to this no matter in what mode I am ...
However, I still think this is a bug since I should be able to this no matter in what mode I am ...
- Thu Jan 30, 2014 5:53 pm
- Forum: General
- Topic: DEL or Cut in block mode does not work
- Replies: 2
- Views: 438
DEL or Cut in block mode does not work
I am using TP for a lot of data manipulation in block (column) mode. Now, version 7.1 seems to have a bug. If I select column of text (one or more) from top of the file to the very bottom and try to delete it (or cut it) it does nothing. To accomplish this I need to select only to the line before ...
- Fri Jun 04, 2010 6:01 pm
- Forum: General
- Topic: Regular Expressions to Match Compilation Errors for PGI
- Replies: 2
- Views: 408
- Thu Jun 03, 2010 4:31 pm
- Forum: General
- Topic: Regular Expressions to Match Compilation Errors for PGI
- Replies: 2
- Views: 408
Regular Expressions to Match Compilation Errors for PGI
I am using PGI compilers and just seem to be unable to assign Regular Expressions to Match Compilation Errors. Here is the example of error:
PGFTN-S-0023-Syntax error - unbalanced parentheses (C:\usr\SOURCE\DATES.F: 7)
and this is what I use:
^.+([A-Za-z]:[^:]+): +([0-9]+)
tried
^.+\(([A-Za-z ...
PGFTN-S-0023-Syntax error - unbalanced parentheses (C:\usr\SOURCE\DATES.F: 7)
and this is what I use:
^.+([A-Za-z]:[^:]+): +([0-9]+)
tried
^.+\(([A-Za-z ...
- Fri Mar 26, 2004 8:55 pm
- Forum: General
- Topic: How to make the current cursor line top of the screen
- Replies: 2
- Views: 759
How to make the current cursor line top of the screen
How can I make the current line where the cursor is at to be my top or bottom line of the screen, without cursor changing its position. I know that I can scroll up or down line at the time while cursor retains its position but I am lookung to do the move with a single keystroke (macro assignment). I ...