TextEditor Screenshots: Difference between revisions

From Event-B
Jump to navigationJump to search
imported>Fabian
imported>Fabian
mNo edit summary
Line 4: Line 4:




Some impression of the TextEditor...
''Some impression of the TextEditor in action...''
 
 


====Machine 'm0' from example 'maximum' ====
====Machine 'm0' from example 'maximum' ====

Revision as of 09:32, 31 May 2009


Some impression of the TextEditor in action...


Machine 'm0' from example 'maximum'

See TextEditor EBNF - Examples for the code or download the project.



Context 'array' from example 'maximum'

See TextEditor EBNF - Examples for the code or download the project.



Code completion for an event template

This screenshot shows the content assist with code templates. The selected template would insert the structure for a new event which is diplayed in the right, yellow field.

Code completion for a constant name

The screenshot shows how the code completion provides easy access to identifiers such as constants. In this case the two variables of the machine and the two constants from the seen context array are offered to be inserted.