Search found 7 matches
- Wed Feb 05, 2014 8:09 pm
- Forum: General
- Topic: Startup option
- Replies: 0
- Views: 1403
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: 335
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. It ...
- Thu Jan 30, 2014 5:53 pm
- Forum: General
- Topic: DEL or Cut in block mode does not work
- Replies: 2
- Views: 335
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 Nov 19, 2010 10:51 pm
- Forum: Enhancement Suggestions
- Topic: Find/Replace Window Needs some improvement
- Replies: 1
- Views: 334
Find/Replace Window Needs some improvement
I would like to be able to choose the font for Find/Replace that I type in the appropriate fields. The default font is sometimes too small and awkward when typing a complicated regexp. Also It would be quite nice if the size of the window could be increased (at least in the horizontal direction) so ...
- Fri Jun 04, 2010 6:01 pm
- Forum: General
- Topic: Regular Expressions to Match Compilation Errors for PGI
- Replies: 2
- Views: 338
[quote="ben_josephs"]Your second regex does works, but it assumes Posix regex syntax. If you must use non-Posix syntax (not recommended), swap the back-slashed and non-back-slashed parentheses.[/quote] You are right. POSIX works. I guess I will use it for my other compiler need too, just need to do ...
- Thu Jun 03, 2010 4:31 pm
- Forum: General
- Topic: Regular Expressions to Match Compilation Errors for PGI
- Replies: 2
- Views: 338
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 ...
- Fri Mar 26, 2004 8:55 pm
- Forum: General
- Topic: How to make the current cursor line top of the screen
- Replies: 2
- Views: 568
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 ...