Bug 73198 - Implement support to display/preview QCOORD on the fly
Summary: Implement support to display/preview QCOORD on the fly
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0b2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 01:27 UTC by Mathieu Jobin
Modified: 2008-07-04 03:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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