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 » ide/editor usability issues
Re: ide/editor usability issues [message #51259 is a reply to message #51257] Mon, 25 February 2019 12:47 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
slashupp wrote on Mon, 25 February 2019 12:34
yes, same thing

"Be verbose" was not checked, so I checked it, no change to menu, and no check-box next to "Word wrap"
Restarted theide with verbose checked, still no change, no check-box


I was asking about "Be verbose" only to check that checkboxes work in the menu on your setup.

IDK. It feels like something really weird is going on here. For starters, can you "rebuild all" current trunk and recheck?

You can also check this code (.Check should add that checkbox there)

void Ide::EditSpecial(Bar& menu)
{
	bool b = !editor.IsReadOnly();
	menu.Add(AK_WORDWRAP, THISBACK(ToggleWordwrap))
	    .Check(wordwrap);
	    
	menu.Separator();


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
Previous Topic: cannot debug app -SOLVED
Next Topic: Adding Zig Language Support [FEATURE REQUEST]
Goto Forum:
  


Current Time: Sat Jun 01 03:24:05 CEST 2024

Total time taken to generate the page: 0.02056 seconds