Skip to main content

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

Hi Edgar,

One of the ways to disable this feature is to override "public IReconciler getReconciler(ISourceViewer sourceViewer)" in your implementation of the ScriptSourceViewerConfiguration and return null.

Alex

----- Original Message -----
From: "Edgar Espina" <espina.edgar@xxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Thursday, August 21, 2008 8:29:39 PM GMT +06:00 Almaty, Novosibirsk
Subject: [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
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top