Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
VisualizationEMAM
Commits
3d9e2de8
Commit
3d9e2de8
authored
Jul 21, 2018
by
0xJMR
Browse files
Small changes to URL Syntax section.
parent
70b3451e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3d9e2de8
...
...
@@ -35,15 +35,15 @@ To be written.
## URL Syntax
```
<
URL
> ::= <
Base URL
> "#" <
Qualified Name of Component Instance
> ":" <
Visualization Mode
> ["&" <
Qualified Name of Component harboring the Math Implementation
> ":" <
Math Mode
> [":" <
Start Line
> [":" <
End Line
>] ] ]
<URL> ::= <Base URL> "#" <Qualified Name of Component Instance> ":" <Visualization Mode> ["&" <Qualified Name of Component harboring the Math Implementation> ":" <Math Mode> [":" <Start Line> [":" <End Line>] ] ]
<
Visualization Mode
> ::= 0 | 1 | 2 | 3
<Visualization Mode> ::= 0 | 1 | 2 | 3
<
Math Mode
> ::= 0 | 1
<Math Mode> ::= 0 | 1
```
*
a
fter opening an atomic component, you can just add
`:2`
at the end of the URL to highlight line number
`2`
for issues.
*
i
f you add
`:2:4`
at the end of the URL, then you highlight the line numbers
`2`
,
`3`
, and
`4`
.
*
A
fter opening an atomic component, you can just add
`:2`
at the end of the URL to highlight line number
`2`
for issues.
*
I
f you add
`:2:4`
at the end of the URL, then you highlight the line numbers
`2`
,
`3`
, and
`4`
.
## Browser Support
| !
[
Google Chrome
](
doc/media/images/chrome.png
)
| !
[
Mozilla Firefox
](
doc/media/images/firefox.png
)
| !
[
Safari
](
doc/media/images/safari.png
)
| !
[
Opera
](
doc/media/images/opera.png
)
| !
[
Microsoft Edge
](
doc/media/images/edge.png
)
| !
[
Internet Explorer
](
doc/media/images/ie.png
)
|
...
...
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