Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
File Properties feature implemented
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: File Properties feature implemented (Read 6025 times)
killerbot
Administrator
Lives here!
Posts: 5529
File Properties feature implemented
«
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]
«
Last Edit: December 29, 2005, 04:17:16 pm by killerbot
»
Logged
takeshimiya
Guest
Re: File Properties feature implemented
«
Reply #1 on:
December 29, 2005, 08:54:32 pm »
Great
Always take screenshots in PNG, their size is smaller (for screenshots) and the quality is lossless.
Logged
Michael
Lives here!
Posts: 1608
Re: File Properties feature implemented
«
Reply #2 on:
December 29, 2005, 09:20:57 pm »
Hello,
Good work
.
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
Logged
http://img207.imageshack.us/img207/9728/411948picture4em.png
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
File Properties feature implemented