|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Dec 05, 2006 7:13 pm
1.19 Feature request |
From the awesome compatibility report I get:
Alias bleah
Does not compile : extra ) parenthesis at row 12 col 31
%1 within quotes is not expanded [Help] : "%2~"
It would be nice to have the current row and col in the settings editor to quickly find the problematic spot.
If the compiled script could eventually return the same row and col info as the compatibility report, that would be grand1 |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Dec 05, 2006 10:31 pm |
The current package editor implementation makes this a bit hard. The text editor box is within a sub-frame that doesn't have access to the status bar in the parent form. This is something I plan to improve in the future, but not before the public release, sorry.
My advice is to click the link in the compatibility report to open the setting in the setting editor, then press Ctrl-K to perform a syntax check, which should put the cursor in the correct spot for the error.
Also, the col/row isn't exactly what you'd expect because of possible line wrapping issues. The row number reported by the compatibility report is based upon no wrapping. |
|
|
|
Rainchild Wizard
Joined: 10 Oct 2000 Posts: 1551 Location: Australia
|
Posted: Tue Dec 05, 2006 10:42 pm |
Or take a visual-studio type approach where you can double-click on each error and have it automatically jump the cursor to the problem spot?
|
|
|
|
|
|