This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 15e311a [NETBEANS-4770] Handle source type correctly in
GradleSourcesImpl
new a893571 [NETBEANS-4687] Move handling of initial and inherit from
property definitions to java
new 04dfe9a [NETBEANS-4687] Support unset as a global value
new 57d9ea9 [NETBEANS-1454] Add break-word to supported values for
word-break
new 49d3911 [NETBEANS-2532] Update CSS3 specification file
new f264c78 [NETBEANS-2005] Add support for CSS Grid Layout Module Level 1
new ed95b77 Merge pull request #2299 from
matthiasblaesing/css-improvements
The 4300 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ide/css.editor/external/binaries-list | 2 +-
ide/css.editor/external/css3-spec-howtocreate.txt | 69 +
.../css/editor/module/main/Bundle.properties | 2 +-
.../editor/module/main/DefaultCssEditorModule.java | 2 +-
.../main/StandardPropertiesHelpResolver.java | 7 +-
.../properties/backgrounds_and_borders.properties | 62 +-
.../main/properties/basic_box_model.properties | 9 +-
.../properties/basic_user_interface.properties | 24 +-
.../module/main/properties/colors.properties | 2 +-
.../main/properties/default_module.properties | 52 +-
.../editor/module/main/properties/fonts.properties | 33 +-
.../generated_and_replaced_content.properties | 6 +-
.../editor/module/main/properties/grid.properties | 61 +
.../main/properties/grid_positioning.properties | 28 -
.../editor/module/main/properties/line.properties | 36 +-
.../main/properties/lists_and_counters.properties | 6 +-
.../editor/module/main/properties/ruby.properties | 4 +-
.../module/main/properties/speech.properties | 30 +-
.../editor/module/main/properties/text.properties | 70 +-
.../main/properties/writing_modes.properties | 12 +-
.../display/display.css.testDisplay.completion | 1 +
.../main/BackgroundsAndBordersModuleTest.java | 2 +-
.../module/main/ListsAndCountersModuleTest.java | 4 +-
.../main/StandardPropertiesHelpResolverTest.java | 9 +-
.../module/main/properties/PropertiesATest.java | 38 +
.../src/org/netbeans/modules/css/lib/Css3.g | 1 +
.../org/netbeans/modules/css/lib/Css3Lexer.java | 3078 ++---
.../org/netbeans/modules/css/lib/Css3Parser.java | 12520 ++++++++++---------
.../css/lib/api/properties/GrammarResolver.java | 26 +-
.../css/lib/api/properties/TokenAcceptor.java | 15 +
.../properties/GrammarResolverListenerTest.java | 8 +-
.../css/lib/api/properties/PropertyValueTest.java | 42 +-
32 files changed, 8327 insertions(+), 7934 deletions(-)
create mode 100644 ide/css.editor/external/css3-spec-howtocreate.txt
create mode 100644
ide/css.editor/src/org/netbeans/modules/css/editor/module/main/properties/grid.properties
delete mode 100644
ide/css.editor/src/org/netbeans/modules/css/editor/module/main/properties/grid_positioning.properties
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists