Posted 13 years ago
by Alexandre Boyer
-
PLASMASOFT
Version: 12.1.0300
Platform: .NET 4.0
Environment: Windows 7 (64-bit)

Hi,
Just look at this code:
StringBuilder builder = new StringBuilder();
builder.Append("youpi")
.Append("oh no i do not have intelliprompt anymore after the dot, even with CTRL+SPACE");
How to make it works ?
[Modified 13 years ago]