I'm looking for a way to open the same .pas file twice in Delphi XE7 IDE. That would be really handy for editing var
section in first and code in the second view of the file, especially for large functions. Is there such an option?
P.S. I'm aware about Ctrl+Shift+V shortcut to add the variable to the var
section, but I cannot use as I'm porting C++ code to Delphi and IDE tools don't work well with files that are half C++ half Pascal.