mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
Renamed UITable to UIWidgetTable and UITableCell to UIWidgetTableRow.
Minor improvements to UIFileDialog. Added "Open Folder" and "Recent Folders" to ecode.
This commit is contained in:
@@ -137,6 +137,8 @@ class App : public UICodeEditorSplitter::Client {
|
||||
|
||||
void openFileDialog();
|
||||
|
||||
void openFolderDialog();
|
||||
|
||||
void saveFileDialog();
|
||||
|
||||
bool findPrevText( SearchState& search );
|
||||
@@ -184,6 +186,7 @@ class App : public UICodeEditorSplitter::Client {
|
||||
IniFile mIni;
|
||||
IniFile mIniState;
|
||||
std::vector<std::string> mRecentFiles;
|
||||
std::vector<std::string> mRecentFolders;
|
||||
AppConfig mConfig;
|
||||
UIPopUpMenu* mDocMenu{nullptr};
|
||||
UIPopUpMenu* mViewMenu{nullptr};
|
||||
@@ -247,6 +250,10 @@ class App : public UICodeEditorSplitter::Client {
|
||||
|
||||
void updateRecentFiles();
|
||||
|
||||
void updateRecentFolders();
|
||||
|
||||
void loadFolder( const std::string& path );
|
||||
|
||||
UIMenu* createViewMenu();
|
||||
|
||||
UIMenu* createEditMenu();
|
||||
|
||||
Reference in New Issue
Block a user