SikuliX1
SikuliX1 copied to clipboard
IDE: reimplement search for image names (delete/rename) using RegEx
- foreign Lexer package gets obsolete
- works for most scripting languages
- code should be moved from EditorPane to IDESupport
May I implement this please? Looks interesting :-)
You are welcome👍
How common is this incomplete String situation? Was this once implemented for a bug report?
Not sure if we should even detect it. Seems somewhat useless to me.
It's not even easy to detect reliably without really parsing the code.
Was able to implement the incomplete String detection. Will ship the PR 2moro.