https://github.com/chris2011/stpnb
SilverStripe Template Plugin for NetBeans
https://github.com/chris2011/stpnb
Last synced: 6 months ago
JSON representation
SilverStripe Template Plugin for NetBeans
- Host: GitHub
- URL: https://github.com/chris2011/stpnb
- Owner: Chris2011
- License: mit
- Created: 2019-12-17T10:55:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T21:09:05.000Z (over 10 years ago)
- Last Synced: 2025-04-02T23:28:26.057Z (over 1 year ago)
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silverstripe Template Plugin for Netbeans
[](https://travis-ci.org/jdemeschew/stpnb)
A NetBeans plugin offering support for SilverStripe template files.
So far it includes:
* Syntax highlighting for *.ss files
* Hyperlinking of files in include and require statements
* Folding for SilverStripe tags
* Rudimentary highlighting of syntax errors
## Requirements
* NetBeans 8.x
## Install
* Choose appropriate release from [releases]
* Download nbm file
* In NetBeans, go to "Tools/Plugins" and choose "Downloaded" tab
* Click "Add plugins..." and add your downloaded nbm file
* Click "Install" and follow along.
[releases]: https://github.com/jdemeschew/stpnb/releases
## Uninstall
* Go to "Tools/Plugins" and choose "Installed" tab
* Type "silverstripe" into "Search:" field
* Check "Silverstripe template plugin" and click "Uninstall"
## Build from source
* **Prerequisites**
If not already installed, install [JDK] 1.8 or above and [Maven] 3.0 or above
* **Clone**
git clone https://github.com/jdemeschew/stpnb.git
* **Build**
cd stpnb
mvn package
nbm file will be placed into target/ folder
[JDK]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
[Maven]: https://maven.apache.org/install.html