Changeset 6ee38b44b877ce7ac5f5ee646eb5afcf9a7f8e34
- Timestamp:
- 10/07/09 03:55:09 (4 years ago)
- Author:
- Armin Burgmeier <armin@…>
- git-author:
- Armin Burgmeier <armin@arbur.net> / 2009-10-06T21:53:45Z-0400
- Parents:
- bcdc07da08f8d81c87c124da4409e5fe277b4ee3
- Children:
- 3184a0876b3638e9af4341b6b9e8215262a7bc71
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2009-10-06T21:55:09Z-0400
- Message:
-
Restore highlight matching bracket correctly from preferences #470
2009-10-06 Armin Burgmeier <armin@…>
- code/core/docwindow.cpp: Restore the "highlight matching brackets"
option correctly from the preferences. Bug #470.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rbcdc07d
|
r6ee38b4
|
|
| | 1 | 2009-10-06 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * code/core/docwindow.cpp: Restore the "highlight matching brackets" |
| | 4 | option correctly from the preferences. Bug #470. |
| | 5 | |
| 1 | 6 | 2009-09-14 Armin Burgmeier <armin@arbur.net> |
| 2 | 7 | |
-
|
r6b79c69
|
r6ee38b4
|
|
| 211 | 211 | m_view, m_preferences.view.margin_pos); |
| 212 | 212 | gtk_source_buffer_set_highlight_matching_brackets( |
| 213 | | m_buffer, m_preferences.view.margin_pos); |
| | 213 | m_buffer, m_preferences.view.bracket_highlight); |
| 214 | 214 | const Pango::FontDescription& desc = m_preferences.appearance.font; |
| 215 | 215 | gtk_widget_modify_font( |