diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-21 20:33:26 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 01:18:06 +0100 |
commit | 8f0e72f0fedbfc8e4f26bff93472d0c1d59247df (patch) | |
tree | 054c98dc85e7f5024f84bce563f7023a3f1a19e1 /teco.ini | |
parent | ed98ca730773737e0e87e8e0a7984151adbd7805 (diff) | |
download | sciteco-8f0e72f0fedbfc8e4f26bff93472d0c1d59247df.tar.gz |
fixed margin configuration with GTK+ interface
* line-number style must be explicitly set, even after CLEARALLSTYLES
* margin widhts are in pixels (except in Scinterm), so we must determine the
pixels requiered by a number of digits (e.g. 5 digits)
Diffstat (limited to 'teco.ini')
-rw-r--r-- | teco.ini | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -7,9 +7,12 @@ EQ0Q{$SCITECOPATH}/lexer.tes ED#32ED ! margins ! -5,0ESSETMARGINWIDTHN -0,1ESSETMARGINWIDTHN -1,2ESSETMARGINWIDTHN +[.w + 33ESTEXTWIDTH9U.w + 5*Q.w,0ESSETMARGINWIDTHN + 0,1ESSETMARGINWIDTHN + Q.w,2ESSETMARGINWIDTHN +].w ! open all files specified on the commandline ! [.f |