Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
illa4257 committed Jul 16, 2021
1 parent 925a5c8 commit c4506b1
Show file tree
Hide file tree
Showing 30 changed files with 704 additions and 76 deletions.
2 changes: 1 addition & 1 deletion dnProject/.dn/backup.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
autoOpenTrigger=
autoCloseTrigger=1
autoIntervalTriggerTime=240000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
env=dev
2 changes: 1 addition & 1 deletion dnProject/.dn/bundles/ide.bundle.std.UIDesktopBundle.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
env=all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 01:35:57 EEST 2021
snapType=HIDDEN
blockedNodes=
zoom=100
snapSizeY=8
zoom=100
snapSizeX=8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 01:35:57 EEST 2021
snapType=HIDDEN
blockedNodes=
zoom=100
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Fri Jul 16 18:17:52 EEST 2021
snapType=HIDDEN
blockedNodes=
snapSizeY=8
zoom=100
snapSizeX=8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jul 12 00:33:36 EEST 2021
#Thu Jul 15 17:33:07 EEST 2021
snapType=HIDDEN
blockedNodes=
snapSizeY=8
zoom=100
snapSizeY=8
snapSizeX=8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
useImports=
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
compileByteCode=
importType=package
2 changes: 1 addition & 1 deletion dnProject/.dn/library.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
2 changes: 1 addition & 1 deletion dnProject/.dn/project.ws
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Jul 12 23:43:57 EEST 2021
#Fri Jul 16 18:09:29 EEST 2021
projectArchive.uid=jVezjlJACbVB
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project author="i0972" authorOS="Windows 10" createdAt="1625773010180" ideName="DevelNext" ideVersion="16.7.0" ideVersionHash="2017103112" name="TextEditor v1.0" packageName="app" template="ide\project\templates\DefaultGuiProjectTemplate" updatedAt="1626122637714">
<project author="i0972" authorOS="Windows 10" createdAt="1626359696223" ideName="DevelNext" ideVersion="16.7.0" ideVersionHash="2017103112" name="TextEditor v1.0.1" packageName="app" template="ide\project\templates\DefaultGuiProjectTemplate" updatedAt="1626448169349">
<tree>
<expanded>
<path src=""/>
<path src="/src"/>
<path src="/src/.theme"/>
<path src="/src/app"/>
<path src="/src/app/forms"/>
<path src="/src/app/modules"/>
<path src="/src/tools"/>
</expanded>
</tree>
<openedFiles>
<file selected="1" src="TextEditor v1.0.dnproject"/>
<file selected="1" src="TextEditor v1.0.1.dnproject"/>
<file src="src/app/forms/Settings.php"/>
</openedFiles>
<files/>
<behaviours>
Expand Down
2 changes: 1 addition & 1 deletion dnProject/src/.system/application.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MAIN CONFIGURATION

app.name = TextEditor v0.9.2.1
app.name = TextEditor v1.0.1
app.uuid = b5b21ab7-d7c9-42fd-a4be-a94678121c11
app.version = 1

Expand Down
108 changes: 108 additions & 0 deletions dnProject/src/.theme/night.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
.tree-view, .tree-cell {
-fx-background-color:#333;
-fx-text-fill:#f2f2f2;
}

.tree-cell:hover {
-fx-background-color:#444;
}

.tree-cell:selected {
-fx-background-color:#555;
}

.scroll-pane {
-fx-background:#3b3b3b;
-fx-background-insets:0;
-fx-padding:0;
}

.menu-bar .label {
-fx-text-fill:#f2f2f2;
}

.menu-bar .menu-button:hover, .menu-bar .menu-button:focused, .menu-bar .menu-button:showing {
-fx-background:#fff1;
}

.menu-item {
-fx-text-fill:#f2f2f2;
-fx-background:#fff1;
}

.menu-item .label{
-fx-text-fill:#f2f2f2;
}

.menu-button, .menu-button:hover, .menu-button:selected, .menu-button:focused {
-fx-mark-color:#f2f2f2;
}

.arrow {
-fx-background-color:#f2f2f2;
}

