This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230269 - Refactoring: extract a partial TWIG
Summary: Refactoring: extract a partial TWIG
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Twig (show other bugs)
Version: 7.4
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-25 22:13 UTC by Monomachus
Modified: 2013-05-25 22:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Monomachus 2013-05-25 22:13:30 UTC
I would like to have an option on selected area in a TWIG: 
1. extract partial TWIG or extract another TWIG.
2. I would click on this menu item
3. A popup with the name & location for the new item appears 
4. I select the location, enter the name.
5. Click "OK"
Result:
1. Twig is extracted with another file with entered name and in selected location
2. In the original Twig a line with include tag with the new name of extracted Twig is automatically inserted

Thank you.