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 » Community » U++ community news and announcements » Some small ide features
Some small ide features [message #41175] Fri, 08 November 2013 11:58 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
theide now got Json and XML viewer - it attempts to views current selection or current file (if nothing selected). Somewhat hidden feature: double-clicking on node copies path as series of ["ccc"][...] useable as "path" for XmlNode/Value.

Assist++ now also emulates methods of S_* types (so far it only emulated memner variables).
Re: Some small ide features [message #41177 is a reply to message #41175] Fri, 08 November 2013 15:43 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Big thanks for JSON viewer!

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: Some small ide features [message #41187 is a reply to message #41177] Sat, 09 November 2013 15:03 Go to previous messageGo to next message
Klugier is currently offline  Klugier
Messages: 1075
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 Go to previous message
Klugier is currently offline  Klugier
Messages: 1075
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.
Previous Topic: ConvertTime, DropTime new features
Next Topic: ParseXmlFilter
Goto Forum:
  


Current Time: Thu Mar 28 23:07:08 CET 2024

Total time taken to generate the page: 0.01332 seconds