Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on December 29, 2005, 04:12:18 pm
-
Hi,
A few days ago someone was requesting to have the kind of file properties as in Dev-Cpp when right clicking on the file either in the editor or the project tree.
I have implemented this, and filed as a patch on sourceforge page.
Link : https://sourceforge.net/tracker/index.php?func=detail&aid=1392899&group_id=126998&atid=707418
Limitations :
- files have to be in the project
- only c/c++ files
Special thanks :
- codestat plug-in; since I borrowed some code from there ;-)
Below you can see how it looks like : (little bit crappy picture because of screenshot capture)
kind regards,
Lieven
[attachment deleted by admin]
-
Great :)
Always take screenshots in PNG, their size is smaller (for screenshots) and the quality is lossless.
-
Hello,
Good work :D.
Takeshi Miya's suggestion is good. JPEG should be used for images and PNG for text :). Anyway, JPEG could be used for text (if you really want :)), but the coding quality is not so good compared with PNG.
Michael