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: Other Features Wishlist and/or Bugs » Bug+solution in TheIde Topic++ (I fixed a little problem in the Topic++ part of Theide)
Re: Bug+solution in TheIde Topic++ [message #46295 is a reply to message #46294] Sat, 09 April 2016 23:03 Go to previous messageGo to previous message
Alboni is currently offline  Alboni
Messages: 214
Registered: January 2012
Location: Deventer, Netherlands
Experienced Member
Also added int64 to ide/Browser/item.cpp

bool IsCppType(const String& id)
{
	static const char *t[] = {
		"int", "int64", "long", "short", "void", "float", "double", "char", "signed", "unsigned", "bool",
		"const", "mutable", "struct", "class", "union"
	};
	static Index<String> kt;
	ONCELOCK {
		for(int i = 0; i < __countof(t); i++)
			kt.Add(t[i]);
	}
	return kt.Find(id) >= 0;
}

But it doesn't change the color of int64 into blue in the popup when hovering over the little square like it does with int.
index.php?t=getfile&id=4995&private=0


  • Attachment: popup.png
    (Size: 36.73KB, Downloaded 461 times)
 
Read Message
Read Message
Read Message
Previous Topic: Rare bug on CtrlCore/ImageWin32.cpp
Next Topic: [ACCEPTED] New file
Goto Forum:
  


Current Time: Fri May 10 10:40:17 CEST 2024

Total time taken to generate the page: 0.01927 seconds