Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - curvers

Pages: [1]
1
General Board / how to generate getters and setters
« on: October 20, 2012, 07:23:57 pm »
how can i generate public getters and setters for a class with private members (properties)

ty!

alex

2
General Board / Re: changing abstract method not changing implemen
« on: October 08, 2012, 09:25:56 pm »
ok tried it and yeah knowing that option makes it a lot easier! ty!

3
General Board / Re: changing abstract method not changing implemen
« on: October 08, 2012, 08:14:40 pm »
Quote
Alex,

I guess you know about the Ctrl-Shift-O to bring up the "Overrides and Implements" dialog?

You could of course write a script or add-in to update the implementing operations, but I'm not sure if its going to be worth the trouble.

Geert

nope this newbie wasnt aware of that shortcut ...thanks Geert! im gona use that and put in a feature request.

Alex

4
General Board / Re: changing abstract method not changing implemen
« on: October 08, 2012, 07:22:02 pm »
Quote
No that doesn't happen automatically.

You will have to do that manually for each subclass.

Geert

aw, sucks

alex

5
General Board / changing abstract method not changing implementors
« on: October 07, 2012, 07:34:26 pm »
how can i update the implementors of an abstract method automatically when the method signature changes ?

if i have a few classes inhereting the method from the abstract class then i would expect, all child to be updated by default when changing the abstract methods signature

6
General Board / Change access modifier multiple operations
« on: July 22, 2008, 12:02:29 am »
How can i select multiple operations and then set the acces modifier of all the selected operations to lets say private? Now i can only do one by one.

Pages: [1]