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 #60054 is a reply to message #60051] Sun, 23 July 2023 16:45 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1226
Registered: August 2007
Senior Contributor
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


 
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:52:37 CEST 2025

Total time taken to generate the page: 0.04173 seconds