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 next 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.
Re: [FEATURE] Alt+L shall do GoBack when the log file is opened (patch included) [message #45633 is a reply to message #45629] Thu, 17 December 2015 18:32 Go to previous messageGo to next message
Klugier is currently offline  Klugier
Messages: 1075
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello omari,

Good idea. Added to redmine: http://www.ultimatepp.org/redmine/issues/1357.

Sincerely,
Klugier


U++ - one framework to rule them all.
Re: [FEATURE] Alt+L shall do GoBack when the log file is opened (patch included) [message #45869 is a reply to message #45633] Sat, 16 January 2016 07:51 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks, good idea, applied.

Mirek
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: Fri Mar 29 08:51:24 CET 2024

Total time taken to generate the page: 0.01656 seconds