PureBasic
PureBasic support for Sublime Text.
Details
Installs
- Total 337
- Win 216
- Mac 53
- Linux 68
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
PureBasic Language Support for Sublime Text
This is a spare time experiment to extend Sublime Text with convenient support for PureBasic.
For now the most recent and stable PureBasic release represents the specification to conform to. Deprecated or removed symbols from past releases can also be supported, if no conflicts result from that.
If you notice anything like a PureBasic keyword or standard library procedure missing, please report an issue.
Syntax Definition
This package ships with a syntax definition which may not cover everything (yet) but most of what matters for a pleasant editing and reading experience. In example: you can quickly navigate to procedure implementations because Sublime Text recognizes them because of the syntax definition.
If you stumble across unrecognized keywords or other expressions, then please file an issue in the issue tracker. As far as the official documentation goes I think I did not miss anything. As #22 shows sometimes the syntax definition needs only a little bit of tweaking to improve support for already known expressions.
Symbol List
Important entities like procedures or structures are listed Sublime Text's symbol list for quick navigation.
Completions
The package ships snippets for regularly used constructs like conditional clauses or procedure implementations. Also it provides completions for keywords and the library procedures (including parameters) shipped with PureBasic.
Build System
This package features a simple Sublime Text build system for PureBasic. It enables you to build and run the current PureBasic source code file.
The build system assumes the PureBasic compiler to be available in the PATH
.
Please refer to the PureBasic documentation for setting up commandline usage. Not the documentation you likely think of as I would do, too, but the Install.txt shipped with PureBasic. In example for macOS it is located inside the PureBasic.app bundle in Contents/Resources/
.
Installation
Package Control
This is available on Package Control.
Manual
Otherwise it can be installed manually by cloning the repository in your package directory of Sublime Text.
History
Years ago, when there was still Sublime Text 2 and no Atom around, I tried to add support for PureBasic to Sublime Text. My main motivation was the cumbersome user experience of the PureBasic IDE, especially on Linux and macOS. Back then I was not close to where I am now in terms of software engineering skills. So I never got far.
When Atom was released it took not much time for me to switch to it as a sidekick instead of Sublime Text. It was much more approachable for me due to the web technologies used and completely free. When I was thinking about a more convenient way of editing PureBasic source code, I created a language support package. It turned out pretty fine (in my opinion). Though PureBasic already was nostalgy instead of a serious interest. Career already took me elsewhere.
So every now and then I have a nostalgic urge to pick up PureBasic again. Though meanwhile I came back to Sublime Text as a sidekick. Atom, rooted in its Electron.js foundation, is a horribly slow and resource hungry editor and at some point I was tired of it. I ported much stuff from my Atom language support package in form of this Sublime Text package. Sublime Text is much faster and efficient, especially with large files. This time I took it further.
Contributing
See CONTRIBUTING.md for further information.
License
This is free and unencumbered software released into the public domain. See LICENSE for further information.