kind:bug
Bug report or fix
good first issue
Contribution welcome
An issue or feature not currently being worked on, but a contribution would be welcomed!
#
netbeans
Here are 1,252 public repositories matching this topic...
Dontbug is a reverse debugger for PHP
-
Updated
Jun 4, 2018 - Go
Jakarta EE 8 (Java EE) & MicroProfile 3.2 application generator and modeler
microservices
sql
orm
netbeans
diagram
jax-rs
jpa
hibernate
ddl
modeler
javaee
jsonb
eclipselink
payara
payara-server
payara-micro
microprofile
javaee8
jakarta-ee
jakartaee
-
Updated
Mar 21, 2022 - Java
Free mind map and PlantUML editor with plugins for both NetBeans and Intellij
java
editor
gui
netbeans
knowledge
standalone
netbeans-plugin
documentation-tool
plantuml
intellij-plugin
mindmap
mind-maps
-
Updated
Mar 19, 2022 - Java
The jMonkeyEngine3 SDK based on netbeans
-
Updated
Mar 26, 2022 - Java
Zen Coding plugin for NetBeans
-
Updated
Jun 18, 2018 - JavaScript
NetBeans configuration settings for PSR 1&2
-
Updated
Jan 5, 2017
NetBeans IDE plugin supporting programming with Spring Boot
-
Updated
Feb 2, 2021 - Java
Online Food Ordering And Order Retrieval System
mysql
java
sql
database
netbeans
javafx
xampp
javafx-desktop-apps
food-delivery-application
dbms-project
foodordering
online-food-order
foody
order-retrieval
-
Updated
Oct 27, 2019 - Java
Cross platform 3-Axis CNC Machines control software
-
Updated
Mar 12, 2022 - Java
Guias com o fim de facilitar algumas tarefas no cotidiano dos desenvolvedores.
nodejs
mysql
git
java
linux
php
composer
conky
netbeans
cplusplus
ubuntu
php7
sublime-text
postgresql
firebird
hacktoberfest
configurando
tarefas
tutoriais
como-instalar
-
Updated
Oct 13, 2020
A boilerplate project for starting a Jakarta EE 8 application in seconds
netbeans
maven
eclipse
wildfly
cdi
glassfish
arquillian
jaxrs
intellij-idea
payara
openliberty
jakartaee
-
Updated
Mar 1, 2022 - Java
Several external (e.g. Eclipse, Google, Spring, ...) code formatters integration for NetBeans
java
formatter
netbeans
eclipse
netbeans-plugin
netbeans-ide
eclipse-formatter
google-java-format
spring-formatter
-
Updated
Mar 24, 2022
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
multilingual
java
language
netbeans
maven
javafx
java-8
java-library
javafx-library
multilanguage
javafx-8
-
Updated
Apr 28, 2019 - Java
NetBeans Settings to following the WordPress Coding Standards.
-
Updated
Jan 3, 2014
Plugin to minify JS , CSS and HTML for quicken page load times by reducing the size of js/css/html files.
-
Updated
Mar 26, 2022 - Java
🧛🏻♂️ Dark theme for Netbeans IDE
-
Updated
Mar 20, 2022
A simple login panel with javafx using material design ui
-
Updated
Jul 8, 2017 - Java
Istanbul Şehir University Lecture Notes Of Object-Oriented Programming ☕️
java
open-source
application
development
opensource
netbeans
university
projects
university-project
project
javafx-application
java-programming
java-programs
javaproject
open-source-project
java-project
university-course
java-example
java-programming-tutorial
javaprojects
-
Updated
Feb 5, 2020 - Java
Rainbow Parenthesis / Brackets / Braces for NetBeans
-
Updated
Nov 13, 2021 - Java
Improve this page
Add a description, image, and links to the netbeans topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netbeans topic, visit your repo's landing page and select "manage topics."
Apache NetBeans version
Apache NetBeans 13
What happened
when saving properties with unicode escapes, they are all converted to lowercase. it is very old issue (https://bz.apache.org/netbeans/show_bug.cgi?id=239513), please fix it since it makes huge mess in git
How to reproduce
open any .properties file with uppercase unicode escapes e.g.
date.yesterday=v\u010Dera
and save