rubberduck-vba / Rubberduck3

COM add-in for the VBIDE
GNU General Public License v3.0
89 stars 17 forks source link

Rename prompt #54

Open retailcoder opened 1 year ago

retailcoder commented 1 year ago

Implement a prompt based on the MessageBox component, that receives an identifier name from user input in a textbox - mock-up:

mock-up of the prompt with an empty input field, a validation error message saying "field is required", a prompt to rename "class module Class1" with the "object-class" icon next to the "Rename" heading. Cancel buttons is available, Ok button is disabled.


Maximum length - module: 31 characters. Anything else: 255 characters (TODO verify in MSVBAL).