Multiple bugfixes#47
Conversation
This reverts commit 913433e.
|
@FalsePattern great work! |
|
Added 2 more minor highlighting fixes, the text attribute change should make light theme automatic default colors a bit nicer |
|
@FalsePattern |
|
I don't mind changing stuff but I guess we should discuss that before changing. There are some things that I chose with purpose, and also, it made the PR hard to review as it became pretty big. So there are some things that I would like to have as they were for this PR, and if you want/need some changes then please make a separate PR:
|
| ``` | ||
| Assuming you're developing with Intellij (and you want to develop with Intellij): | ||
| 1. **Generate grammar**. Execute the `generateGrammarClean` task from _gradle.build_ file or under _Tasks/other_ if you use the Gradle tab. | ||
| 1. **Generate grammar**. Execute the `generateGrammars` task from _gradle.build_ file or under _Tasks/grammarkit_ if you use the Gradle tab. |
There was a problem hiding this comment.
What's the reason to change the name?
| @@ -1,4 +1,28 @@ | |||
| # GLSL Plugin Changelog | |||
| ## [Unreleased] | |||
There was a problem hiding this comment.
You could already put the next version here, 1.1.5
| } | ||
|
|
||
| /** | ||
| /**2 |
| @@ -1,2 +1,7 @@ | |||
| pluginVersion=1.1.4 | |||
| pluginVersion=1.1.5-dev | |||
There was a problem hiding this comment.
There should be no dev versions. Just put 1.1.5 for the next version.
| private fun getPostfixSelectionType(`postfixExpr`: GlslPostfixFieldSelection): GlslNamedType? { | ||
| if (postfixExpr.postfixStructMemberList.isEmpty()) return null | ||
| val lastExpr = postfixExpr.postfixStructMemberList.last() | ||
| if (lastExpr.variableIdentifier == null) |
There was a problem hiding this comment.
All if's in the project have parenthesis
|
I'll split this PR into smaller ones and undo the buildscript changes either this weekend or a few weeks after, i don't have a lot of free time at the moment |


Superseded by:
#51
#52
#53
#54