Author Topic: File Properties feature implemented  (Read 4539 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
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 »

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.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: File Properties feature implemented
« Reply #2 on: December 29, 2005, 09:20:57 pm »
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