476 Commits

Author SHA1 Message Date
akshatbahety
7e07208366 Minor fixes 2018-06-14 23:09:13 +05:30
akshatbahety
2db426fb0c Minor Removal Fix 2018-06-14 18:57:35 +05:30
akshatbahety
32136e0e9e Bug Fixes 2018-06-14 18:16:12 +05:30
akshatbahety
4bb34b1c8e Minor Update 2018-06-14 17:13:33 +05:30
akshatbahety
1e839a6c04 Display Autocomplete near carat , it's a hack 2018-06-14 03:22:18 +05:30
akshatbahety
ee2678a210 Minor fixes , working on others 2018-06-14 00:28:43 +05:30
akshatbahety
23d000536c Minor fixes 2018-06-13 17:29:27 +05:30
akshatbahety
da24020ad9 Minor fixes 2018-06-13 16:42:10 +05:30
akshatbahety
3ec5136dd9 Highlight the suggestions , some bugs fixing them 2018-06-13 16:39:52 +05:30
akshatbahety
0447fd3ddb String Filter and Replace Update 2018-06-13 02:36:13 +05:30
akshatbahety
a3d8a806a0 Minor Fixes , Fixed the AutoCorrect String Bug 2018-06-13 00:48:48 +05:30
akshatbahety
05a733d65d String Filtering , I think this is working 2018-06-12 20:45:16 +05:30
akshatbahety
a5c83089d3 Minor Fixes 2018-06-12 17:26:17 +05:30
akshatbahety
a7113b79c4 Some PR Fixes as suggested , still working on others 2018-06-12 16:08:06 +05:30
akshatbahety
cbf8e6ac4a PR fixes 2018-06-12 06:07:55 +05:30
akshatbahety
51e0180076 Minor Fixes 2018-06-11 14:42:40 +05:30
akshatbahety
2af2aaf74a Minor Changes 2018-06-11 05:13:54 +05:30
akshatbahety
48c4e2ae10 Basic functioning of autocomplete is ready 2018-06-11 04:57:04 +05:30
akshatbahety
44c464c961 Minor Update 2018-06-11 02:31:04 +05:30
akshatbahety
9770c8855d Got the String matching sorted 2018-06-11 02:04:32 +05:30
akshatbahety
7f99c20e1f Git issue 2018-06-10 19:03:55 +05:30
akshatbahety
67da35bf05 Minor Fixes 2018-06-10 18:56:12 +05:30
akshatbahety
2aaa468ba4 Minor Updates 2018-06-10 18:39:26 +05:30
akshatbahety
0a85e86e59 Made the changes as required , some pending 2018-06-10 18:30:18 +05:30
Juan Martín Sotuyo Dodero
b7b31d16f6 Merge branch 'pr-1179' 2018-06-10 02:26:56 -03:00
Clément Fournier
735b8dfe37 Use better name 2018-06-10 03:41:22 +02:00
Clément Fournier
5cf7891d71 Add getXPathAttributes() to Node interface
Deprecate AttributeNode
2018-06-10 03:26:28 +02:00
Clément Fournier
57d999c617 Use EventSource in the EventLogger 2018-06-10 02:17:25 +02:00
akshatbahety
6a88b5d671 The basic working is there the suggestions are being filtered on the text entered by the user but I think there could be a better way (maybe or maybe my approach is good) need to revamp somethings in the UI @oowekyala need some guidance here. 2018-06-09 18:02:17 +05:30
akshatbahety
eddb9bedfe Xpath suggestions , under progress 2018-06-09 16:46:22 +05:30
Clément Fournier
1d4eb00ba3 Improve styling 2018-06-09 01:49:00 +02:00
Clément Fournier
cb86f2a4b0 Take the chance to display attributes correctly in the designer 2018-06-08 21:47:33 +02:00
Clément Fournier
e533c54ffb Fix visitors not started 2018-06-08 19:43:23 +02:00
akshatbahety
7a6e40cd04 Start on the autocomplete feature made basic UI upgrade to show the popup items for suggestions working on positioning the context menu directly under the code 2018-06-08 21:45:16 +05:30
akshatbahety
2f730806fb Merge branch 'master' of https://github.com/pmd/pmd 2018-06-08 19:05:41 +05:30
akshatbahety
8380d3d5a9 Minor updates 2018-06-08 15:07:54 +05:30
akshatbahety
6fe9459d1c Minor updates 2018-06-08 14:30:19 +05:30
akshatbahety
84f9c9db32 Minor updates 2018-06-07 17:58:57 +05:30
akshatbahety
7fd3ba4679 Updates 2018-06-07 17:03:19 +05:30
Akshat Bahety
1de2313472 Typo 2018-06-07 16:54:29 +05:30
Akshat Bahety
6d2bbb0ede Classloader is completed. 2018-06-07 16:25:41 +05:30
Akshat Bahety
c61fb73d7b Classloader is completed. 2018-06-07 16:24:31 +05:30
Akshat Bahety
5ae8e72930 Data flow is working properly thanks to @oowekyala for helping me out.
UI is upgraded to make sure buttons are active only when needed (will make a small addition to moveitem up and moveitem down button as discussed)
About the ClassLoader I am a bit confused about how to use `ClasspathClassLoader` I think will be able to merge it today before evening IST.
2018-06-07 04:24:19 +05:30
Andreas Dangel
92e74bb228 Use snapshot build of pmd-build-tools 2018-06-05 22:36:07 +02:00
Akshat Bahety
30f63266fe added the Cancel button
the list needs to be updated in the popup to make the data flow as required
working on validation and left out a couple of changes due to some reasons
2018-06-05 21:56:57 +05:30
Clément Fournier
4e29b793d2 Fix ConcurrentModificationException on designer
It was triggered when restoring multiple properties,
since the items where added to a collection that was
being iterated.

Also fix a small bug when creating a property named
TODO -> the next property was allowed to be called
TODO if the name wasn't changed, since the name field
wasn't changed, so didn't trigger reevaluation of the
validators.
2018-06-04 00:47:45 +02:00
Akshat Bahety
9b341a62b6 UI Updates. 2018-06-02 19:14:07 +05:30
Akshat Bahety
7e1d36ba06 List can be reordered , I'll update the UI by day's end.
I need to still test the classPathLoader @jsotuyod some guidance needed here.
2018-06-01 17:36:44 +05:30
Akshat Bahety
705e007bd7 List can be reordered , I'll update the UI by day's end.
I need to still test the classPathLoader @jsotuyod some guidance needed here.
2018-06-01 17:35:40 +05:30
Akshat Bahety
8b553ff53d UI Upgrades (understood that we need the components to be scalable will push that in next commit , and rename the fx:id too ) , dropped the list. 2018-05-31 12:05:36 +05:30