Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve editor colour token names and organisation #1148

Closed
abrudz opened this issue Sep 19, 2023 · 1 comment
Closed

Improve editor colour token names and organisation #1148

abrudz opened this issue Sep 19, 2023 · 1 comment
Labels
1d Medium issue est. at less than 1 day
Milestone

Comments

@abrudz
Copy link
Member

abrudz commented Sep 19, 2023

Re-order, re-name (new ← old) and split the #col_grp select list into optgroups:

User Interface

Autocomplete selection ← autocomplete sel
Cursor ← cursor
Matching bracket ← matching bracket
Search match ← search match
Selection ← selection
Modified session line ← modified line
Value tip ← value tip
Value tip target ← value tip target
RIDE disconnected ← disconnected

Editor/Tracer

Active tracer← tracer
Pendent tracer ← pendent
Vector of character vectors ← charvecvec
Simple numeric array ← numarr
Simple character matrix ← charmat
Simple character vector ← charvec
Other character array ← chararr
Other array ← mixarr
Object representation ← quador
Line number ← line number
Line number active ← line number active

Language Elements

Normal code ← normal
Assignment arrow ← assignment
Diamond ← diamond
Primitive function
Primitive operator monadic ← monadic operator
Primitive operator dyadic ← dyadic operator
Semicolon ← semicolon
Comment ← comment
Invalid syntax ← error
Invalid token ← invalid token
Optimised idiom ← idiom
Keyword ← keyword

Values

Character literal ← string
Empty numeric vector ← zilde
Number ← number
Root or parent namespace ← namespace
Tradfn name in header ← tradfn
User defined global ← global name
User defined local ← name
Label ← label
System name ← quad name
System name local ← quad name local
System command ← system command
User command ← user command

Enclosures

Curly brace ← curly braces
Round parenthesis ← parenthesis
Square bracket ← bracket
Dfn ← dfn
Dfn level 1 ← dfn level 1
Dfn level 2 ← dfn level 2
Dfn level 3 ← dfn level 3
Dfn level 4 ← dfn level 4
Dfn level 5 ← dfn level 5

4.5.4014
@abrudz abrudz added the 1d Medium issue est. at less than 1 day label Sep 19, 2023
@abrudz abrudz added this to the RIDE 4.5 milestone Sep 19, 2023
e9gille added a commit that referenced this issue Sep 22, 2023
@e9gille
Copy link
Contributor

e9gille commented Sep 22, 2023

Fixed in #1154 #1156

@e9gille e9gille closed this as completed Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1d Medium issue est. at less than 1 day
Projects
None yet
Development

No branches or pull requests

2 participants