Home » Community » U++ community news and announcements » Some small ide features
|
|
Re: Some small ide features [message #41187 is a reply to message #41177] |
Sat, 09 November 2013 15:03   |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello Mirek,
It's great news, but you forgot to add titles for the new windows. Here is some additional function calls:
Title("JSON view");
Title("XML view");
Moreover, fast exit with "ESC" key or another combination seems to be useful (JSON & XML):
bool JsonView::Key(dword key, int count)
{
if(key == K_ESCAPE) {
Break();
return true;
}
return TopWindow::Key(key, count);
}
What I have noticed too is that window has got unnatural size. I enclose examplary screenshot (I don't know the cause of this phenomenon) - It is X11 related issue!
Sincerely,
Klugier
U++ - one framework to rule them all.
[Updated on: Mon, 11 November 2013 22:21] Report message to a moderator
|
|
|
Re: Some small ide features [message #41344 is a reply to message #41187] |
Mon, 02 December 2013 14:57  |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello Mirek,
You can also use "smoothen" filter on new ide icons (XML & JSON).
Sincerely,
Klugier
U++ - one framework to rule them all.
|
|
|
Goto Forum:
Current Time: Mon Apr 28 14:27:33 CEST 2025
Total time taken to generate the page: 0.03715 seconds
|