HI, i founded some bug in the actually and precedently version
1) found and replace function
when you click first "find next" for chek from where start the replacement and then "replace all", only one occurrence is found and on the second click it finds the other occurrences but instead of replacing with the desired text, it deletes the text.
If you immediately press "replace all" then it works.
maybe it doesn't always start from the beginning to scan the text for the function?
2) Add ispection idem with return value
I needed to see the IO command in console as on K-Roset, (which always updates the same lines and does not keep writing to console as on KIDE) and to do this I tried the custom inspection command by looping KIDE and having to force close it.
I clicked on live inspection add / command with return value / read.
Perhaps this could be solved by inserting a timeout? [possibility of implementing these IO-type commands such as K-Roset?]
3) indentation issues with the new version 1.1.4
When opening saved projects, indented sections are not assigned correctly. The problem does not occur with version 1.1.3.0. (I attach test.pg file (I changed extension otherwise I could not upload it))