-
Notifications
You must be signed in to change notification settings - Fork 0
Document console and file watchers #13
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
Conversation
v0.3/handbook/libraries/stdlib.md
Outdated
## File | ||
Watchers that access the filesystem. These watchers only work in headless mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Watchers" -> "Libraries"
v0.3/handbook/libraries/stdlib.md
Outdated
<li><strong>element</strong> - (optional) - the element which has focus during key-up or key-down</li> | ||
<li><strong>key-code</strong> - the key code of the key to be monitored</li> | ||
<li><strong>key</strong> - (optional) - the key to be monitored; an alternative to key-code for a premade list of keys: | ||
<li><strong>key</strong> - (optional) - the key to be monitored; an alternative to key-code for a pre-made list of keys: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"premade" is already a word, doesn't need a hyphen
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write a message to the console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"// ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write a warning to the console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"// ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write an error in the console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"// ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
</td> | ||
<td> | ||
<code> | ||
Read a file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most comments in the code are preceded by "// ...", let's just make sure everything looks the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've got a branch that takes these out, and formats the examples as standard Eve. Going to make a PR for that soon. Putting the // isn't necessary outside a block
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write a string to a file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"// ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Display a message when a file does not exist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"// ..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Display a message when a file does not exist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write a message to the console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write a warning to the console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write an error in the console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
v0.3/handbook/libraries/stdlib.md
Outdated
</td> | ||
<td> | ||
<code> | ||
Write a string to a file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed outside of the code ticks.
No description provided.