/[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 3285 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC revision 3286 by schoenebeck, Thu Jun 22 10:54:10 2017 UTC
# Line 73  protected: Line 73  protected:
73      Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocTag;
74      Glib::RefPtr<Gtk::TextBuffer::Tag> m_errorTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_errorTag;
75      Glib::RefPtr<Gtk::TextBuffer::Tag> m_warningTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_warningTag;
76        Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocCommentTag;
77      Gtk::TextView m_textView;      Gtk::TextView m_textView;
78      Gtk::Image m_statusImage;      Gtk::Image m_statusImage;
79      Gtk::Label m_statusLabel;      Gtk::Label m_statusLabel;
# Line 92  protected: Line 93  protected:
93      std::vector<LinuxSampler::ParserIssue> m_issues;      std::vector<LinuxSampler::ParserIssue> m_issues;
94      std::vector<LinuxSampler::ParserIssue> m_errors;      std::vector<LinuxSampler::ParserIssue> m_errors;
95      std::vector<LinuxSampler::ParserIssue> m_warnings;      std::vector<LinuxSampler::ParserIssue> m_warnings;
96        std::vector<LinuxSampler::CodeBlock> m_preprocComments;
97  #endif  #endif
98    
99      bool isModified() const;      bool isModified() const;

Legend:
Removed from v.3285  
changed lines
  Added in v.3286

  ViewVC Help
Powered by ViewVC