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 » Copy declaration/definition (Alt+C) now able to extract THISBACKs
Copy declaration/definition (Alt+C) now able to extract THISBACKs [message #44875] Mon, 13 July 2015 12:18
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Helps in situation when you assign a couple of THISBACKs without defining/declaring corresponding functions, like

foo <<= THISBACK(Foo);
bar <<= THISBACK(Bar);

Alt+C converts this to

void Foo();
void Bar();

(and another Alt+C would convert to definitions).
Previous Topic: ide: Rename/Delete package
Next Topic: TheIDE now supports UTF16, detects BOM
Goto Forum:
  


Current Time: Thu Mar 28 15:21:41 CET 2024

Total time taken to generate the page: 0.01463 seconds