Intent.Modules icon indicating copy to clipboard operation
Intent.Modules copied to clipboard

Common modules and designers for Intent Architect

Results 74 Intent.Modules issues
Sort by recently updated
recently updated
newest added

The no (negative condition) button has focus when the view loads. It looks a little tacky. ![image](https://user-images.githubusercontent.com/8687460/31496461-b6e2183c-af5b-11e7-91e6-4d83d15ebc6d.png)

One thing that would make Intent IDE very useful is to load custom plugins into the actual front-end (not Software factory process) to be able to perform scripted actions that...

I was busy renaming two properties on two different DTOs (I accidentally had them the wrong way around) and found that unless you press TAB (or ENTER, I think) to...

bug

### Simptom ![image](https://user-images.githubusercontent.com/7236289/78337750-c5f38500-7591-11ea-9bea-43afa3201c99.png) This is encountered in the Module Builder for Intent Architect 2.0+ ### Issue 1 This is caused because the TemplateGenerator used in the PreProcessor templates are returning...

When you put a stereotype on the generalization end like so: ![image](https://user-images.githubusercontent.com/1290262/72676482-65789f80-3a9a-11ea-9c08-b5a37f596233.png) The API does not expose this, it only has an `IClass` property, for the parentclass and nothing more...

enhancement

https://github.com/IntentSoftware/IntentArchitect/blob/5f2bc2ac327f68ac87a407612c5e3118d2a0e137/Modules/Intent.Modules.ModuleBuilder/Templates/RoslynProjectItemTemplatePartial/RoslynProjectItemTemplatePartialTemplate.tt#L34 The line referenced above is causing the following error when running the SF: ``` System.MissingMethodException: Method not found: 'Void Intent.Modules.Common.Templates.IntentRoslynProjectItemTemplateBase`1.AddTypeSource(System.String, System.String)'. ``` It seems the latest published NuGet package...

bug