Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clm
Commits
174d45d0
Commit
174d45d0
authored
May 29, 2003
by
Diederik van Arkel
Browse files
updated syntax colouring;
parent
a805033b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
CleanIDE/Ed/EdLineText.icl
View file @
174d45d0
...
...
@@ -25,7 +25,7 @@ export TextAnnot Void, SyncInf, ConsInf
*/
::
LineAnnot
:==
Info
dummyLineAnnot
:==
(
0
,
False
,
False
,
0
)
dummyLineAnnot
:==
(
0
,
False
,
False
,
0
,
False
)
annotLine
:==
slMap
(\
s
->(
dummyLineAnnot
,
s
))
annotWhole
:==
firstParse
annotPart
:==
quickParse
...
...
CleanIDE/Ed/EdTab.icl
View file @
174d45d0
...
...
@@ -94,7 +94,7 @@ optDrawS :== pictdrawstring // use non-optimised versions
optDrawC
:==
pictdrawchar
// "
tabDrawStringC
::
!
Point2
!(!
Info
,!
String
)
!
FontInfo
!*
Picture
->
*
Picture
tabDrawStringC
point
((
clevel
,
typedef
,
typedecl
,_),
string
)
tabDrawStringC
point
((
clevel
,
typedef
,
typedecl
,_
,_
),
string
)
{
tabSize
,
charWidth
,
thefont
,
showTabs
,
syntaxColours
={
textColour
,
backgroundColour
,
tabColour
,
commentColour
,
stringColour
,
charColour
,
keywordColour
,
typedefColour
,
typedeclColour
}}
picture
#!
strings
=
splitAtTabs
string
...
...
CleanIDE/Ed/syncol.dcl
View file @
174d45d0
...
...
@@ -12,6 +12,7 @@ import StrictList
// ,!Bool // in typedecl at start of line
,!
Bool
// is typedecl line
,!
Int
// context offside level
,!
Bool
// flush accu
)
// pack bools into bitfield?
...
...
CleanIDE/Ed/syncol.icl
View file @
174d45d0
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment