• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/
2    Copyright 2002,2004,2006 Joel de Guzman, Eric Niebler
3    Copyright 2010-2011 Daniel James
4
5    Distributed under the Boost Software License, Version 1.0.
6    (See accompanying file LICENSE_1_0.txt or copy at
7    http://www.boost.org/LICENSE_1_0.txt)
8]
9
10[chapter Editor Support
11    [quickbook 1.7]
12    [compatibility-mode 1.5]
13    [id quickbook.editors]
14    [source-mode teletype]
15]
16
17Editing quickbook files is usually done with text editors both simple and
18powerful. The following sections list the settings for some editors which can
19help make editing quickbook files a bit easier.
20
21[note You may submit your settings, tips, and suggestions to the
22authors, or through the [@https://lists.sourceforge.net/lists/listinfo/boost-
23docs Boost Docs mailing list].]
24
25[section:scite Scintilla Text Editor]
26
27[:['Section contributed by Dean Michael Berris]]
28
29The Scintilla Text Editor (SciTE) is a free source code editor for Win32 and X.
30It uses the SCIntilla source code editing component.
31
32[tip SciTE can be downloaded from [@http://www.scintilla.org/SciTE.html]]
33
34You can use the following settings to highlight quickbook tags when
35editing quickbook files.
36
37```
38qbk=*.qbk
39lexer.*.qbk=props
40use.tabs.$(qbk)=0
41tab.size.$(qbk)=4
42indent.size.$(qbk)=4
43style.props.32=$(font.base)
44comment.stream.start.props=[/
45comment.stream.end.props=]
46comment.box.start.props=[/
47comment.box.middle.props=
48comment.box.end.props=]
49```
50
51[note Thanks to Rene Rivera for the above SciTE settings.]
52
53[endsect:scite] [/scite]
54
55[/ KDE support (Kate, KWrite, Konqueror, KDevelop) ]
56[include ../extra/katepart/katepart.qbk]
57