aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-06-07 11:47:11 +1000
committernyamatongwe <unknown>2011-06-07 11:47:11 +1000
commitd46eab36df50e53cbe423ac5bf938d4c291bf5d2 (patch)
tree8d45b369f1b244ff022322928316d135b2927f13 /src/RunStyles.h
parent5dc8096d70e74e05120806386b0a08387d200045 (diff)
downloadscintilla-mirror-d46eab36df50e53cbe423ac5bf938d4c291bf5d2.tar.gz
Add Find method on RunStyles.
Diffstat (limited to 'src/RunStyles.h')
-rw-r--r--src/RunStyles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h
index d79e28618..a3efd93c9 100644
--- a/src/RunStyles.h
+++ b/src/RunStyles.h
@@ -40,6 +40,7 @@ public:
int Runs() const;
bool AllSame() const;
bool AllSameAs(int value) const;
+ int Find(int value, int start) const;
};
#ifdef SCI_NAMESPACE