|
virtual const std::string | eol () const =0 |
| Pure virtual interface. More...
|
|
virtual void | fold (bool fold_all=false)=0 |
| Enables or disables folding depending on fold property. More...
|
|
virtual const path & | get_filename () const =0 |
| Returns the filename, as used by the file.
|
|
virtual const std::string | get_selected_text () const =0 |
| Returns selected text as a string.
|
|
virtual bool | is_hexmode () const =0 |
| Returns true if we are in hex mode.
|
|
virtual bool | is_visual () const =0 |
| Returns true if we are in visual mode.
|
|
virtual void | properties_message (path::status_t flags=0)=0 |
| Shows properties on the statusbar using specified flags.
|
|
virtual void | reset_margins (margin_t type=margin_t().set())=0 |
| Reset all margins. More...
|
|
virtual bool | set_hexmode (bool on)=0 |
| Sets hex mode.
|
|
virtual bool | set_indicator (const indicator &indicator, int start, int end)=0 |
| Sets an indicator at specified start and end pos.
|
|
virtual void | set_search_flags (int flags)=0 |
| search flags to be used: More...
|
|
virtual bool | vi_command (const std::string &command)=0 |
| Runs a vi command on this stc.
|
|
virtual bool | find (const std::string &text, int find_flags=-1, bool find_next=true)=0 |
| Pure virtual interface. More...
|
|
virtual int | get_line_count () const =0 |
| Returns number of lines.
|
|
virtual int | get_line_count_request ()=0 |
| Request for number of lines.
|
|
virtual void | goto_line (int line)=0 |
| Goes to specified line.
|
|
Offers a styled text ctrl.