[BUILD] update new lutin 0.5.3
This commit is contained in:
parent
386f5ed011
commit
2a467a7a5d
@ -58,7 +58,7 @@
|
||||
</rule>
|
||||
<rule name="my function keyword">
|
||||
<color>systemFunction</color>
|
||||
<regex>\b(new|delete|try|catch|memset|fopen|fread|fwrite|fgets|fclose|printf|(f|s|diag_)printf)\b</regex>
|
||||
<regex>\b(new|delete|try|catch|memset|fopen|fread|fwrite|fgets|fclose|printf|(f|s|diag_)printf|(reinterpret|static|dynamic|const)_cast)\b</regex>
|
||||
</rule>
|
||||
<rule name="my type">
|
||||
<color>type</color>
|
||||
|
@ -60,9 +60,7 @@ class MainApplication : public ewol::context::Application {
|
||||
//()CTagsManager::getInstance();
|
||||
m_bufferManager = appl::BufferManager::create();
|
||||
m_pluginManager = appl::textPluginManager::create();
|
||||
|
||||
appl::highlightManager::init();
|
||||
|
||||
// Request load of the user configuration ...
|
||||
//ewol::userConfig::load();
|
||||
|
||||
|
10
sources/lutin_edn.py
Executable file → Normal file
10
sources/lutin_edn.py
Executable file → Normal file
@ -1,10 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
import lutinModule as module
|
||||
import lutinTools as tools
|
||||
import lutinDebug as debug
|
||||
import lutin.module as module
|
||||
import lutin.tools as tools
|
||||
import datetime
|
||||
|
||||
|
||||
def get_desc():
|
||||
return "EDN application N'ours editor (Editeur De N'ours)"
|
||||
|
||||
@ -64,7 +62,7 @@ def create(target):
|
||||
|
||||
myModule.add_module_depend('ewol')
|
||||
|
||||
myModule.compile_flags_CC([
|
||||
myModule.compile_flags('c++', [
|
||||
"-DPROJECT_NAME=\"\\\""+myModule.name+"\\\"\""
|
||||
])
|
||||
|
||||
@ -100,7 +98,7 @@ def create(target):
|
||||
|
||||
tagFile = tools.get_current_path(__file__) + "/tag"
|
||||
versionID = tools.file_read_data(tagFile)
|
||||
myModule.compile_flags_CC([
|
||||
myModule.compile_flags('c', [
|
||||
"-DAPPL_VERSION=\"\\\"" + versionID + "\\\"\""
|
||||
])
|
||||
tagFile = tools.get_current_path(__file__) + "/tagCode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user