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

Key: RSRP-11193
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

ASP support: <script> tag creation on creating declaration better formatting

Created: 05 Aug 06 17:30   Updated: 09 Sep 06 13:26
Component/s: Language - ASP.NET
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=11193


 Description  « Hide
E.g. introduce field by quickfix in ASP. Instead of "<script runat="server">private int field;</script>" somewhere inside existing line create

<script runat="server">
private int field;
</script>



 All   Comments   Work Log   Change History      Sort Order:
Valentin Kipiatkov - 08 Aug 06 04:37
Re: #11193- ASP support: <script> tag creation on creating declaration better formatt
Has less priority if we change create from usage (and other features) to generate into code behind in this case.