/[svn]/gigedit/trunk/src/gigedit/scripteditor.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/scripteditor.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2889 by schoenebeck, Fri Apr 22 15:55:08 2016 UTC revision 2890 by schoenebeck, Mon Apr 25 17:35:21 2016 UTC
# Line 46  protected: Line 46  protected:
46      Glib::RefPtr<Gtk::TextBuffer::Tag> m_stringTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_stringTag;
47      Glib::RefPtr<Gtk::TextBuffer::Tag> m_commentTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_commentTag;
48      Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocTag;
49        Glib::RefPtr<Gtk::TextBuffer::Tag> m_errorTag;
50        Glib::RefPtr<Gtk::TextBuffer::Tag> m_warningTag;
51      Gtk::TextView m_textView;      Gtk::TextView m_textView;
52      Gtk::Button m_applyButton;      Gtk::Button m_applyButton;
53      Gtk::Button m_cancelButton;      Gtk::Button m_cancelButton;
# Line 63  protected: Line 65  protected:
65      void onModifiedChanged();      void onModifiedChanged();
66  #if USE_LS_SCRIPTVM  #if USE_LS_SCRIPTVM
67      void updateSyntaxHighlightingByVM();      void updateSyntaxHighlightingByVM();
68        void updateParserIssuesByVM();
69        LinuxSampler::ScriptVM* GetScriptVM();
70  #endif  #endif
71  };  };
72    

Legend:
Removed from v.2889  
changed lines
  Added in v.2890

  ViewVC Help
Powered by ViewVC