Last active
May 11, 2021 05:08
-
-
Save JQL/2a3c91ab4996483f7f4ca1ad0ead8dd2 to your computer and use it in GitHub Desktop.
How to add HTML, PHP and C++ plus other Plugins to Apache NetBeans 9.0 on Windows, MacOS and Linux.
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
__How to add HTML, PHP and C++ plus other Plugins to Apache NetBeans 9.0 on Windows, MacOS and Linux.__ | |
### COMMANDS & LINKS: ### | |
NetBeans IDE 8.2 Plugin Centre : http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz | |
NetBeans Transition from Oracle: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition | |
Apache Transition Documentation: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition | |
Suggested Plugins to install. | |
### Just HTML, PHP and C++: ### | |
C/C++ | |
Color Codes Preview | |
ESLint | |
Emmet | |
* Git toolbar | |
JSHint | |
* JSON Navigator | |
Markdown Support | |
* NetBeans: CapsLock Notifier | |
* NetBeans: Statusline Clock | |
* NetBeans: Statusline Memory Usage | |
* NetbeansRegexPlugin | |
Node.js Editor Support | |
* PHP CS Fixer | |
PHP Enhancements | |
* PHP WordPress Blog/CMS | |
Php Manual Search (salc - from the repository) | |
Show current GIT branch in statusbar | |
Show path in titlebar | |
* Optional | |
### Complete List of installed Plugins ### | |
**NetBeans 8.2 "All" Installation (no user-installed Plugins)** | |
These are from my default NetBeans 8.2 "All" installation, some will already be installed on your system: | |
AngularJS Editor | |
Ant | |
ApiGen | |
Atoum | |
Bugzilla | |
C/C++ | |
CSS Preprocessors | |
CSS Source Model | |
Codeception | |
Composer | |
Cordova Support | |
Database | |
Docker Editor | |
Docker UI | |
Doctrine2 Framework | |
EJB and EAR | |
Editor Indentation Support | |
Embedded Browser UI - JavaFX WebView | |
External Libraries UI | |
GUI Builder | |
Git | |
Groovy and Grails | |
HTML Custom | |
HTML5 Kit | |
Hibernate | |
Hudson | |
Hudson UI | |
ICEfaces | |
IDE Platform | |
INI File Editor Support | |
JSF | |
Java | |
Java Debugger | |
Java EE Base | |
Java ME Common Ant Tasks | |
Java ME Core | |
Java ME Keystore Management | |
Java ME Project | |
Java Persistence | |
JavaFX 2 Scene Builder | |
JavaFX 2 Support | |
JavaScript2 JSX | React | |
JavaScript2 Json | |
JavaScript2 Kit | |
Knockout HTML Editor | |
Latte Templates | |
Local History | |
Local Tasks | |
Maven | |
Mercurial | |
NetBeans Plugin Development | |
Nette Tester | |
Nette2 Framework | |
Notifications | |
Oracle JET Support | |
PHP | |
PHP Static Analysis | |
PHPUnit | |
Phing Support | |
PhpDocumentor 2 | |
PrimeFaces | |
REST HTML5 Client | |
RESTful Web Services | |
RichFaces | |
SOAP Web Services | |
Service Registry | |
Smarty Framework | |
Spellchecker | |
Spellchecker English Dictionaries | |
Spring Beans | |
Spring Web MVC | |
Struts | |
Subversion | |
Symfony 2/3 Framework | |
Symfony Framework (legacy) | |
Twig Templates | |
XML Entity Catalog UI | |
Zend Framework | |
Zend Framework 2 | |
### User-installed Plugins ### | |
**Plugins preceded by "NetBeans:" may not function in NetBeans 9.0** | |
Color Codes Preview | |
ESLint | |
Emmet | |
Git toolbar | |
JSHint | |
JavaScript Jade Support | |
JavaScript2 Knockout | |
JavaScript2 PrototypeJs | |
JavaScript2 RequiereJs | |
JavaScript2 jQuery | |
Markdown Support | |
NetBeans: CapsLock Notifier | |
NetBeans: Statusline Clock | |
NetBeans: Statusline Memory Usage | |
NetbeansRegexPlugin | |
Node.js Editor Support | |
PHP CS Fixer | |
PHP Enhancements | |
PHP WordPress Blog/CMS | |
Php Manual Search | |
Show current GIT branch in statusbar | |
Show path in titlebar | |
I have a question, If someone want to use these C/C++ plugins in a offline PC in company. How to download these plugins in outside, and use it in the offline PC? Thank you.
Download the NBM file to a USB Stick and the copy it to your computer where you can then install it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanx :)