mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
Small fix in the syntax tokenizer.
Fix in the key events received by the UICodeEditor. Reimplemented TextDocument::insert to improve performance. Dragged Tab relative position fix. Removed incorrect KeyDown event. Minor UI tweaks.
This commit is contained in:
@@ -36,7 +36,7 @@ class UISearchBar : public UILinearLayout {
|
||||
};
|
||||
|
||||
struct UIConfig {
|
||||
Float fontSize{11};
|
||||
StyleSheetLength fontSize{12, StyleSheetLength::Dp};
|
||||
};
|
||||
|
||||
struct WindowConfig {
|
||||
@@ -126,6 +126,7 @@ class App : public UICodeEditorSplitter::Client {
|
||||
std::string mConfigPath;
|
||||
std::string mKeybindingsPath;
|
||||
SearchState mSearchState;
|
||||
Float mDisplayDPI;
|
||||
|
||||
void onFileDropped( String file );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user