mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +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:
@@ -1,6 +1,8 @@
|
||||
#include "filelocator.hpp"
|
||||
#include "ecode.hpp"
|
||||
|
||||
namespace ecode {
|
||||
|
||||
static int LOCATEBAR_MAX_VISIBLE_ITEMS = 18;
|
||||
static int LOCATEBAR_MAX_RESULTS = 100;
|
||||
|
||||
@@ -145,3 +147,5 @@ void FileLocator::showLocateBar() {
|
||||
}
|
||||
updateLocateBar();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user