Page 1 of 1

Is it possible to replace the code editor with my own editor

Posted: Fri Sep 01, 2006 10:45 pm
by lcruiser
Hi,

I have my own editor with code completion etc. and I want to use it instead of the standard code editor that comes with StimultReport.Net. Is this possible?

Thanks.

Is it possible to replace the code editor with my own editor

Posted: Sat Sep 02, 2006 4:00 am
by Vital
Sorry it's impossible.

p.s. Version 1.61 of StimulReport.Net support intellisense.

Thanks.

Is it possible to replace the code editor with my own editor

Posted: Mon Sep 04, 2006 7:17 am
by EDV Gradl
I have version 1.61 (from 30 June), but I don't have intellisense. Is my version too old or do I have to set a switch?

Thanks!

Is it possible to replace the code editor with my own editor

Posted: Mon Sep 04, 2006 8:42 am
by Edward
EDV wrote:I have version 1.61 (from 30 June), but I don't have intellisense. Is my version too old or do I have to set a switch?

Thanks!
Intellisense was availiable only at August after a lot amount of work. (You may contact us to get new version).
Thank you.

Is it possible to replace the code editor with my own editor

Posted: Tue Sep 05, 2006 4:17 am
by EDV Gradl
This new feature really is nice. Wonderful work.

Sadly, it works not always.

if I type

this.

I get a list of all components, now I choose one and type . again

this.text1.

Now I would like to get a list of all properties of text1, instead I get a list of all components again.

When I only type

text1.

I get the list of properties of methods.

The first behaviour should be fixed.

Thanks a lot.