opengds / OpenGDS

Open GOOP Development Suite
MIT License
54 stars 13 forks source link

Rename VI (to .vim) now allowed #69

Closed tgutzler closed 3 years ago

tgutzler commented 3 years ago

When I right click on test.vi and select GOOP / Rename Vi... and enter "test.vim" as New name I'm not allowed to rename because the name hasn't changed. I think .vi to .vim should be accepted as name change image

MikaelHolmstrom commented 3 years ago

Excellent idea, I've started to support vim, if you use the latest version and add a method name with the extension .vim, the gui changes to show that it will create a vim and limits some selections. I hope you you'll start using 2020 soon, all new features and efforts is going into that version.

tgutzler commented 3 years ago

We're onboard. Switched over to 2020 this week with the beta version of GDS.

On Sat, 8 May 2021, 07:49 Mikael Holmstrom, @.***> wrote:

Excellent idea, I've started to support vim, if you use the latest version and add a method name with the extension .vim, the gui changes to show that it will create a vim and limits some selections. I hope you you'll start using 2020 soon, all new features and efforts is going into that version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opengds/OpenGDS/issues/69#issuecomment-834803568, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMJUSB2YN3RKKQ3MSHVLL3TMRN5XANCNFSM44INUBAA .

MikaelHolmstrom commented 3 years ago

Fixed, will be available in the next build

MikaelHolmstrom commented 3 years ago

v1.2.59 is ready for download, check the singleton template VIs, and GetInstance changes a s well to see if you think this is okay for you?

tgutzler commented 3 years ago

Looking good. Except, I just discovered that there is a preview when you click on the method template in the create method dialog. Unfortunately, the preview doesn't match the generated code (sometimes). Preview: image Actual: image

MikaelHolmstrom commented 3 years ago

I better fix that, thanks

MikaelHolmstrom commented 3 years ago

BTW have you figured out how to create your custom wire types? image

MikaelHolmstrom commented 3 years ago

Fixed, 2 images have been updated in this folder: resource\Framework\Providers\Open_GDS\ClassProviders\MethodImages Which the ..\MethodTemplatesImages.ini file is pointing to.