Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » [FEATURE] Alt+L shall do GoBack when the log file is opened (patch included)
[FEATURE] Alt+L shall do GoBack when the log file is opened (patch included) [message #45629] |
Thu, 17 December 2015 18:07  |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
lets take a look at the log file, and return.
patched OpenLog() function:
file: ide/Debug.cpp
line: 424
void Ide::OpenLog()
{
String p = GetLogPath();
//+++++++++++++++++++++++++++
String path = NormalizePath(p);
if(!designer && path == editfile)
{
History(-1);
return;
}
AddHistory();
//----------------------------
if(FileExists(p))
EditFile(p);
}
regards
omari.
|
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 21:54:19 CEST 2025
Total time taken to generate the page: 0.00822 seconds
|