Page 1 of 1

script editor: autocomplete removes line

Posted: 23 Nov 2014, 18:16
by lerou
Hi,

In the script editor, when using auto-completion (Ctrl-Space), the rest of the line after the inserted word is removed.

Reproduce on 4.05.02:
  • create new empty scene
  • add C# script node
  • go to Generate() method between return and true
  • start typing "cha" and use auto complete
  • see rest of line disappear ("true;")
greetings,
rou

Re: script editor: autocomplete removes line

Posted: 25 Nov 2014, 10:35
by Karol
Hi rou!

This is a known issue. The Editor is a third-party component and this bug is not fixed yet.

Cheers
Karol

Re: script editor: autocomplete removes line

Posted: 25 Nov 2014, 10:40
by lerou
Hi,

is there any chance we could select an external editor in the future? So on edit the file is opened in NotePad++ and when saved it's compiled/uploaded?

greetings,
rou