mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Added support to ignore files from the .gitignore automatically.
Some minor fixes to the TextDocument and ecode.
This commit is contained in:
@@ -411,6 +411,8 @@ AutoCompleteModule::SymbolsList AutoCompleteModule::getDocumentSymbols( TextDocu
|
||||
LuaPattern pattern( mSymbolPattern );
|
||||
AutoCompleteModule::SymbolsList symbols;
|
||||
Int64 lc = doc->linesCount();
|
||||
if ( lc == 0 )
|
||||
return symbols;
|
||||
std::string current( getPartialSymbol( doc ) );
|
||||
TextPosition end = doc->getSelection().end();
|
||||
for ( Int64 i = 0; i < lc; i++ ) {
|
||||
|
||||
Reference in New Issue
Block a user