You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TitledPaneanimated="false"collapsible="false"maxHeight="700.0"text="Categories - used to organize template columns. Drag as needed to organize Categories. Right mouse click to rename or delete.">
192
+
<TitledPaneanimated="false"collapsible="false"maxHeight="700.0"text="Categories - use to organize template columns. Drag to re-order. Right click to rename or delete."textFill="#0f0fd1">
<TextFieldfx:id="categoryTextField"prefHeight="27.0"prefWidth="540.0"promptText="Create additional category names here as needed, then select to add columns." HBox.hgrow="ALWAYS" />
<TextFieldfx:id="categoryTextField"prefHeight="27.0"prefWidth="540.0"promptText="Type a new category name here, then click "Create Category" button."style="-fx-font-weight: bold; -fx-background-color: aqua;" HBox.hgrow="ALWAYS" />
<TitledPanefx:id="colunmnsTitledPane"animated="false"collapsible="false"maxHeight="700.0"text="Columns - for a category, drag and drop expression(s) from the the lists on left and then drag as needed within the column.">
216
+
<TitledPanefx:id="colunmnsTitledPane"animated="false"collapsible="false"maxHeight="700.0"text="Columns - for a category, drag 'n drop expression(s) from the the lists on left and then drag to re-order them. Right click to delete."textFill="#0f0fd1">
217
217
<content>
218
218
<VBox>
219
219
<children>
@@ -225,7 +225,7 @@
225
225
<Insetsright="5.0" />
226
226
</padding>
227
227
</TitledPane>
228
-
<TitledPaneanimated="false"collapsible="false"maxHeight="700.0"prefHeight="208.0"prefWidth="687.0"text="Column Details - peek at the values in each column.">
228
+
<TitledPaneanimated="false"collapsible="false"maxHeight="700.0"prefHeight="208.0"prefWidth="687.0"text="Column Details - peek at the values in each column."textFill="#0f0fd1">
Copy file name to clipboardexpand all lines: squidCore/src/main/java/org/cirdles/squid/tasks/expressions/builtinExpressions/BuiltInExpressionsFactory.java
0 commit comments