Bug 73198

Summary: Implement support to display/preview QCOORD on the fly
Product: [Applications] kdevelop Reporter: Mathieu Jobin <opensource>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: 3.0.0b2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mathieu Jobin 2004-01-22 01:27:50 UTC
Version:           3.0.0b2 (using KDE 3.1.94 (CVS >= 20031206), compiled sources)
Compiler:          gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
OS:          Linux (i686) release 2.4.21-0.13mdk

that may sound crazy... 

but that would be great to be able to preview unviewable pics.

like this one, or also XPM and every other else I may forget.

static const QCOORD combo_arrow[] =
	{-4,-5, 4, -5,
	 -2 ,-2, 2, -2,
	  -2 ,-1, 2, -1,
	   -2 ,0, 2, 0,
	   -4, 1, 4, 1,
	   -3, 2, 3, 2,
	   -2 , 3, 2, 3,
	   -1 , 4, 1, 4,
	   0 , 5, 0, 5
	    };
	    

like right click on var name and display/preview.
Comment 1 Andreas Pakulat 2008-06-29 17:45:50 UTC
no interest in 3 years indicates this is a wontfix.
Comment 2 Mathieu Jobin 2008-07-04 03:21:10 UTC
sad