From 6d54eee3b9b97c6ef3e2892a712f3ef5431e07e1 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Sat, 29 Aug 2020 17:45:56 -0700
Subject: [PATCH] project settings

---
 nbproject/project.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nbproject/project.properties b/nbproject/project.properties
index 3a6f847b6e..2273570e60 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -1,5 +1,5 @@
 annotation.processing.enabled=true
-annotation.processing.enabled.in.editor=false
+annotation.processing.enabled.in.editor=true
 annotation.processing.processors.list=
 annotation.processing.run.all.processors=true
 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
@@ -7,6 +7,7 @@ application.desc=Project to provide a type-safe Java implementation of the DIS P
 application.homepage=https://github.com/open-dis/open-dis7-java
 application.title=open-dis7-java
 application.vendor=Naval Postgraduate School (NPS)
+auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
 build.classes.excludes=**/*.java,**/*.form
 # This directory is removed when the project is cleaned:
-- 
GitLab