Editor state

Editor state

Anonymous
Not applicable
778 Views
1 Reply
Message 1 of 2

Editor state

Anonymous
Not applicable

Hi,

 

when I execute some command and I send a string message to an editor something like this

 

Command:

Pick first point:

Pick second point::

Operation in progress...

Done

** empty line **

 

After that I have to hit Escape button to get editor initial state "Command:" 

 

After "Done" there is newline charcter "\n", but how can I achive to get an initial editor state "Command: " and not a empty line like this in example?

 

I hope you understand what am I asking you

 

Thanks,

Frane

 

0 Likes
Accepted solutions (1)
779 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

One way is to use acmgdinternal.

 

Utils.PostCommandPrompt();

 

 

 

0 Likes