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++ Library support » U++ Library : Other (not classified elsewhere) » Suggestion for SuggestCtrl
Suggestion for SuggestCtrl [message #61834] Tue, 21 October 2025 15:38
luoganda is currently offline  luoganda
Messages: 216
Registered: November 2016
Experienced Member
I suggest exposing ArrayCtrl list;
since then - SuggestCtrl would be 'complete'.
eg: ArrayCtrl& GetListCtrl(); or GetPopup(); or something like that.

...in a way that one can then put eg Display into it,
and having all kind of neat things with that in it.
Else - this is not possible, and popup list(ArrayCtrl) is not customizable.

When one is writing to SuggestCtrl,
there is possibly default string already selected,
having ability to just press Tab to select it would be nice(similar to like in TheIDE).
Now - one has to press down once.


By the way,
i suggest modifying this in Esc, now it is:
Quote:

array[start, count]
array[start:end]
array[,count]
array[:count]
Same as array[0, count].


Since there is array[start:end] it specifies start:end,
for array[:count] it should be array[:end],
which would be identical to this format array[start:end],
like array[start, count] is to array[,count].


Also,
is there a way in LocalProcess
to somehow manually send Ctrl-C to it,
since many terminal apps use this key to end it?


Also,
why does't Color have GetAlpha() and separate(not existant) Color(int r, int g, int b, int a)?

[Updated on: Wed, 22 October 2025 20:25]

Report message to a moderator

 
Read Message
Previous Topic: Geom/Geometry.h Crosses with Point
Goto Forum:
  


Current Time: Mon Oct 27 19:21:20 CET 2025

Total time taken to generate the page: 0.04584 seconds