Author |
Topic |
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Aug 11 2005 : 09:25:38 AM
|
Given the following piece of code:
#include "somefile.h" Now select the first quote, type < ... What happens now is just wrong. VAX replaces the quote with the lower-than symbol and selects from the # until the end of the line, excluding the second quote and then pop's up the include file selection list. Whatever you type next, or select from the list, will replace the whole line but leaves the ending quote. Yack!
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Aug 11 2005 : 09:29:56 AM
|
Just realised another problem with that. The contents of the include file list is either wrong, or selecting the default chooses the wrong item.
Here, the list pops up and shows "3way.h" as first item in the list, hitting enter will now insert "h323priv.h"
Also tested the other way round, replacing the < with ", here the selection is done correctly, anyway the problem above remains. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Aug 11 2005 : 09:36:09 AM
|
Doh, seems that whenever you insert a < in a #include line VAX will select the whole line, no matter if you replace the quote or type it in the middle of the line. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Aug 11 2005 : 11:06:39 PM
|
ugly, eh? case=711 |
|
|
|
Topic |
|