Skip to content

Commit

Permalink
Merge pull request #11 from JosuaKrause/ini
Browse files Browse the repository at this point in the history
Ini-file and saving grammars

nice...
  • Loading branch information
LeoWoerteler committed Apr 11, 2012
2 parents 9324028 + c30fa90 commit a8f4e6f
Show file tree
Hide file tree
Showing 34 changed files with 3,419 additions and 602 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/bin/
/ChartyGUI.jar
/charty.ini
4 changes: 2 additions & 2 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Mar 15 09:41:40 CET 2012
#Thu Apr 05 17:10:18 CEST 2012
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
Expand Down Expand Up @@ -35,7 +35,7 @@ org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
Expand Down
Loading

0 comments on commit a8f4e6f

Please sign in to comment.