Vladimir S

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Vladimir S created a post, ActionScript: when press ctrl-Y (delete a line) font size is changed
I dont'n know if this happens only in my environment, but when I delete several lines of code (with ctrl-Y), font size desreases.Anybody faced this problem? Thanks. -
-
Vladimir S created a post, ActionScript: duplicate getter/setter generation available with alt-insert
I have already generated getters and setters for firstName and lastName fields.When I press alt-insert I see the list suggesting me to generate firstName and lastName besides age.package obj {publ... -
Vladimir S created a post, ActionScript: invalid object getter/setter generation with alt-insert
Code generated by idea:package obj {public class Person { private var firstName:String; private var lastName:String; public function Person() { } public function get firstName():Stri...