summaryrefslogtreecommitdiffstats
path: root/scintilla/include
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-07-11 10:21:21 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-07-11 10:21:21 +0000
commit1a6979e854545da1a5afb8de7a5b13d7916a4c10 (patch)
tree3edce5452b15f2452fd0a41cb9b9998655c82993 /scintilla/include
parentdadd6de6811ea87689bfb28dd53896ff8c346111 (diff)
downloadnotepad2-mod-1a6979e854545da1a5afb8de7a5b13d7916a4c10.zip
notepad2-mod-1a6979e854545da1a5afb8de7a5b13d7916a4c10.tar.gz
notepad2-mod-1a6979e854545da1a5afb8de7a5b13d7916a4c10.tar.bz2
update scintilla to v3.2.1 (HG 3f9b065c4401)
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@751 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/include')
-rw-r--r--scintilla/include/Scintilla.iface6
1 files changed, 3 insertions, 3 deletions
diff --git a/scintilla/include/Scintilla.iface b/scintilla/include/Scintilla.iface
index beed6e0..23eba65 100644
--- a/scintilla/include/Scintilla.iface
+++ b/scintilla/include/Scintilla.iface
@@ -1633,7 +1633,7 @@ fun void DelLineLeft=2395(,)
# Delete forwards from the current position to the end of the line.
fun void DelLineRight=2396(,)
-# Get and Set the xOffset (ie, horizonal scroll position).
+# Get and Set the xOffset (ie, horizontal scroll position).
set void SetXOffset=2397(int newOffset,)
get int GetXOffset=2398(,)
@@ -1667,7 +1667,7 @@ val CARET_JUMPS=0x10
# where most code reside, and the lines after the caret, eg. the body of a function.
val CARET_EVEN=0x08
-# Set the way the caret is kept visible when going sideway.
+# Set the way the caret is kept visible when going sideways.
# The exclusion zone is given in pixels.
fun void SetXCaretPolicy=2402(int caretPolicy, int caretSlop)
@@ -2235,7 +2235,7 @@ fun void ScrollToEnd=2629(,)
val SC_TECHNOLOGY_DEFAULT=0
val SC_TECHNOLOGY_DIRECTWRITE=1
-# Set the technolgy used.
+# Set the technology used.
set void SetTechnology=2630(int technology,)
# Get the tech.