~ubuntu-branches/ubuntu/natty/codelite/natty

« back to all changes in this revision

Viewing changes to LiteEditor/outputtabwindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 13:45:10 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20101104134510-xndpia79apes2s8u
Tags: 2.8.0.4537~dfsg-1
* New upstream release.
* Update debian/gbp.conf.
* Rename and refresh 01_x-terminal-emulator.patch.
* Refresh debian/patches/03_move-helper-binaries.patch
* Refresh debian/patches/04_configure.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        wxScintilla * m_sci;
43
43
    bool          m_outputScrolls;
44
44
    bool          m_autoAppear;
 
45
    bool          m_autoAppearErrors;
 
46
    bool          m_errorsFirstLine;
45
47
        QuickFindBar *m_findBar;
46
48
        wxBoxSizer *  m_hSizer;
47
49