mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +00:00
TextEditor: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
parent
3114fe612c
commit
0cd4b8cbb7
4 changed files with 11 additions and 31 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <AK/Function.h>
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibFileSystemAccessClient/Client.h>
|
||||
#include <LibGUI/ActionGroup.h>
|
||||
#include <LibGUI/Application.h>
|
||||
|
@ -43,8 +42,6 @@ public:
|
|||
void update_title();
|
||||
void initialize_menubar(GUI::Window&);
|
||||
|
||||
static RefPtr<Core::ConfigFile> open_config_file();
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
void set_path(StringView const&);
|
||||
|
@ -126,7 +123,6 @@ private:
|
|||
RefPtr<GUI::Action> m_sql_highlight;
|
||||
|
||||
RefPtr<Web::OutOfProcessWebView> m_page_view;
|
||||
RefPtr<Core::ConfigFile> m_config;
|
||||
|
||||
bool m_auto_detect_preview_mode { false };
|
||||
bool m_use_regex { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue