software_handreichungen:netbeans_ide
Inhaltsverzeichnis
NetBeans IDE
Autor einstellen
- Tools → Templates → Settings
user=Andreas Giemza <andreas@giemza.net>
Quelle: Netbeans: how to change @author
PSR-1/PSR-2 Coding Style einstellen
PHP mit XAMPP debuggen
- Am Ende der
php.ini
diese Änderungen machen:- Widnows:
- c:\xampp\php\php.ini
[XDebug] zend_extension = "c:/xampp/php/ext/php_xdebug.dll" xdebug.idekey = netbeans-xdebug xdebug.profiler_append = 0 xdebug.profiler_enable = 0 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir = "c:/xampp/tmp/xdebug" xdebug.profiler_output_name = "cachegrind.out.%t-%s" xdebug.remote_enable = 1 xdebug.remote_autostart = 0 xdebug.remote_connect_back = 0 xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9000 xdebug.remote_handler = "dbgp" xdebug.remote_mode = req xdebug.remote_log = "c:/xampp/tmp/xdebug/xdebug_remot.log" xdebug.show_local_vars = 9 xdebug.trace_output_dir = "c:/xampp/tmp"
- Linux:
- /opt/lampp/etc/php.ini
zend_extension="/opt/lampp/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so" xdebug.idekey = netbeans-xdebug xdebug.remote_enable = 1
- Apache neu starten.
Wordpress PHP, JavaScript und CSS Formatierung
https://github.com/zogot/NetBeans-WordPress-Coding-Standards
Hier als Backup, nicht das es in Zukunft verschwindet: netbeans-wordpress-coding-standards.zip
Installation
Download the NetBeans-WordPress-Coding-Standards.zip file, go to Netbeans > Preferences, choose Import and choose the newly downloaded zip file.
Unter Ubuntu GNOME
Während der Installation
NetBeans IDE 8.2 Installation
→ JDK™ for the NetBeans IDE:
→ /usr/lib/jvm/java-8-oracle
auswählen, den Java geht unter /usr
nicht.
Abgeschnittenen Text reparieren
Optimierungswerkzeug (gnome-tweak-tool)
→ Schriften
→ Cantarell Bold/Regular mit Ubuntu Bold/Regular ersetzen.
software_handreichungen/netbeans_ide.txt · Zuletzt geändert: 2023/12/15 12:08 von andreas