History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19537
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Per Olesen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Move constant refactoring

Created: 10 Sep 08 18:33   Updated: 10 Sep 08 18:38
Component/s: Flex Support

Environment: Linux

Build: 8,769


 Description  « Hide
Given this as3 class:

package testing {
public class Foo { public static const BAR : String = "42"; }
}

Putting the caret on BAR and hitting F6 (move), makes IDEA suggest to move the Foo.as file somewhere. I would like to be able to move the constant to some other class.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.