.context-menu {
-fx-background-color:#444;
}

.tab:selected {
-fx-background-color:#444;
}

.tab .tab-close-button {
-fx-background-color:#f2f2f2;
}

.tab .tab-label {
-fx-text-fill:#f2f2f2;
}

.combo-box {
-fx-background-color:#444;
-fx-color:#444;
}

.combo-box .list-cell {
-fx-text-fill:#f2f2f2;
}

.combo-box-popup .list-view {
-fx-background-color:#444;
}

.combo-box-popup .list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover {
-fx-background-color:#fff3;
}

.combo-box-popup .list-view .list-cell:filled:hover {
-fx-background-color:#fff1;
-fx-text-fill:#f2f2f2;
}

.scroll-bar:horizontal .track, .scroll-bar:vertical .track {
-fx-background-color:#444;
}

.scroll-bar:horizontal .thumb, .scroll-bar:vertical .thumb {
-fx-background-color:#fff3;

}

.spinner .increment-arrow-button, .spinner .decrement-arrow-button {
-fx-body-color:#444;
-fx-color:#000;
}

.spinner .increment-arrow-button:hover, .spinner .decrement-arrow-button:hover {
-fx-body-color:#555;
}

.text-input {
-fx-background-color:#444;
-fx-text-fill:#f2f2f2;
}

.label {
-fx-text-fill:#f2f2f2;
}
148 changes: 147 additions & 1 deletion dnProject/src/.theme/style.fx.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,148 @@
/* JavaFX CSS Style with -fx- prefix */
.tree-view, .tree-cell {
-fx-background-color:#bbb;
-fx-text-fill:#333;
}

.tree-view {
-fx-padding:0;
}

.tree-cell:hover {
-fx-background-color:#c0c0c0;
}

.tree-cell:selected {
-fx-background-color:#ccc;
}

.scroll-pane {
-fx-background:#ccc;
}

.menu-bar {
-fx-background-color:transparent;
-fx-border-width: 0;
}

.menu-bar .label {
-fx-text-fill:#333;
}

.menu-bar .menu-button:hover, .menu-bar .menu-button:focused, .menu-bar .menu-button:showing {
-fx-background:#0001;
}

.menu-item {
-fx-text-fill:#333;
-fx-background:#0001;
}

.menu-item .label{
-fx-text-fill:#333;
}

.menu-button, .menu-button:hover, .menu-button:selected, .menu-button:focused {
-fx-mark-color:#333;
}

.arrow {
-fx-background-color:#333;
}

.context-menu {
-fx-skin: "com.sun.javafx.scene.control.skin.ContextMenuSkin";
-fx-background-color:#e6e6e6;
}

.tab-pane *.tab-header-area *.tab-header-background {
-fx-background-color:transparent;
-fx-background-radius:0;
-fx-padding:0;
-fx-background-insets:0;
}

.tab {
-fx-background-color:transparent;
-fx-background-insets:0;
}

.tab:selected {
-fx-background-color:#e6e6e6;
}

.tab .tab-close-button {
-fx-background-color:#333;
}

.tab .tab-label {
-fx-text-fill:#333;
}

.combo-box {
-fx-background-color:#e6e6e6;
-fx-color:#e6e6e6;
}

.combo-box .list-cell {
-fx-background-color:transparent;
-fx-text-fill:#333;
}

.combo-box-popup .list-view {
-fx-background-color:#e6e6e6;
}

.combo-box-popup .list-view .list-cell:filled:selected, .combo-box-popup .list-view .list-cell:filled:selected:hover {
-fx-background-color:#0003;
}

.combo-box-popup .list-view .list-cell:filled:hover {
-fx-background-color:#0001;
-fx-text-fill:#333;
}

.scroll-bar:horizontal .track, .scroll-bar:vertical .track {
-fx-background-color:#e6e6e6;
-fx-border-color:transparent;
-fx-border-radius:0;
}

.scroll-bar:horizontal .increment-button, .scroll-bar:horizontal .decrement-button {
-fx-background-color:transparent;
-fx-padding:0 16;
}

