Code::Blocks
SVN r11506
|
This is the complete list of members for cbEditor, including all inherited members.
Activate() | EditorBase | virtual |
AddBreakpoint(int line=-1, bool notifyDebugger=true) | cbEditor | |
AddToContextMenu(wxMenu *popup, ModuleType type, bool pluginsdone) override | cbEditor | |
EditorBase::AddToContextMenu(cb_optional wxMenu *popup, cb_optional ModuleType type, cb_optional bool pluginsdone) | EditorBase | inlineprotectedvirtual |
ApplyStyles(cbStyledTextCtrl *control) | cbEditor | static |
AutoComplete() | cbEditor | |
AutoIndentDone() | cbEditor | |
BreakpointMarkerToggle(int line) | cbEditor | private |
CanPaste() const override | cbEditor | virtual |
CanRedo() const override | cbEditor | virtual |
CanSelectAll() const override | cbEditor | virtual |
CanUndo() const override | cbEditor | virtual |
cbEditor(wxWindow *parent, const wxString &filename, EditorColourSet *theme) | cbEditor | protected |
cbEditor(wxWindow *parent, LoaderBase *fileLdr, const wxString &filename, EditorColourSet *theme) | cbEditor | protected |
cbEditor(cb_unused const cbEditor &rhs) | cbEditor | private |
cbEditorInternalData | cbEditor | friend |
ClearAllBookmarks() | cbEditor | virtual |
ClearHistory() override | cbEditor | virtual |
Close() | EditorBase | virtual |
ConnectEvents(cbStyledTextCtrl *stc) | cbEditor | private |
Copy() override | cbEditor | virtual |
CreateContextSubMenu(long id) override | cbEditor | virtual |
CreateEditor() | cbEditor | private |
CreateUniqueFilename() | EditorBase | protectedvirtual |
Cut() override | cbEditor | virtual |
DestroySplitView() | cbEditor | private |
DisplayContextMenu(const wxPoint &position, ModuleType type=mtUnknown) | EditorBase | virtual |
DoAskForCodeCompletion() | cbEditor | private |
DoFoldAll(FoldMode fold) | cbEditor | private |
DoFoldBlockFromLine(int line, FoldMode fold, unsigned foldFlags) | cbEditor | private |
DoIndent() | cbEditor | |
DoInitializations(const wxString &filename, LoaderBase *fileLdr=nullptr) | cbEditor | private |
DoUnIndent() | cbEditor | |
EditorBase(wxWindow *parent, const wxString &filename) | EditorBase | |
EditorManager class | cbEditor | friend |
ensureVisible enum value | cbEditor | private |
FixFoldState() | cbEditor | |
FoldAll() | cbEditor | |
FoldBlockFromLine(int line=-1) | cbEditor | |
FoldFlags enum name | cbEditor | private |
FoldMode enum name | cbEditor | private |
GetColourSet() const | cbEditor | inline |
GetControl() const | cbEditor | |
GetEncoding() const | cbEditor | |
GetEncodingName() const | cbEditor | |
GetFilename() const | EditorBase | inlinevirtual |
GetLanguage() const | cbEditor | inline |
GetLastModificationTime() const | cbEditor | inline |
GetLeftSplitViewControl() const | cbEditor | inline |
GetLineIndentInSpaces(int line=-1) const | cbEditor | |
GetLineIndentString(int line=-1) const | cbEditor | |
GetModified() const override | cbEditor | virtual |
GetProjectFile() const | cbEditor | inline |
GetRightSplitViewControl() const | cbEditor | inline |
GetShortName() const | EditorBase | inlinevirtual |
GetSplitType() const | cbEditor | inline |
GetTitle() | EditorBase | virtual |
GetUseBom() const | cbEditor | |
GotoLine(int line, bool centerOnScreen=true) override | cbEditor | virtual |
GotoMatchingBrace() | cbEditor | |
GotoNextBookmark() | cbEditor | virtual |
GotoNextBreakpoint() | cbEditor | virtual |
GotoNextChanged() override | cbEditor | virtual |
GotoPreviousBookmark() | cbEditor | virtual |
GotoPreviousBreakpoint() | cbEditor | virtual |
GotoPreviousChanged() override | cbEditor | virtual |
GotoTokenPosition(int line, const wxString &tokenName) | cbEditor | |
HasBookmark(int line) const | cbEditor | virtual |
HasBreakpoint(int line) const | cbEditor | virtual |
HasSelection() const override | cbEditor | virtual |
HighlightBraces() | cbEditor | |
InitFilename(const wxString &filename) | EditorBase | protectedvirtual |
InternalSetEditorStyleAfterFileOpen(cbStyledTextCtrl *control) | cbEditor | privatestatic |
InternalSetEditorStyleBeforeFileOpen(cbStyledTextCtrl *control) | cbEditor | privatestatic |
IsBuiltinEditor() const | EditorBase | virtual |
IsContextMenuOpened() const | EditorBase | virtual |
IsOK() const | cbEditor | inline |
IsReadOnly() const override | cbEditor | virtual |
LineHasMarker(int marker, int line=-1) const | cbEditor | private |
m_autoIndentDone | cbEditor | private |
m_Filename | EditorBase | protected |
m_foldBackup | cbEditor | private |
m_Index | cbEditor | private |
m_IsBuiltinEditor | EditorBase | protected |
m_IsOK | cbEditor | private |
m_lang | cbEditor | private |
m_LastModified | cbEditor | private |
m_Modified | cbEditor | private |
m_pControl | cbEditor | private |
m_pControl2 | cbEditor | private |
m_pData | cbEditor | private |
m_pProjectFile | cbEditor | private |
m_pSizer | cbEditor | private |
m_pSplitter | cbEditor | private |
m_pTheme | cbEditor | private |
m_Shortname | EditorBase | protected |
m_SplitType | cbEditor | private |
m_timerWait | cbEditor | private |
MarkerNext(int marker) | cbEditor | private |
MarkerPrevious(int marker) | cbEditor | private |
MarkerToggle(int marker, int line=-1) | cbEditor | private |
MarkLine(int marker, int line) | cbEditor | private |
none enum value | cbEditor | private |
NotifyPlugins(wxEventType type, int intArg=0, const wxString &strArg=wxEmptyString, int xArg=0, int yArg=0) | cbEditor | private |
OnAfterBuildContextMenu(ModuleType type) override | cbEditor | private |
EditorBase::OnAfterBuildContextMenu(cb_optional ModuleType type) | EditorBase | inlineprotectedvirtual |
OnBeforeBuildContextMenu(const wxPoint &position, ModuleType type) override | cbEditor | private |
EditorBase::OnBeforeBuildContextMenu(cb_optional const wxPoint &position, cb_optional ModuleType type) | EditorBase | inlineprotectedvirtual |
OnClose(wxCloseEvent &event) | cbEditor | private |
OnContextMenuEntry(wxCommandEvent &event) | cbEditor | private |
OnEditorChange(wxScintillaEvent &event) | cbEditor | private |
OnEditorCharAdded(wxScintillaEvent &event) | cbEditor | private |
OnEditorDwellEnd(wxScintillaEvent &event) | cbEditor | private |
OnEditorDwellStart(wxScintillaEvent &event) | cbEditor | private |
OnEditorModified(wxScintillaEvent &event) | cbEditor | private |
OnEditorUpdateUI(wxScintillaEvent &event) | cbEditor | private |
OnMarginClick(wxScintillaEvent &event) | cbEditor | private |
OnScintillaEvent(wxScintillaEvent &event) | cbEditor | private |
OnUserListSelection(wxScintillaEvent &event) | cbEditor | private |
OnZoom(wxScintillaEvent &event) | cbEditor | private |
Open(bool detectEncoding=true) | cbEditor | private |
operator=(cb_unused const cbEditor &rhs) | cbEditor | inline |
EditorBase::operator=(cb_optional const EditorBase &rhs) | EditorBase | inline |
Paste() override | cbEditor | virtual |
Print(bool selectionOnly, PrintColourMode pcm, bool line_numbers) | cbEditor | |
QueryClose() | EditorBase | virtual |
Redo() override | cbEditor | virtual |
RefreshBreakpointMarkers() | cbEditor | virtual |
Reload(bool detectEncoding=true) | cbEditor | |
RemoveBreakpoint(int line=-1, bool notifyDebugger=true) | cbEditor | |
Save() override | cbEditor | virtual |
SaveAs() override | cbEditor | virtual |
SaveFoldState() | cbEditor | |
SelectAll() override | cbEditor | virtual |
SetChangeCollection(bool collectChange) override | cbEditor | |
EditorBase::SetChangeCollection(cb_optional bool collectChange) | EditorBase | inlinevirtual |
SetColourSet(EditorColourSet *theme) | cbEditor | |
SetDebugLine(int line) | cbEditor | virtual |
SetEditorStyle() | cbEditor | |
SetEditorStyleAfterFileOpen() | cbEditor | private |
SetEditorStyleBeforeFileOpen() | cbEditor | private |
SetEditorTitle(const wxString &title) | cbEditor | |
SetEncoding(wxFontEncoding encoding) | cbEditor | |
SetErrorLine(int line) | cbEditor | virtual |
SetFilename(const wxString &filename) | EditorBase | inlinevirtual |
SetFoldingIndicator(int id) | cbEditor | |
SetLanguage(HighlightLanguage lang, bool colourise) | cbEditor | |
SetLanguageDependentColours(cbStyledTextCtrl &control) | cbEditor | private |
SetMarkerStyle(int marker, int markerType, wxColor fore, wxColor back) | cbEditor | private |
SetModified(bool modified=true) override | cbEditor | virtual |
SetProjectFile(ProjectFile *project_file, bool preserve_modified=false) | cbEditor | |
SetReadOnly(bool readonly=true) override | cbEditor | virtual |
SetTitle(const wxString &newTitle) | EditorBase | virtual |
SetUseBom(bool bom) | cbEditor | |
SetZoom(int zoom, bool both=true) | cbEditor | |
Split(SplitType split) | cbEditor | |
SplitType enum name | cbEditor | |
stHorizontal enum value | cbEditor | |
stNoSplit enum value | cbEditor | |
stVertical enum value | cbEditor | |
ThereAreOthers() const | EditorBase | virtual |
ToggleAllFolds() | cbEditor | |
ToggleBookmark(int line=-1) | cbEditor | virtual |
ToggleBreakpoint(int line=-1, bool notifyDebugger=true) | cbEditor | virtual |
ToggleFoldBlockFromLine(int line=-1) | cbEditor | |
Touch() | cbEditor | |
UnderlineFoldedLines(bool underline) | cbEditor | private |
Undo() override | cbEditor | virtual |
UnfoldAll() | cbEditor | |
UnfoldBlockFromLine(int line=-1) | cbEditor | |
Unsplit() | cbEditor | |
UpdateProjectFile() | cbEditor | |
VisibleToTree() const | EditorBase | inlinevirtual |
~cbEditor() override | cbEditor | protected |
~EditorBase() override | EditorBase |