Skip to content

Feature/support intellij plugin#7

Merged
roscopeco merged 5 commits intodevelopfrom
feature/support-intellij-plugin
May 28, 2022
Merged

Feature/support intellij plugin#7
roscopeco merged 5 commits intodevelopfrom
feature/support-intellij-plugin

Conversation

@roscopeco
Copy link
Copy Markdown
Owner

No description provided.

roscopeco added 5 commits May 25, 2022 23:15
* Previously, we skipped them in the lexer
* IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Encapsulates the class body minus the enclosing braces
* Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule
@roscopeco roscopeco merged commit 8bd5000 into develop May 28, 2022
@roscopeco roscopeco deleted the feature/support-intellij-plugin branch May 28, 2022 19:57
roscopeco added a commit that referenced this pull request May 28, 2022
Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule
roscopeco added a commit that referenced this pull request May 28, 2022
* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule
roscopeco added a commit that referenced this pull request Jun 2, 2022
* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release/version 0.2.0 (#5) (#6)

* Roll 0.3.0-SNAPSHOT development

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Post 0.3.0 (#9)

* Roll 0.4.0-SNAPSHOT for dev

* Fix default class format to Java 11 (#11)

* Collect errors (#10)

* Collect errors rather than stopping at first
* Nicer error messages from tool

* Reference Gradle plugin (#12)

* Better error messages (#13)

* Readme updates (#14)

* Release 0.4.0
roscopeco added a commit that referenced this pull request Jun 2, 2022
* Release/version 0.2.0 (#5)

* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release v0.2.0

* Release/0.3.0 (#8)

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Release/0.4.0 (#15)

* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release/version 0.2.0 (#5) (#6)

* Roll 0.3.0-SNAPSHOT development

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Post 0.3.0 (#9)

* Roll 0.4.0-SNAPSHOT for dev

* Fix default class format to Java 11 (#11)

* Collect errors (#10)

* Collect errors rather than stopping at first
* Nicer error messages from tool

* Reference Gradle plugin (#12)

* Better error messages (#13)

* Readme updates (#14)

* Release 0.4.0

* Roll 0.5.0-SNAPSHOT for dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant