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

Stimulsoft Reports.NET discussion
Post Reply
lcruiser
Posts: 58
Joined: Mon Jul 31, 2006 1:07 am

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

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

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

Post by Vital »

Sorry it's impossible.

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

Thanks.
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

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

Post 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!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

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

Post 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.
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

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

Post 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.
Post Reply