.scroll-bar:vertical .increment-button, .scroll-bar:vertical .decrement-button {
-fx-background-color:transparent;
-fx-padding:0 10 0 0;

}

.scroll-bar .increment-arrow, .scroll-bar .decrement-arrow {
-fx-shape: " ";
-fx-padding:0;
}

.scroll-bar:horizontal .thumb, .scroll-bar:vertical .thumb {
-fx-background-color:#0003;
-fx-background-insets:0;
-fx-background-radius:0;

}

.spinner .increment-arrow-button, .spinner .decrement-arrow-button {
-fx-body-color:#e6e6e6;
-fx-color:#fff;
-fx-background-insets:0;
-fx-background-radius:0;
}

.spinner .increment-arrow-button:hover, .spinner .decrement-arrow-button:hover {
-fx-body-color:#ccc;
}

.text-input {
-fx-background-color:#e6e6e6;
-fx-text-fill:#333;
-fx-background-radius:0;
}
3 changes: 2 additions & 1 deletion dnProject/src/app/forms/Editor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Mon Jul 12 23:34:24 EEST 2021
#Thu Jul 15 22:40:14 EEST 2021
form.style=DECORATED
form.backgroundColor=\#e6e6e6
form.title=new
4 changes: 2 additions & 2 deletions dnProject/src/app/forms/Editor.fxml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?import javafx.scene.*?><?import javafx.collections.*?><?import javafx.scene.layout.*?><?import javafx.scene.control.*?><?import javafx.scene.text.*?><?import javafx.scene.image.*?><?import javafx.scene.shape.*?><?import javafx.scene.paint.*?><?import javafx.scene.web.*?><?import javafx.geometry.*?><?import java.lang.*?><?import org.develnext.jphp.ext.javafx.classes.data.*?><?import org.develnext.jphp.ext.javafx.support.*?><?import org.develnext.jphp.ext.javafx.support.control.*?><?import org.develnext.jphp.ext.game.support.*?><AnchorPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0" AnchorPane.topAnchor="0" focusTraversable="false" id="" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="280" prefWidth="296" styleClass="">
<children>
<org.develnext.jphp.ext.javafx.support.control.CanvasEx AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0" AnchorPane.topAnchor="27" focusTraversable="true" height="253" id="canvas" layoutX="0" layoutY="27" styleClass="" width="296"/>
<org.develnext.jphp.ext.javafx.support.control.CanvasEx AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0" AnchorPane.topAnchor="28" focusTraversable="true" height="252" id="canvas" layoutX="0" layoutY="28" styleClass="" width="296"/>
<Data cursor="TEXT" enabled="1" id="data-canvas" visible="1"/>
<ComboBox editable="false" focusTraversable="false" id="combobox" layoutX="0" layoutY="0" prefHeight="25" prefWidth="96" promptText="" styleClass="combo-box-base combo-box " value="System" visibleRowCount="10">
<items xmlns:fx="http://javafx.com/fxml">
<FXCollections fx:factory="observableArrayList"/>
</items>
</ComboBox>
<Data cursor="DEFAULT" enabled="1" id="data-combobox" visible="1"/>
<org.develnext.jphp.ext.javafx.support.control.NumberSpinner alignment="CENTER_LEFT" arrowsStyle="RIGHT_VERTICAL" editable="false" focusTraversable="false" id="fontSize" initial="20" layoutX="96" layoutY="0" max="30" min="5" prefHeight="24" prefWidth="56" step="1" styleClass="spinner "/>
<org.develnext.jphp.ext.javafx.support.control.NumberSpinner alignment="CENTER_LEFT" arrowsStyle="RIGHT_VERTICAL" editable="false" focusTraversable="false" id="fontSize" initial="12" layoutX="96" layoutY="0" max="30" min="5" prefHeight="28" prefWidth="56" step="1" styleClass="spinner "/>
<Data cursor="DEFAULT" enabled="1" id="data-fontSize" visible="1"/>
</children>
</AnchorPane>
Loading

0 comments on commit c4506b1

Please sign in to comment.