mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
eepp: Pump version.
ecode: Added version number and Help menu. Moved all project source files into the "ecode" namespace.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include <eepp/system/filesystem.hpp>
|
||||
#include <eepp/system/luapattern.hpp>
|
||||
|
||||
namespace ecode {
|
||||
|
||||
static int countNewLines( const std::string& text, const size_t& start, const size_t& end ) {
|
||||
const char* startPtr = text.c_str() + start;
|
||||
const char* endPtr = text.c_str() + end;
|
||||
@@ -185,3 +187,5 @@ void ProjectSearch::find( const std::vector<std::string> files, std::string stri
|
||||
} );
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user