Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
omari is currently offline  omari
Messages: 264
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.
 
Read Message
Read Message
Read Message
Previous Topic: how to create .tppi and .i files (and a working .tpp in a RichTextView)
Next Topic: [FIXED] the menu Assist/THISBACKs.. (Alt + T) does not work
Goto Forum:
  


Current Time: Thu Mar 28 17:23:47 CET 2024

Total time taken to generate the page: 0.01432 seconds