Commit af1e2ee
authored
rename-variable menu allows Java identifiers
Previously it was limited to unicode identifiers--for example a beginning with _ was forbidden; not so in Java.
Closes processing#5828 "rename-variable dialog doesn't allow 1st-char underscore"1 parent e77ce47 commit af1e2ee
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
0 commit comments