diff --git a/.cz-config.js b/.cz-config.js
old mode 100644
new mode 100755
diff --git a/.cz.json b/.cz.json
old mode 100644
new mode 100755
diff --git a/.editorconfig b/.editorconfig
old mode 100644
new mode 100755
diff --git a/.gitattributes b/.gitattributes
old mode 100644
new mode 100755
diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/.travis.yml b/.travis.yml
old mode 100644
new mode 100755
diff --git a/.travis/settings.xml b/.travis/settings.xml
old mode 100644
new mode 100755
diff --git a/CHANGELOG.md b/CHANGELOG.md
old mode 100644
new mode 100755
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
old mode 100644
new mode 100755
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
old mode 100644
new mode 100755
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
old mode 100644
new mode 100755
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/NOTICE b/NOTICE
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/howToBuild.md b/howToBuild.md
old mode 100644
new mode 100755
diff --git a/pom.xml b/pom.xml
old mode 100644
new mode 100755
index d88bcd74..56bd0455
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.opennars
opennars-gui
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
jar
@@ -123,7 +123,7 @@
org.opennars
opennars
- 3.0.0-SNAPSHOT
+ 3.0.1-SNAPSHOT
org.processing
diff --git a/src/main/java/automenta/vivisect/Aud.java b/src/main/java/automenta/vivisect/Aud.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/TreeMLData.java b/src/main/java/automenta/vivisect/TreeMLData.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/Video.java b/src/main/java/automenta/vivisect/Video.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/Vis.java b/src/main/java/automenta/vivisect/Vis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/Widget.java b/src/main/java/automenta/vivisect/Widget.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/dimensionalize/AbegoTreeLayout.java b/src/main/java/automenta/vivisect/dimensionalize/AbegoTreeLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/dimensionalize/FastOrganicLayout.java b/src/main/java/automenta/vivisect/dimensionalize/FastOrganicLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/dimensionalize/HyperassociativeLayout.java b/src/main/java/automenta/vivisect/dimensionalize/HyperassociativeLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/dimensionalize/HyperassociativeMap.java b/src/main/java/automenta/vivisect/dimensionalize/HyperassociativeMap.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/BaseClass.java b/src/main/java/automenta/vivisect/face/BaseClass.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/DrawGraphAppPanel.java b/src/main/java/automenta/vivisect/face/DrawGraphAppPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/FaceFrame.java b/src/main/java/automenta/vivisect/face/FaceFrame.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/FaceGUI.java b/src/main/java/automenta/vivisect/face/FaceGUI.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/GraphApp.java b/src/main/java/automenta/vivisect/face/GraphApp.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/HumanoidFacePanel.java b/src/main/java/automenta/vivisect/face/HumanoidFacePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/ImprovMath.java b/src/main/java/automenta/vivisect/face/ImprovMath.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/Matrix3D.java b/src/main/java/automenta/vivisect/face/Matrix3D.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/face/MatrixN.java b/src/main/java/automenta/vivisect/face/MatrixN.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/graph/AbstractGraphVis.java b/src/main/java/automenta/vivisect/graph/AbstractGraphVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/graph/AnimatingGraphVis.java b/src/main/java/automenta/vivisect/graph/AnimatingGraphVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/graph/EdgeVis.java b/src/main/java/automenta/vivisect/graph/EdgeVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/graph/GraphDisplay.java b/src/main/java/automenta/vivisect/graph/GraphDisplay.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/graph/GraphDisplays.java b/src/main/java/automenta/vivisect/graph/GraphDisplays.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/graph/VertexVis.java b/src/main/java/automenta/vivisect/graph/VertexVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/AwesomeButton.java b/src/main/java/automenta/vivisect/swing/AwesomeButton.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/AwesomeToggleButton.java b/src/main/java/automenta/vivisect/swing/AwesomeToggleButton.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/NPanel.java b/src/main/java/automenta/vivisect/swing/NPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/NSlider.java b/src/main/java/automenta/vivisect/swing/NSlider.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/NWindow.java b/src/main/java/automenta/vivisect/swing/NWindow.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/PCanvas.java b/src/main/java/automenta/vivisect/swing/PCanvas.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/ReflectPanel.java b/src/main/java/automenta/vivisect/swing/ReflectPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/SCanvas.java b/src/main/java/automenta/vivisect/swing/SCanvas.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockDemo.java b/src/main/java/automenta/vivisect/swing/dock/DockDemo.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingChild.java b/src/main/java/automenta/vivisect/swing/dock/DockingChild.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingContainer.java b/src/main/java/automenta/vivisect/swing/dock/DockingContainer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingContent.java b/src/main/java/automenta/vivisect/swing/dock/DockingContent.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingExportTransferHandler.java b/src/main/java/automenta/vivisect/swing/dock/DockingExportTransferHandler.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingImportTransferHandler.java b/src/main/java/automenta/vivisect/swing/dock/DockingImportTransferHandler.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingPathRecord.java b/src/main/java/automenta/vivisect/swing/dock/DockingPathRecord.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingPickRecord.java b/src/main/java/automenta/vivisect/swing/dock/DockingPickRecord.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionContainer.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionContainer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionContainerListener.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionContainerListener.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionMaximized.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionMaximized.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionRoot.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionRoot.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionSplit.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionSplit.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionTabbed.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionTabbed.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingRegionWindow.java b/src/main/java/automenta/vivisect/swing/dock/DockingRegionWindow.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DockingTransferType.java b/src/main/java/automenta/vivisect/swing/dock/DockingTransferType.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/DraggingOverlayPanel.java b/src/main/java/automenta/vivisect/swing/dock/DraggingOverlayPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/MinimizeTitlePanel.java b/src/main/java/automenta/vivisect/swing/dock/MinimizeTitlePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/RestoreRecord.java b/src/main/java/automenta/vivisect/swing/dock/RestoreRecord.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/TabbedPaneTitle.java b/src/main/java/automenta/vivisect/swing/dock/TabbedPaneTitle.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/dock/TabbedPaneTitleMax.java b/src/main/java/automenta/vivisect/swing/dock/TabbedPaneTitleMax.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/Property.java b/src/main/java/automenta/vivisect/swing/property/Property.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/PropertyUtils.java b/src/main/java/automenta/vivisect/swing/property/PropertyUtils.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/PropsTest.java b/src/main/java/automenta/vivisect/swing/property/PropsTest.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/PropsTestAuto.java b/src/main/java/automenta/vivisect/swing/property/PropsTestAuto.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/SerializableProperty.java b/src/main/java/automenta/vivisect/swing/property/SerializableProperty.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/Version.java b/src/main/java/automenta/vivisect/swing/property/Version.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/BaseBeanInfo.java b/src/main/java/automenta/vivisect/swing/property/beans/BaseBeanInfo.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/BeanInfoResolver.java b/src/main/java/automenta/vivisect/swing/property/beans/BeanInfoResolver.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/BeanUtils.java b/src/main/java/automenta/vivisect/swing/property/beans/BeanUtils.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/DefaultBeanDescriptor.java b/src/main/java/automenta/vivisect/swing/property/beans/DefaultBeanDescriptor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/ExtendedPropertyDescriptor.java b/src/main/java/automenta/vivisect/swing/property/beans/ExtendedPropertyDescriptor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/AbstractPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/AbstractPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/AllRB.properties b/src/main/java/automenta/vivisect/swing/property/beans/editor/AllRB.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/AllRB_de.properties b/src/main/java/automenta/vivisect/swing/property/beans/editor/AllRB_de.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/AllRB_fr.properties b/src/main/java/automenta/vivisect/swing/property/beans/editor/AllRB_fr.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/BooleanPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/BooleanPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/ComboBoxPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/ComboBoxPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/DirectoryPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/DirectoryPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/FixedButton.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/FixedButton.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/InsetsPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/InsetsPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/JCalendarDatePropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/JCalendarDatePropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/RectanglePropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/RectanglePropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/StringConverterPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/StringConverterPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/StringPropertyEditor.java b/src/main/java/automenta/vivisect/swing/property/beans/editor/StringPropertyEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/beans/editor/package.html b/src/main/java/automenta/vivisect/swing/property/beans/editor/package.html
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/model/DefaultBeanInfoResolver.java b/src/main/java/automenta/vivisect/swing/property/model/DefaultBeanInfoResolver.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/model/DefaultObjectRenderer.java b/src/main/java/automenta/vivisect/swing/property/model/DefaultObjectRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/model/HasId.java b/src/main/java/automenta/vivisect/swing/property/model/HasId.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/model/ObjectRenderer.java b/src/main/java/automenta/vivisect/swing/property/model/ObjectRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/model/Openable.java b/src/main/java/automenta/vivisect/swing/property/model/Openable.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/model/TitledObject.java b/src/main/java/automenta/vivisect/swing/property/model/TitledObject.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/AbstractProperty.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/AbstractProperty.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/CellEditorAdapter.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/CellEditorAdapter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/DefaultProperty.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/DefaultProperty.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/ListProperties_REMOVE.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/ListProperties_REMOVE.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/Property.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/Property.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyDescriptorAdapter.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyDescriptorAdapter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyEditorFactory.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyEditorFactory.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyEditorRegistry.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyEditorRegistry.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyRendererFactory.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyRendererFactory.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyRendererRegistry.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertyRendererRegistry.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheet.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheet.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetDialog.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetDialog.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetPanel.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetRB.properties b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetRB.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetRB_de_DE.properties b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetRB_de_DE.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetRB_fr.properties b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetRB_fr.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetTable.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetTable.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetTableModel.java b/src/main/java/automenta/vivisect/swing/property/propertysheet/PropertySheetTableModel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/category.gif b/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/category.gif
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/description.gif b/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/description.gif
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/file.png b/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/file.png
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/pencil.png b/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/pencil.png
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/reset.png b/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/reset.png
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/sort.gif b/src/main/java/automenta/vivisect/swing/property/propertysheet/icons/sort.gif
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/propertysheet/package.html b/src/main/java/automenta/vivisect/swing/property/propertysheet/package.html
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/AnnotatedBeanInfo.java b/src/main/java/automenta/vivisect/swing/property/sheet/AnnotatedBeanInfo.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/Converter.java b/src/main/java/automenta/vivisect/swing/property/sheet/Converter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/DefaultBeanBinder.java b/src/main/java/automenta/vivisect/swing/property/sheet/DefaultBeanBinder.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/I18N.java b/src/main/java/automenta/vivisect/swing/property/sheet/I18N.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/ResizeLayout.java b/src/main/java/automenta/vivisect/swing/property/sheet/ResizeLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/annotation/EnumValueInfo.java b/src/main/java/automenta/vivisect/swing/property/sheet/annotation/EnumValueInfo.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/annotation/PropertyInfo.java b/src/main/java/automenta/vivisect/swing/property/sheet/annotation/PropertyInfo.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/converter/DimensionConverter.java b/src/main/java/automenta/vivisect/swing/property/sheet/converter/DimensionConverter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/BooleanEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/BooleanEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/CharacterEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/CharacterEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/ColorEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/ColorEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/DimensionEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/DimensionEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/EnumEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/EnumEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/FileEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/FileEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/NumberEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/NumberEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/PercentageEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/PercentageEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/PointEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/PointEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/editor/SpinnerEditor.java b/src/main/java/automenta/vivisect/swing/property/sheet/editor/SpinnerEditor.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/renderer/BooleanRenderer.java b/src/main/java/automenta/vivisect/swing/property/sheet/renderer/BooleanRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/renderer/DimensionRenderer.java b/src/main/java/automenta/vivisect/swing/property/sheet/renderer/DimensionRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/renderer/EnumRenderer.java b/src/main/java/automenta/vivisect/swing/property/sheet/renderer/EnumRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/renderer/NumberRenderer.java b/src/main/java/automenta/vivisect/swing/property/sheet/renderer/NumberRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/sheet/renderer/PointRenderer.java b/src/main/java/automenta/vivisect/swing/property/sheet/renderer/PointRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/AllRB.properties b/src/main/java/automenta/vivisect/swing/property/swing/AllRB.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/AllRB_de.properties b/src/main/java/automenta/vivisect/swing/property/swing/AllRB_de.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/AllRB_fr.properties b/src/main/java/automenta/vivisect/swing/property/swing/AllRB_fr.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/BannerPanel.java b/src/main/java/automenta/vivisect/swing/property/swing/BannerPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/BaseDialog.java b/src/main/java/automenta/vivisect/swing/property/swing/BaseDialog.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/ButtonAreaLayout.java b/src/main/java/automenta/vivisect/swing/property/swing/ButtonAreaLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/ComponentFactory.java b/src/main/java/automenta/vivisect/swing/property/swing/ComponentFactory.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/HeaderlessColumnResizer.java b/src/main/java/automenta/vivisect/swing/property/swing/HeaderlessColumnResizer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/IconPool.java b/src/main/java/automenta/vivisect/swing/property/swing/IconPool.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/JCollapsiblePane.java b/src/main/java/automenta/vivisect/swing/property/swing/JCollapsiblePane.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/JCollapsiblePaneBeanInfo.java b/src/main/java/automenta/vivisect/swing/property/swing/JCollapsiblePaneBeanInfo.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/LookAndFeelTweaks.java b/src/main/java/automenta/vivisect/swing/property/swing/LookAndFeelTweaks.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/ObjectTableModel.java b/src/main/java/automenta/vivisect/swing/property/swing/ObjectTableModel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/PercentLayout.java b/src/main/java/automenta/vivisect/swing/property/swing/PercentLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/PercentLayoutAnimator.java b/src/main/java/automenta/vivisect/swing/property/swing/PercentLayoutAnimator.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/StatusBar.java b/src/main/java/automenta/vivisect/swing/property/swing/StatusBar.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/UIUtilities.java b/src/main/java/automenta/vivisect/swing/property/swing/UIUtilities.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/UserPreferences.java b/src/main/java/automenta/vivisect/swing/property/swing/UserPreferences.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/AbstractComponentAddon.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/AbstractComponentAddon.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/ComponentAddon.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/ComponentAddon.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/LookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/LookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/aqua/AquaLookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/aqua/AquaLookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/basic/BasicLookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/basic/BasicLookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/basic/package.html b/src/main/java/automenta/vivisect/swing/property/swing/plaf/basic/package.html
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/blue/BlueishButtonUI.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/blue/BlueishButtonUI.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/blue/package.html b/src/main/java/automenta/vivisect/swing/property/swing/plaf/blue/package.html
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/metal/MetalLookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/metal/MetalLookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/motif/MotifLookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/motif/MotifLookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/package.html b/src/main/java/automenta/vivisect/swing/property/swing/plaf/package.html
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/windows/WindowsClassicLookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/windows/WindowsClassicLookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/windows/WindowsLookAndFeelAddons.java b/src/main/java/automenta/vivisect/swing/property/swing/plaf/windows/WindowsLookAndFeelAddons.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/plaf/windows/package.html b/src/main/java/automenta/vivisect/swing/property/swing/plaf/windows/package.html
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/renderer/ColorCellRenderer.java b/src/main/java/automenta/vivisect/swing/property/swing/renderer/ColorCellRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/renderer/DateRenderer.java b/src/main/java/automenta/vivisect/swing/property/swing/renderer/DateRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/renderer/DefaultCellRenderer.java b/src/main/java/automenta/vivisect/swing/property/swing/renderer/DefaultCellRenderer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/swing/table/TableHelper.java b/src/main/java/automenta/vivisect/swing/property/swing/table/TableHelper.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/AllRB.properties b/src/main/java/automenta/vivisect/swing/property/util/AllRB.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/AllRB_de.properties b/src/main/java/automenta/vivisect/swing/property/util/AllRB_de.properties
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/JVM.java b/src/main/java/automenta/vivisect/swing/property/util/JVM.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/OS.java b/src/main/java/automenta/vivisect/swing/property/util/OS.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/ResourceManager.java b/src/main/java/automenta/vivisect/swing/property/util/ResourceManager.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/AWTConverters.java b/src/main/java/automenta/vivisect/swing/property/util/converter/AWTConverters.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/BasicNumberTypeConverters.java b/src/main/java/automenta/vivisect/swing/property/util/converter/BasicNumberTypeConverters.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/BooleanConverter.java b/src/main/java/automenta/vivisect/swing/property/util/converter/BooleanConverter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/Converter.java b/src/main/java/automenta/vivisect/swing/property/util/converter/Converter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/ConverterRegistry.java b/src/main/java/automenta/vivisect/swing/property/util/converter/ConverterRegistry.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/DateConverter.java b/src/main/java/automenta/vivisect/swing/property/util/converter/DateConverter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/FileConverter.java b/src/main/java/automenta/vivisect/swing/property/util/converter/FileConverter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/util/converter/NumberConverters.java b/src/main/java/automenta/vivisect/swing/property/util/converter/NumberConverters.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/swing/property/zepinto.l2fprod-common.url b/src/main/java/automenta/vivisect/swing/property/zepinto.l2fprod-common.url
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/BarChart.java b/src/main/java/automenta/vivisect/timeline/BarChart.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/Chart.java b/src/main/java/automenta/vivisect/timeline/Chart.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/LineChart.java b/src/main/java/automenta/vivisect/timeline/LineChart.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/MultiTimeline.java b/src/main/java/automenta/vivisect/timeline/MultiTimeline.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/SpectrumChart.java b/src/main/java/automenta/vivisect/timeline/SpectrumChart.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/StackedPercentageChart.java b/src/main/java/automenta/vivisect/timeline/StackedPercentageChart.java
old mode 100644
new mode 100755
diff --git a/src/main/java/automenta/vivisect/timeline/TimelineVis.java b/src/main/java/automenta/vivisect/timeline/TimelineVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/LockedValueTypes.java b/src/main/java/org/opennars/LockedValueTypes.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/NARS-applet.html b/src/main/java/org/opennars/NARS-applet.html
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/ConsolePanel.java b/src/main/java/org/opennars/gui/ConsolePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/FileTreeModel.java b/src/main/java/org/opennars/gui/FileTreeModel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/InferenceLogger.java b/src/main/java/org/opennars/gui/InferenceLogger.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/MessageDialog.java b/src/main/java/org/opennars/gui/MessageDialog.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/NARControls.java b/src/main/java/org/opennars/gui/NARControls.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/NARSwing.java b/src/main/java/org/opennars/gui/NARSwing.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/RuntimeNarSettings.java b/src/main/java/org/opennars/gui/RuntimeNarSettings.java
old mode 100644
new mode 100755
index 0eb67425..720bffb1
--- a/src/main/java/org/opennars/gui/RuntimeNarSettings.java
+++ b/src/main/java/org/opennars/gui/RuntimeNarSettings.java
@@ -167,11 +167,11 @@ public void setDEFAULT_QUEST_DURABILITY(final double val) {
n.narParameters.DEFAULT_QUEST_DURABILITY = (float) val;
}
- public double getQUALITY_RESCALED() {
- return (double) n.narParameters.QUALITY_RESCALED;
+ public double getFORGET_QUALITY_RELATIVE() {
+ return (double) n.narParameters.FORGET_QUALITY_RELATIVE;
}
- public void setQUALITY_RESCALED(final double val) {
- n.narParameters.QUALITY_RESCALED = (float) val;
+ public void setFORGET_QUALITY_RELATIVE(final double val) {
+ n.narParameters.FORGET_QUALITY_RELATIVE = (float) val;
}
public double getREVISION_MAX_OCCURRENCE_DISTANCE() {
@@ -320,6 +320,13 @@ public double getANTICIPATION_TOLERANCE() {
public void setANTICIPATION_TOLERANCE(final double val) {
n.narParameters.ANTICIPATION_TOLERANCE = (float) val;
}
+
+ public boolean isRETROSPECTIVE_ANTICIPATIONS() {
+ return n.narParameters.RETROSPECTIVE_ANTICIPATIONS;
+ }
+ public void setRETROSPECTIVE_ANTICIPATIONS(final boolean val) {
+ n.narParameters.RETROSPECTIVE_ANTICIPATIONS = val;
+ }
public double getSATISFACTION_TRESHOLD() {
return (double) n.narParameters.SATISFACTION_TRESHOLD;
@@ -412,4 +419,24 @@ public void setSTEPS_CLOCK(final boolean val) {
n.narParameters.STEPS_CLOCK = val;
}
-}
+ public double getVARIABLE_INTRODUCTION_COMBINATIONS_MAX() {
+ return (double) n.narParameters.VARIABLE_INTRODUCTION_COMBINATIONS_MAX;
+ }
+ public void setVARIABLE_INTRODUCTION_COMBINATIONS_MAX(final double val) {
+ n.narParameters.VARIABLE_INTRODUCTION_COMBINATIONS_MAX = (int) val;
+ }
+
+ public double getVARIABLE_INTRODUCTION_CONFIDENCE_MUL() {
+ return (double) n.narParameters.VARIABLE_INTRODUCTION_CONFIDENCE_MUL;
+ }
+ public void setVARIABLE_INTRODUCTION_CONFIDENCE_MUL(final double val) {
+ n.narParameters.VARIABLE_INTRODUCTION_CONFIDENCE_MUL = (int) val;
+ }
+
+ public double getANTICIPATIONS_PER_CONCEPT_MAX() {
+ return (double) n.narParameters.ANTICIPATIONS_PER_CONCEPT_MAX;
+ }
+ public void setANTICIPATIONS_PER_CONCEPT_MAX(final double val) {
+ n.narParameters.ANTICIPATIONS_PER_CONCEPT_MAX = (int) val;
+ }
+}
\ No newline at end of file
diff --git a/src/main/java/org/opennars/gui/WrapLayout.java b/src/main/java/org/opennars/gui/WrapLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/graph/ImplicationGraph.java b/src/main/java/org/opennars/gui/graph/ImplicationGraph.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/graph/InheritanceGraph.java b/src/main/java/org/opennars/gui/graph/InheritanceGraph.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/graph/SentenceGraph.java b/src/main/java/org/opennars/gui/graph/SentenceGraph.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/input/KeyboardInputPanel.java b/src/main/java/org/opennars/gui/input/KeyboardInputPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/input/NarseseTemplatePanel.java b/src/main/java/org/opennars/gui/input/NarseseTemplatePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/input/TextInputPanel.java b/src/main/java/org/opennars/gui/input/TextInputPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/ConceptButton.java b/src/main/java/org/opennars/gui/output/ConceptButton.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/ConceptsPanel.java b/src/main/java/org/opennars/gui/output/ConceptsPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/JCategoryList.java b/src/main/java/org/opennars/gui/output/JCategoryList.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/JGraphXGraphPanel.java b/src/main/java/org/opennars/gui/output/JGraphXGraphPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/LogPanel.java b/src/main/java/org/opennars/gui/output/LogPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/NARFacePanel.java b/src/main/java/org/opennars/gui/output/NARFacePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/PPanel.java b/src/main/java/org/opennars/gui/output/PPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/PluginPanel.java b/src/main/java/org/opennars/gui/output/PluginPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/SentenceTablePanel.java b/src/main/java/org/opennars/gui/output/SentenceTablePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/SwingLogPanel.java b/src/main/java/org/opennars/gui/output/SwingLogPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/SwingLogText.java b/src/main/java/org/opennars/gui/output/SwingLogText.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/SwingText.java b/src/main/java/org/opennars/gui/output/SwingText.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/TablePanel.java b/src/main/java/org/opennars/gui/output/TablePanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/TaskTree.java b/src/main/java/org/opennars/gui/output/TaskTree.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/VerticalPanel.java b/src/main/java/org/opennars/gui/output/VerticalPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/graph/NARGraphDisplay.java b/src/main/java/org/opennars/gui/output/graph/NARGraphDisplay.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/graph/NARGraphPanel.java b/src/main/java/org/opennars/gui/output/graph/NARGraphPanel.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/graph/NARGraphVis.java b/src/main/java/org/opennars/gui/output/graph/NARGraphVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/graph/TermSyntaxVis.java b/src/main/java/org/opennars/gui/output/graph/TermSyntaxVis.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/graph/layout/CircleLayout.java b/src/main/java/org/opennars/gui/output/graph/layout/CircleLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/output/graph/layout/SpiralLayout.java b/src/main/java/org/opennars/gui/output/graph/layout/SpiralLayout.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/package-info.java b/src/main/java/org/opennars/gui/package-info.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/util/DefaultGraphizer.java b/src/main/java/org/opennars/gui/util/DefaultGraphizer.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/util/MemoryObserver.java b/src/main/java/org/opennars/gui/util/MemoryObserver.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/util/NARGraph.java b/src/main/java/org/opennars/gui/util/NARGraph.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/gui/util/PackageUtility.java b/src/main/java/org/opennars/gui/util/PackageUtility.java
old mode 100644
new mode 100755
diff --git a/src/main/java/org/opennars/overview.html b/src/main/java/org/opennars/overview.html
old mode 100644
new mode 100755
diff --git a/src/main/resources/FontAwesome.ttf b/src/main/resources/FontAwesome.ttf
old mode 100644
new mode 100755