How to create new personality in the IDE using open tools API (OTA)? I couldn't find any documentation or any demo covers this section in OTA.

Thanks.

link|improve this question
A new personality? What exactly do you mean? In RAD studio, they use the term personality to indicate which is your main language, Delphi, C++ etc. Is that what you are referring to? – David Heffernan Jan 18 '11 at 9:32
1  
@Iassam What makes you think this is even possible? – David Heffernan Jan 18 '11 at 9:52
2  
@David there are methods in the Personality service (in the OTA) like (AddPersonality, RemovePersonality, AddPersonalityTrait…) which means that it is possible. At least that what the methods say ;-) – Issam Ali Jan 18 '11 at 10:02
1  
Good luck with this. I'm guessing it's possible but almost certainly completely undocumented. From what I've heard though that's the same situation that RemObjects faced when they developed Prism (then Chrome) for Visual Studio. – LachlanG Jan 19 '11 at 2:32
1  
@LachlanG Thanks a lot for your comments, in my case I don’t want to implement a new designer I just need to edit and compile code. So, it would help and save a lot of time if anybody can give us the general steps to achieve this. – Issam Ali Jan 19 '11 at 11:17
show 4 more comments
feedback

1 Answer

up vote 5 down vote accepted

Here's the answer to your question "How" --

To add a language personality to the IDE, you must contact the RAD Studio R&D team and get special permission from the company to have access to non-public packages, interfaces, and APIs.

As shipped, there is no way to add a language personality to RAD Studio.

Now, having said that, as of Delphi XE it is /much/ easier to add a module into the Code Editor and Project Manager. There was a lot of work done by the IDE team to make adding items into the Code Editor, and that is available in XE.

link|improve this answer
Has anyone ever given this a go Nick? – LachlanG Mar 1 '11 at 3:10
The AQTime people are the only one's I know that have gone beyond -- and I'm not sure if their integration is considered a personality or not. – Nick Hodges Mar 1 '11 at 17:52
Thanks Nick, as usual the one who care about community ... Appreciate your answer and it is very much accepted :) – Issam Ali Mar 3 '11 at 6:34
You are welcome -- I even got to earn the "Revival badge" :-) – Nick Hodges Mar 3 '11 at 17:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.