summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:19:22 +0200
committerBor Kraljič2011-10-14 14:19:22 +0200
commit322c44620669501736d00327c486278325bec85c (patch)
treed83081c169f90e590a414e167cde607ff6685dbf
parent1efefa8161366f8b9ff1e4367318ef3cd0686488 (diff)
qscintilla-designer: fixed long description wrap (scripted)
-rwxr-xr-xx11-toolkits/qscintilla-designer/DETAILS20
-rw-r--r--x11-toolkits/qscintilla-designer/HISTORY3
2 files changed, 16 insertions, 7 deletions
diff --git a/x11-toolkits/qscintilla-designer/DETAILS b/x11-toolkits/qscintilla-designer/DETAILS
index a438622006..a5e97fa2ac 100755
--- a/x11-toolkits/qscintilla-designer/DETAILS
+++ b/x11-toolkits/qscintilla-designer/DETAILS
@@ -11,12 +11,18 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/QScintilla-$VERSION
KEYWORDS="qt editors x11 libs"
SHORT="a plugin to Qt Designer for accessing to QScintilla classes"
cat << EOF
-This is QScintilla plugin for Qt Designer. It provides widgets for editors created with Qt.
-QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class.
- As well as features found in standard text editing components, QScintilla includes features
-especially useful when editing and debugging source code. These include support for syntax
-styling, error indicators, code completion and call tips. The selection margin can contain
-markers like those used in debuggers to indicate breakpoints and the current line. Styling
-choices are more open than with many editors, allowing the use of proportional fonts, bold
+This is QScintilla plugin for Qt Designer. It provides widgets for editors
+created with Qt.
+QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class.
+ As well as features found in standard text editing components, QScintilla
+ includes features
+especially useful when editing and debugging source code. These include
+support for syntax
+styling, error indicators, code completion and call tips. The selection
+margin can contain
+markers like those used in debuggers to indicate breakpoints and the current
+line. Styling
+choices are more open than with many editors, allowing the use of proportional
+fonts, bold
and italics, multiple foreground and background colours and multiple fonts.
EOF
diff --git a/x11-toolkits/qscintilla-designer/HISTORY b/x11-toolkits/qscintilla-designer/HISTORY
index ce2855d865..8f3a42b282 100644
--- a/x11-toolkits/qscintilla-designer/HISTORY
+++ b/x11-toolkits/qscintilla-designer/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2007-06-12 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.73-gpl-2.1
* BUILD: use either qt3 or qt4,