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 » [PROPOSAL] Configurable web search menu for TheIDE
Re: [PROPOSAL] Configurable web search menu for TheIDE [message #55471 is a reply to message #55457] Sat, 14 November 2020 13:07 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14255
Registered: November 2005
Ultimate Member
Thanks for comments even if the issue is not yet finished.

WRT ReadIcon... Well, I have found the ReadIcon code lacking, but that was before the commit, so should have been fixed there. BTW, the issue with cppreference is that they do not return correct .ico format, they return regular .png instead with .ico extension Smile And ReadIcon crashed on png. But it does not anymore when I am testing. Can you check this one?

GUI_APP_MAIN
{
	String icon = HttpRequest("https://en.cppreference.com/favicon.ico").Execute();
	for(const Image& m : ReadIcon(icon))
		DDUMP(m.GetSize());
}


If you have the actual ReadIcon version and it is still crashing/freezing, can you send me a backtrace?

As for the default list, StackOverflow has captcha, not sure we want that...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Displaying screenshots in Readme (UppHub)
Next Topic: Import external library - Include files depending on OS
Goto Forum:
  


Current Time: Sat Apr 26 12:48:05 CEST 2025

Total time taken to generate the page: 0.03308 seconds