Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Automatically Build

Hi all

>>Summary: (?)
>>Add a compile grammar action
>>Edgar

>>Each time a character is changed on the grammar, the ANTLR IDE parser is
>>called to parse the grammar even when the Build Automatically flag in the
>>Project tab has been reset to false.

>>This is quite ennoying because my grammar is more than 5000 lines and I
>>have to wait the end of the parse (3 secs) for entering another
>>character...which means that the ANTLR IDE is of no pratical usage.

>>Could you just add a new action so that the grammar be parsed/compiled on
>>request (much like the "generate code" action, a "compile grammar" action
>>would be nice)

It is possible to disable the build automatically?

thanks in advance

edgar


Back to the top