ilyxa20 / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 0 forks source link

Auto Complete Protected Function #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a call to a function that doesn't exist.
2. Press [CTRL+1] when the cursor is on the function call.
3. Auto complete only offers the ability for public or private function.

What is the expected output? What do you see instead?
It should also give the option to create a protected function.

What version of the product are you using? On what operating system?
4.2.1 RTM

Please provide any additional information below.
Please integrate ASC 2.0 it would be awesome. ;)

Original issue reported on code.google.com by jbacont...@googlemail.com on 17 Dec 2012 at 4:51

GoogleCodeExporter commented 8 years ago
FD will generate protected methods if you go:
Program Settings > ASCompletion > Code Generation > Generate Protected 
Declarations

Original comment by philippe...@gmail.com on 4 Apr 2013 at 9:12