-
Notifications
You must be signed in to change notification settings - Fork 4
Change News and add ecode syntax highlighting #33
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# SmallBASIC in ecode | ||
|
||
> Using ecode | ||
|
||
_"ecode is a lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance. " ([ecode](https://github.com/SpartanJ/ecode))_ | ||
|
||
## Setup Syntax Highlighting and Coloring | ||
|
||
When opening a .bas file in encode for the first time, you have to choose SmallBASIC as default for .bas extension instead of VisualBasic. | ||
|
||
## Setup Code Execution | ||
|
||
- Open a SmallBASIC file | ||
- In the top-left corner click on the settings symbol (wrench icon) | ||
- Add a new build-configuration | ||
- Choose a build name, for example `sbasicg` | ||
- In the run-section: | ||
- Command: `Path_to_smallbasic\sbasicg.exe` | ||
- Arguments: `-r ${current_doc_name}.bas` | ||
- If you are using Linux, then point to sbasicg or the AppImage. | ||
|
||
You can run your program by pressing F5 or clicking on the run-button. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
# News | ||
|
||
### Syntax highlighting for ecode editor by bprlhe | ||
|
||
::: date | ||
| July 18, 2024 | ||
::: | ||
|
||
For details see: [Articel Language Support](https://smallbasic.github.io/pages/language_support.html) | ||
|
||
### Tutorial for SmallBASIC web server | ||
|
||
::: date | ||
| June 30, 2024 | ||
::: | ||
|
||
For details see: [Articel SBASICW](https://smallbasic.github.io/pages/sbasicw.html) | ||
|
||
|
||
### Syntax highlighting for nano editor | ||
|
||
::: date | ||
| June 30, 2024 | ||
::: | ||
|
||
For details see: [Articel Language Support](https://smallbasic.github.io/pages/language_support.html) | ||
|
||
### SmallBASIC version 12.27 has been released for Windows, Linux and web browser | ||
|
||
::: date | ||
| April 26, 2024 | ||
::: | ||
|
||
For details see: [Latest release](https://github.com/smallbasic/SmallBASIC/releases/tag/12_27). Please report any issues to either the forum, email or github issues page. | ||
|
||
### SmallBASIC version 12.26 has been released for Windows, Linux and web browser | ||
|
||
::: date | ||
| March 26, 2023 | ||
::: | ||
|
||
For details see: [Latest release](https://github.com/smallbasic/SmallBASIC/releases/tag/12_26). Please report any issues to either the forum, email or github issues page. | ||
|
||
### SmallBASIC version 12.24 has been released for Windows, Linux and web browser | ||
|
||
::: date | ||
| June 20, 2022 | ||
::: | ||
|
||
For details see: [Latest release](https://github.com/smallbasic/SmallBASIC/releases/tag/v12.24). Please report any issues to either the forum, email or github issues page. | ||
|
||
|
||
### New article: "Language Support" provided by Joe7M | ||
|
||
::: date | ||
| February 15, 2022 | ||
::: | ||
|
||
For details see: [Language Support](/pages/language_support.html) | ||
|
||
|
||
### SmallBASIC version 12.23 has been released | ||
|
||
::: date | ||
| August 31, 2021 | ||
::: | ||
|
||
For details see: [Latest release](https://github.com/smallbasic/SmallBASIC/releases/tag/v12.23). Please report any issues to either the forum, email or github issues page. | ||
|
||
### SmallBASIC version 12.20 has been released | ||
|
||
::: date | ||
| January 8, 2021 | ||
::: | ||
|
||
This release includes new loadable modules with support for [RAYLIB](https://www.raylib.com/), [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) and WebSockets. For details see: [release notes](https://github.com/smallbasic/SmallBASIC/releases/tag/v12.20). Please report any issues to either the forum, email or github issues page. | ||
|
||
### SmallBASIC version 12.19 has been released | ||
|
||
::: date | ||
| July 16, 2020 | ||
::: | ||
|
||
For details see: [release notes](https://github.com/smallbasic/SmallBASIC/releases/tag/12_19). Please report any issues to either the forum, email or github issues page. | ||
|
||
|
||
### New teaching resource: "Programming SmallBASIC" provided by Gerard Thomas Labèrnia | ||
|
||
::: date | ||
| April 11, 2020 | ||
::: | ||
|
||
For details see: [Articles](/pages/articles.html) | ||
|
||
### SmallBASIC version 0.12.18 has been released | ||
|
||
::: date | ||
| March 16, 2020 | ||
::: | ||
|
||
For details see: [release notes](https://github.com/smallbasic/SmallBASIC/releases/tag/0_12_18). Please report any issues to either the forum, email or github issues page. | ||
|
||
### SmallBASIC version 0.12.17 has been released | ||
|
||
::: date | ||
| December 22, 2019 | ||
::: | ||
|
||
For details see: [release notes](https://github.com/smallbasic/SmallBASIC/releases/tag/0_12_17). The windows package includes sbasici.exe which is a recreation of the previous FLTK version. Please report any issues to either the forum, email or github issues page. | ||
|
||
### New discussion forum | ||
|
||
::: date | ||
| October 29, 2019 | ||
::: | ||
|
||
The Retrogamecoding and Basicprogramming Forum is scheduled for closure on 4th of November 2019. A new forum has been created at www.syntaxbomb.com. Click the **Discuss** link above and join the discussion! | ||
|
||
### Cool new sample program, news on progress | ||
|
||
::: date | ||
| June 2, 2019 | ||
::: | ||
|
||
[Read more](/posts/2019-06-02.html) | ||
|
||
### SmallBASIC version 0.12.14 has been released | ||
|
||
::: date | ||
| November 22, 2018 | ||
::: | ||
|
||
[Read more](/pages/changelog.html) | ||
|
||
### SmallBASIC version 0.12.13 has been released | ||
|
||
::: date | ||
| September 13, 2018 | ||
::: | ||
|
||
[Read more](/posts/2018-09-13.html) | ||
|
||
 | ||
|
||
[Samples](/pages/samples.html) | ||
|
||
### Web site updated | ||
|
||
::: date | ||
| March 29, 2018 | ||
::: | ||
|
||
[Read more](/posts/2018-29-03.html) | ||
|
||
### SmallBASIC version 0.12.10 has been released | ||
|
||
::: date | ||
| December 24, 2017 | ||
::: | ||
|
||
[Read more](/posts/2017-24-12-1.html) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you please fix the spelling (also for items below)?