|
WSF
|
#include <EditorPrefObject.hpp>
Public Member Functions | |
| EditorPrefData () | |
Public Attributes | |
| bool | mShowLineNumbers {true} |
| bool | mShowSyntaxTips {true} |
| bool | mAutocompleteAfterPeriod {true} |
| bool | mEnableUndoPopups {false} |
| unsigned int | mTabSpace {3} |
| bool | mFoldText {true} |
| std::map< QString, QColor > | mDarkEditorColor |
| std::map< QString, QColor > | mLightEditorColor |
| std::map< TextType, TextStyle > | mDarkStyle |
| std::map< TextType, TextStyle > | mLightStyle |
| QString | mFontType {UiResources::GetInstance().GetFont().family()} |
| unsigned int | mFontSize {ut::safe_cast<unsigned int>(UiResources::GetInstance().GetFont().pointSize())} |
| std::map< QString, std::pair< size_t, size_t > > | mFilePositions |
| wizard::EditorPrefData::EditorPrefData | ( | ) |
References wizard::Block_Keyword, wizard::Command, wizard::Comment, wizard::Include, wizard::Keyword, mDarkEditorColor, mDarkStyle, mLightEditorColor, mLightStyle, wizard::Name, wizard::None, wizard::Preprocessor, wizard::Quoted, wizard::Script_Comment, wizard::Script_Keyword, wizard::Script_Local_Method, wizard::Script_Local_Variable, wizard::Script_Method, wizard::Script_None, wizard::Script_Number, wizard::Script_Operator, wizard::Script_Parameter, wizard::Script_Quoted, wizard::Script_Static_Method, wizard::Script_Type, wizard::Type, wizard::Unmatched_Block, and wizard::User_Input.
| bool wizard::EditorPrefData::mAutocompleteAfterPeriod {true} |
Referenced by wizard::EditorPrefObject::ReadSettings().
| std::map<QString, QColor> wizard::EditorPrefData::mDarkEditorColor |
Referenced by EditorPrefData(), and wizard::EditorPrefObject::ReadSettings().
Referenced by EditorPrefData(), and wizard::EditorPrefObject::ReadSettings().
| bool wizard::EditorPrefData::mEnableUndoPopups {false} |
Referenced by wizard::EditorPrefObject::ReadSettings().
| std::map<QString, std::pair<size_t, size_t> > wizard::EditorPrefData::mFilePositions |
Referenced by wizard::EditorPrefObject::ReadSettings().
| bool wizard::EditorPrefData::mFoldText {true} |
Referenced by wizard::EditorPrefObject::ReadSettings().
| unsigned int wizard::EditorPrefData::mFontSize {ut::safe_cast<unsigned int>(UiResources::GetInstance().GetFont().pointSize())} |
Referenced by wizard::EditorPrefObject::ReadSettings().
| QString wizard::EditorPrefData::mFontType {UiResources::GetInstance().GetFont().family()} |
Referenced by wizard::EditorPrefObject::ReadSettings().
| std::map<QString, QColor> wizard::EditorPrefData::mLightEditorColor |
Referenced by EditorPrefData(), and wizard::EditorPrefObject::ReadSettings().
Referenced by EditorPrefData(), and wizard::EditorPrefObject::ReadSettings().
| bool wizard::EditorPrefData::mShowLineNumbers {true} |
Referenced by wizard::EditorPrefObject::ReadSettings(), and wizard::EditorPrefObject::ShowLineNumbers().
| bool wizard::EditorPrefData::mShowSyntaxTips {true} |
Referenced by wizard::EditorPrefObject::ReadSettings().
| unsigned int wizard::EditorPrefData::mTabSpace {3} |
Referenced by wizard::EditorPrefObject::ReadSettings().