|
|
e6742a4e30
|
error export implemented and message on error side bar includes column name
|
2016-08-10 23:41:47 +02:00 |
|
|
|
7472c66823
|
fixed uniqueness validation and renamed the abstract class when empty values are valid
|
2016-08-09 21:17:29 +02:00 |
|
|
|
c7873ef0ba
|
unique validation has to work on the model to have the correct snapshot of the data
|
2016-08-09 20:59:29 +02:00 |
|
|
|
b79a20201e
|
removed the special treatment of NotEmptyValidation
|
2016-08-09 20:59:29 +02:00 |
|
|
|
dcdea4236f
|
version 0.6
|
2016-08-08 17:14:51 +02:00 |
|
|
|
9c21357059
|
the error color should be more red
|
2016-08-08 17:11:11 +02:00 |
|
|
|
ab952aa98f
|
optimized imports based on intellij IDEA
|
2016-08-07 23:13:47 +02:00 |
|
|
|
a7bd8d5a3e
|
revisted the model to speed up the validation and to have a better control how much revalitaions have to be done when something changes
|
2016-08-07 23:13:02 +02:00 |
|
|
|
bc59f08bbb
|
first version of new validation algorithm, that is a lot faster
|
2016-08-07 16:57:55 +02:00 |
|
|
|
4c4d25f3b5
|
little performance optimization (less method calls)
|
2016-08-06 21:41:14 +02:00 |
|
|
|
6af20575e8
|
uniqueness validation is now also supported by the validation rules editor
|
2016-08-05 23:45:23 +02:00 |
|
|
|
b6731f7641
|
- added unique validation
- show line number
- goto line action
|
2016-08-05 23:09:47 +02:00 |
|
|
|
59f38b9abb
|
version 0.4
|
2016-07-30 17:31:40 +02:00 |
|
|
|
82c9c336f8
|
clear script cache before revalidation, otherwise a script change in the edit dialog does not work
|
2016-07-30 17:12:34 +02:00 |
|
|
|
f173089b14
|
added exception handling
|
2016-07-24 11:21:45 +02:00 |
|
|
|
4801203378
|
support of RichTextFX to have syntax highlighting in the groovy edit field of validation editor
|
2016-07-23 16:56:48 +02:00 |
|
|
|
68a68a51a9
|
updated look of validation rule editor
|
2016-07-23 10:01:27 +02:00 |
|
|
|
0214744184
|
NPE when new validation is created
|
2016-07-23 00:40:41 +02:00 |
|
|
|
328c1b0b88
|
use of better icons, create a new validation file for csv
|
2016-07-22 23:51:08 +02:00 |
|
|
|
3aa9303b3e
|
handle validation in own thread
|
2016-07-22 21:41:39 +02:00 |
|
|
|
c2c29433b7
|
added log4j2 to the 3rd party section
|
2016-07-22 21:17:58 +02:00 |
|
|
|
83638d918f
|
found rounding bug in ErrorSideBar when the number of rows is greater than height of application
|
2016-07-22 21:11:59 +02:00 |
|
|
|
64d5000b62
|
reorganized storage of models
|
2016-07-22 20:45:26 +02:00 |
|
|
|
6e7c3226ab
|
removed unused import
|
2016-07-20 17:09:32 +02:00 |
|
|
|
8e7731f554
|
updated the about dialog and add thanks to AOE Takashi
|
2016-07-09 22:19:23 +02:00 |
|
AOE Takashi
|
dce228123a
|
Supported the Mac OS menubar.
|
2016-07-09 22:46:06 +09:00 |
|
Andreas Billmann
|
3b220c3fd5
|
set the some default preferences if file not found
|
2016-02-16 17:18:37 +01:00 |
|
Andreas Billmann
|
028af43510
|
set "\n" as default end of line
|
2016-02-16 17:09:28 +01:00 |
|
Andreas Billmann
|
a4a9e9914b
|
fixed growing and prefered size of the config file name
|
2016-02-12 19:33:25 +01:00 |
|
Andreas Billmann
|
ecdb4837d4
|
deleted unused import
|
2016-02-12 18:28:05 +01:00 |
|
Andreas Billmann
|
e29bbf4008
|
added missing properties
|
2016-02-12 16:03:23 +01:00 |
|
Andreas Billmann
|
41a8fb41b1
|
added a status color block and changed the error color
|
2016-02-12 13:39:41 +01:00 |
|
Andreas Billmann
|
744d86fea4
|
null check to prevent NPE
|
2016-02-05 09:43:24 +01:00 |
|
Andreas Billmann
|
fc26dcc9aa
|
validation rules are now editable through context menu
|
2016-02-05 08:01:13 +01:00 |
|
Andreas Billmann
|
10c2592510
|
switched from config to Gson for better json support as the validation config will be editable in the application directly
|
2016-02-02 03:20:14 +01:00 |
|
Andreas Billmann
|
d9405eb536
|
formal revision
|
2016-01-27 23:17:31 +01:00 |
|
Andreas Billmann
|
4c9f468e08
|
use regions instead of drawing into canvas. thx to Dirk Lemmermann
|
2016-01-27 23:11:39 +01:00 |
|
Andreas Billmann
|
c996ce660d
|
added controlsfx project to about dialog
|
2016-01-27 10:05:47 +01:00 |
|
Andreas Billmann
|
ef1ad63b3f
|
improved side bar popup
|
2016-01-27 09:59:12 +01:00 |
|
Andreas Billmann
|
26c06a0908
|
removed the error list and added a clickable sidaebar wih error markers to have more editing space
|
2016-01-27 04:39:53 +01:00 |
|
Andreas Billmann
|
b4cc3f9922
|
bugfix: NPE when adding new row as the setValue has to be called at the end, after all other properties are set
|
2016-01-14 10:43:11 +01:00 |
|
Andreas Billmann
|
16b848adc9
|
add and remove rows
|
2016-01-13 23:07:29 +01:00 |
|
Andreas Billmann
|
4e94cf2091
|
added toolbar
|
2016-01-13 11:50:54 +01:00 |
|
Andreas Billmann
|
6b424a4ce6
|
version 0.3
|
2016-01-12 22:56:36 +01:00 |
|
Andreas Billmann
|
21b139cc6c
|
usability of preferences dialog
|
2016-01-12 22:42:24 +01:00 |
|
Andreas Billmann
|
7bb2d78c4b
|
i18n preferences dialog
|
2016-01-12 22:03:20 +01:00 |
|
Andreas Billmann
|
134d7fedc8
|
enable save menu items only when csv file is loaded
|
2016-01-12 21:58:27 +01:00 |
|
Andreas Billmann
|
469895b27e
|
extracted load and save service and generalize file writer
|
2016-01-12 21:52:08 +01:00 |
|
Andreas Billmann
|
72a8674cfc
|
unused file removed
|
2016-01-11 11:15:11 +01:00 |
|
Andreas Billmann
|
c87267a0df
|
saving preferences to file
|
2016-01-11 11:14:25 +01:00 |
|