mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-07 07:19:27 +03:00
eepp:
Minor improvements in UICodeEditor rendering. Allow to limit the maximum line length accepted in the highlighter (will not highlight lines that are above the threshold). ecode: Allow to share processes between language LSPs that use the same process (for example: clangd for C and C++, it doesn't make sense to fire 2 processes because clangd will manage both languages just fine in a single instance). Fixed some bugs when selecting the build type.
This commit is contained in:
@@ -121,6 +121,7 @@ void StatusBuildOutputController::runBuild( const std::string& buildName,
|
||||
|
||||
mContainer->getDocument().setSyntaxDefinition( synDef );
|
||||
mContainer->getVScrollBar()->setValue( 1.f );
|
||||
mContainer->getDocument().getHighlighter()->setMaxTokenizationLength( 2048 );
|
||||
|
||||
UIPushButton* buildButton = getBuildButton( mApp );
|
||||
if ( buildButton )
|
||||
|
||||
Reference in New Issue
Block a user