Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
b75b1dd2
Commit
b75b1dd2
authored
Oct 19, 2014
by
Maxime Perrotin
Browse files
Add USE and SIGNAL in Textboxes
parent
aea91b10
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
icons.py
View file @
b75b1dd2
...
...
@@ -2,8 +2,8 @@
# Resource object code
#
# Created: Wed
Aug 6 23:54:13
2014
# by: The Resource Compiler for PySide (Qt v4.8.
4
)
# Created: Wed
Oct 15 20:15:20
2014
# by: The Resource Compiler for PySide (Qt v4.8.
6
)
#
# WARNING! All changes made in this file will be lost!
sdl92.g
View file @
b75b1dd2
...
...
@@ -264,6 +264,8 @@ text_area
// and variable or timer declarations
content
: (procedure
| use_clause
| signal_declaration
| fpar
| timer_declaration
| syntype_definition
...
...
sdl92Lexer.py
View file @
b75b1dd2
This diff is collapsed.
Click to expand it.
sdl92Parser.py
View file @
b75b1dd2
This diff is collapsed.
Click to expand it.
sdlSymbols.py
View file @
b75b1dd2
...
...
@@ -50,6 +50,7 @@ SDL_BLACKBOLD = ['\\b{word}\\b'.format(word=word) for word in (
'CHECKME'
,
'PROCEDURE'
,
'EXTERNAL'
,
'IN'
,
'OUT'
,
'TIMER'
,
'SET_TIMER'
,
'RESET_TIMER'
,
'VIA'
,
'ENTRY'
,
'EXIT'
,
'ANY'
,
'SYNTYPE'
,
'ENDSYNTYPE'
,
'CONSTANTS'
,
'ENDPROCEDURE'
,
'COMMENT'
,
'SIGNAL'
,
'SIGNALLIST'
,
'USE'
,
'NEWTYPE'
,
'ENDNEWTYPE'
,
'ARRAY'
,
'STRUCT'
,
'SYNONYM'
)]
SDL_REDBOLD
=
[
'
\\
b{word}
\\
b'
.
format
(
word
=
word
)
for
word
in
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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