forked from VEDAGroup/SHEF
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show fonts in the font pulldown as WYSIWYG
- Loading branch information
kkieffer
committed
May 25, 2018
1 parent
ddd9a62
commit d2cfa7d
Showing
9 changed files
with
1,709 additions
and
248 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Binary file modified
BIN
+11.9 KB
(180%)
lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
Binary file not shown.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=958a1d3e | |
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. | ||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=5d605312 | ||
nbproject/build-impl.xml.script.CRC32=14bfdec4 | ||
nbproject/build-impl.xml.stylesheet.CRC32=65b8de21 | ||
nbproject/build-impl.xml.script.CRC32=e414e0b9 | ||
nbproject/build-impl.xml.stylesheet.CRC32=[email protected] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,82 @@ | ||
ant.customtasks.libs=JWSAntTasks | ||
application.desc=Swing HTML Editor Framework | ||
application.homepage=http://shef.sourceforge.net | ||
application.title=SHEF | ||
application.vendor=Bob Tantlinger | ||
build.classes.dir=${build.dir}/classes | ||
#Thu Mar 29 11:46:43 EDT 2018 | ||
jnlp.offline-allowed=true | ||
javadoc.splitindex=true | ||
build.classes.excludes=**/*.java,**/*.form | ||
# This directory is removed when the project is cleaned: | ||
build.dir=build | ||
build.generated.dir=${build.dir}/generated | ||
# Only compile against the classpath explicitly listed here: | ||
jnlp.codebase.url=$$$$codebase | ||
javadoc.author=true | ||
build.sysclasspath=ignore | ||
build.test.classes.dir=${build.dir}/test/classes | ||
build.test.results.dir=${build.dir}/test/results | ||
# Uncomment to specify the preferred debugger connection transport: | ||
#debug.transport=dt_socket | ||
debug.classpath=\ | ||
${run.classpath} | ||
debug.test.classpath=\ | ||
${run.test.classpath} | ||
# This directory is removed when the project is cleaned: | ||
dist.dir=dist | ||
dist.jar=${dist.dir}/SHEF.jar | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
excludes= | ||
file.reference.jtidy-8.0.jar=lib/jtidy-8.0.jar | ||
javac.target=1.5 | ||
build.generated.dir=${build.dir}/generated | ||
run.classpath=${javac.classpath}\:${build.classes.dir} | ||
debug.test.classpath=${run.test.classpath} | ||
jnlp.descriptor=application | ||
build.dir=build | ||
javac.deprecation=false | ||
jnlp.signed=true | ||
file.reference.novaworx-syntax-0.0.7.jar=lib/novaworx-syntax-0.0.7.jar | ||
file.reference.sam.jar=lib/sam.jar | ||
test.src.dir=test | ||
junit.selected.version=3 | ||
jar.archive.disabled=${jnlp.enabled} | ||
application.homepage=http\://shef.sourceforge.net | ||
includes=** | ||
application.vendor=Bob Tantlinger | ||
file.reference.jtidy-8.0.jar=lib/jtidy-8.0.jar | ||
mkdist.disabled=false | ||
jar.compress=false | ||
javac.classpath=\ | ||
${file.reference.jtidy-8.0.jar}:\ | ||
${file.reference.novaworx-syntax-0.0.7.jar}:\ | ||
${file.reference.sam.jar} | ||
# Space-separated list of extra javac options | ||
javac.compilerargs= | ||
javac.deprecation=false | ||
jnlp.mixed.code=default | ||
ant.customtasks.libs=JWSAntTasks | ||
annotation.processing.processors.list= | ||
javac.external.vm=false | ||
javadoc.version=false | ||
build.classes.dir=${build.dir}/classes | ||
dist.dir=dist | ||
manifest.file=manifest.mf | ||
javac.source=1.5 | ||
javac.target=1.5 | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir}:\ | ||
${libs.junit.classpath}:\ | ||
${libs.junit_4.classpath} | ||
run.jvmargs= | ||
manifest.custom.permissions= | ||
run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir} | ||
build.generated.sources.dir=${build.dir}/generated-sources | ||
jnlp.signing=generated | ||
javadoc.notree=false | ||
dist.jar=${dist.dir}/SHEF.jar | ||
manifest.custom.caller.allowable.codebase= | ||
platform.active=default_platform | ||
manifest.custom.application.library.allowable.codebase= | ||
annotation.processing.enabled=true | ||
main.class=net.atlanticbb.tantlinger.shef.Demo | ||
dist.javadoc.dir=${dist.dir}/javadoc | ||
javadoc.additionalparam= | ||
javadoc.author=true | ||
javadoc.encoding=${source.encoding} | ||
javac.classpath=${file.reference.jtidy-8.0.jar}\:${file.reference.novaworx-syntax-0.0.7.jar}\:${file.reference.sam.jar} | ||
javadoc.noindex=false | ||
javadoc.nonavbar=false | ||
javadoc.notree=false | ||
manifest.custom.codebase= | ||
annotation.processing.enabled.in.editor=false | ||
javadoc.private=false | ||
javadoc.splitindex=true | ||
javadoc.encoding=${source.encoding} | ||
build.test.classes.dir=${build.dir}/test/classes | ||
jar.index=${jnlp.enabled} | ||
javac.compilerargs= | ||
jnlp.codebase.user=http\://shef.sourceforge.net | ||
source.encoding=UTF-8 | ||
application.desc=Swing HTML Editor Framework | ||
jnlp.signing.keystore= | ||
meta.inf.dir=${src.dir}/META-INF | ||
annotation.processing.run.all.processors=true | ||
excludes= | ||
application.title=SHEF | ||
jnlp.codebase.type=user | ||
javac.processorpath=${javac.classpath} | ||
build.test.results.dir=${build.dir}/test/results | ||
endorsed.classpath= | ||
javadoc.use=true | ||
javadoc.version=false | ||
javadoc.nonavbar=false | ||
jnlp.signing.alias=SHEF | ||
javadoc.windowtitle= | ||
jnlp.codebase.type=user | ||
jnlp.codebase.url=$$$$codebase | ||
jnlp.codebase.user=http://shef.sourceforge.net | ||
jnlp.descriptor=application | ||
jnlp.enabled=true | ||
jnlp.offline-allowed=true | ||
jnlp.signed=true | ||
main.class=net.atlanticbb.tantlinger.shef.Demo | ||
manifest.file=manifest.mf | ||
meta.inf.dir=${src.dir}/META-INF | ||
platform.active=default_platform | ||
run.classpath=\ | ||
javac.test.classpath=\ | ||
${javac.classpath}:\ | ||
${build.classes.dir} | ||
# Space-separated list of JVM arguments used when running the project | ||
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | ||
# or test-sys-prop.name=value to set system properties for unit tests): | ||
run.jvmargs= | ||
run.test.classpath=\ | ||
${javac.test.classpath}:\ | ||
${build.test.classes.dir} | ||
source.encoding=UTF-8 | ||
${build.classes.dir}:\ | ||
${libs.junit_4.classpath}:\ | ||
${libs.hamcrest.classpath} | ||
src.dir=src | ||
test.src.dir=test | ||
debug.classpath=${run.classpath} | ||
jnlp.enabled=false |
This file contains 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