Page 1 of 1

Search not working in VS2012

Posted: Thu 14 Mar 2013 15:00
by andrecarlucci
Hi guys,

String search is not working when editing templates in VS2012. It finds only the first occurrence of the searched string.

Using Entity Developer NHibernate 5.0.66

Also, it would be really nice to be able to use already existing enums of my project instead of having to recreate then in the model explorer.

Cheers,

André Carlucci

Re: Search not working in VS2012

Posted: Fri 15 Mar 2013 16:56
by Shalex
andrecarlucci wrote:String search is not working when editing templates in VS2012. It finds only the first occurrence of the searched string.
We have reproduced the problem and will notify you when it is fixed.
andrecarlucci wrote:it would be really nice to be able to use already existing enums of my project instead of having to recreate then in the model explorer
Starting from the 5.1 version of Entity Developer, the IsExternal property of Enum will be implemented. So, when IsExternal=True, it will be possible to have the enum in the code, and you will need only to specify its name and namespace in model's enum (creating enum members will not be necessary).

Current build of Entity Developer: open Property Editor, select Custom type in the Type drop-down, and specify the full type name of your external enum: "MyNamespace.MyType, MyAssembly" (without quotes).

Re: Search not working in VS2012

Posted: Fri 15 Mar 2013 19:52
by andrecarlucci
Great! Thanks a lot :)

Re: Search not working in VS2012

Posted: Fri 05 Apr 2013 12:05
by Shalex
New version of Entity Developer 5.5 is released!
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=26309.

Re: Search not working in VS2012

Posted: Fri 30 Mar 2018 16:49
by Shalex
The bug with the Find Next functionality of T4 Editor embedded into Visual Studio is fixed: viewtopic.php?f=32&t=36964.