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 » Community » U++ community news and announcements » ide: Now showing out of page function / class headers
Re: ide: Now showing out of page function / class headers [message #60055 is a reply to message #60054] Mon, 24 July 2023 08:47 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Oblivion wrote on Sun, 23 July 2023 16:45
Nice feature, but seem to have a litte flaw (or is this intended?):

#include <CtrlLib/CtrlLib.h>

using namespace Upp;

struct MyApp : TopWindow
{
	MyApp()
	{
		// Long lines of code...
	}
	
	void SomeFn()
	{
		// Long lines of code...
	}
};

GUI_APP_MAIN
{
	MyApp().Run();
}


It only shows
struct MyApp : TopWindow {
even if the cursor is in SomeFn().


Best regards,
Oblivion


This is intended.

(struct MyApp info is more important; for a picosecond I considered showing ALL function/class headers, but do not want to steal more lines from the editor.)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ 2023.2 "pre-alpha"
Next Topic: U++ 2023.2rc1
Goto Forum:
  


Current Time: Sun Aug 24 05:42:10 CEST 2025

Total time taken to generate the page: 0.03282 seconds