I use Delphi 2007 in my daily work and am now starting to watch VS2008 and C #. One confusing thing compared to Delphi is the design editor in VS.
Layout hierarchy in Delphi http://pp.kpnet.fi/bengtsson/temp/delphi.png
As you can see on the left, I have a component hierarchy. Some of them, such as TPanel and TGroupbox, may contain other components. It is very easy to change a parent by simply dragging and dropping it into the tree view.
Compare this to a VS that has a flat structure. How can I reorganize component layout in VS? Did I miss something?
Hello
- Source Code Outliner PowerToy
alt text http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=SourceCodeOutliner&DownloadId=3493
, CodeRush DXCore Visual Studio, DX_SourceOutliner.
Delphi #. # . , Visual Studio , Delphi, .
EDIT: "Document Outline", "" → " " → " ". CTRL + Alt + T .
There is third-party support, as google told me: http://www.telerik.com/products/winforms/tools.aspx . This probably means that VS does not support this out of the box ;-) Not sure if it allows you to move between parents.
Source: https://habr.com/ru/post/1724773/More articles:Can I use Webrat applications for ASP.NET? - asp.netIn windbg, How to set a breakpoint for all functions in kernel32.dll? - c ++JNI / C library: ptr byte traversal - cHow does impulse / inertial scrolling work with Magic Mouse on NSScrollView? - cocoaCan a transaction have many threads? - javaC # top line - stringWhat to do with saving user uploaded files in the Zend Framework application? - phpIs there a way to get the number of places after the decimal point in dual Java? - javaAre VB.NET code snippets available for C #? - c #LINQ to XML: handle nodes that don't exist? - c #All Articles