jhnath / contexteditor

Automatically exported from code.google.com/p/contexteditor
0 stars 0 forks source link

Column parameter in Compiler Output Parser Rule does not work #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click Options>Environment Options>Execute Keys
2. Set up an Execute Key and tick 'Capture Console Output'
3. Enter a compiler output parser rule using the %c parameter (column)
   I am using the following rule: "ERROR (%n) ln:%l col:%c"
4. Run the Execute Key

What is the expected output?
When running the execute key then double-click on a line, it is expected
that the %c parameter will be interpreted and the column will be selected
in the editor.

What do you see instead?
The first non-white-space column is selected.

What version of the product are you using?
0.98.6

On what operating system?
Win XP SP3

Please provide any additional information below.
All other parameters are correctly supported (eg line number %l, file name
%n). Perhaps the function to select the first non-white-space column is
overriding the %c parameter?

Original issue reported on code.google.com by David.C....@gmail.com on 21 May 2010 at 12:41