Changeset b813f09e15f83a5716ac0e8cf99259de0fe14d3c
- Timestamp:
- 01/06/07 23:32:04 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 9f3f19120242fc7ff56283a4b07f09c6216f192f
- Children:
- 16c77f334ee68143eb93d92cd5b5fd39a9495ede
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:32:04Z+0000
- Message:
-
[project @ Wrapped GtkSourceLanguage?]
Original author: Armin Burgmeier <armin@…>
Date: 2005-04-21 20:07:42+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3edaafe
|
rb813f09
|
|
| 34 | 34 | noinst_HEADERS += inc/sourceview/sourceview.hpp |
| 35 | 35 | noinst_HEADERS += inc/sourceview/sourcebuffer.hpp |
| | 36 | noinst_HEADERS += inc/sourceview/sourcelanguage.hpp |
| 36 | 37 | noinst_HEADERS += inc/sourceview/private/sourceview_p.hpp |
| 37 | 38 | noinst_HEADERS += inc/sourceview/private/sourcebuffer_p.hpp |
| | 39 | noinst_HEADERS += inc/sourceview/private/sourcelanguage_p.hpp |
| 38 | 40 | endif |
| 39 | 41 | noinst_HEADERS += inc/icon.hpp |
| … |
… |
|
| 61 | 63 | gobby_SOURCES += src/sourceview/sourceview.cpp |
| 62 | 64 | gobby_SOURCES += src/sourceview/sourcebuffer.cpp |
| | 65 | gobby_SOURCES += src/sourceview/sourcelanguage.cpp |
| 63 | 66 | endif |
| 64 | 67 | gobby_SOURCES += src/icon.cpp |
-
|
rdd11147
|
rb813f09
|
|
| 3 | 3 | Initialise size of paned widgets |
| 4 | 4 | Opening large documents is _really_ slow on win32's timer-implementation |
| | 5 | Statusbar with: Cursor position, current highlighting scheme, current sync state |
| | 6 | configure guckt automagisch, ob gtk_source_view da ist |