I upgraded from version 3126 to the latest build of 3143. Here is a comparison of the syntax highlighting where the new version is on the left and the older on the right:
Make note of the calls to static methods for the Cipher class and the SimpleIO class. Line 62 has this call highlighted whereas that on the left does not. Same goes for line 60’s call to Cipher.getInstance(…).
Originally, the accessors (.) were also not colored. I had to edit these manually in the themes file. I also added some manual declarations. I cannot seem to find what type of entry I am to add to target “static method calls”. I used shift+control+P while having SimpleIO selected which showed me the Scope. I then tried to add each of these entries in different combinations to the theme file but was unsuccessful in achieving the desired results.
Does anyone know how to add static method calls to the syntax highlighting?
