A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Sought: filetype icons for a programing environment



 
 
Thread Tools Display Modes
  #1  
Old August 20th 18, 09:42 AM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
R.Wieser
external usenet poster
 
Posts: 1,302
Default Sought: filetype icons for a programing environment

Hello all,

I've got several files with no filetype icons of their own (just the generic
"text document" one). And although I've been looking for a while I've not
been able to find a good set of "programmers icons". (the reason I'm
calling them "programmers icons" is because they are files used or generated
by the programming language I'm using)

What I'm looking for is a set of icons which has the three-letter file
extension on a simple "document icon" (rectangle, top-right corner folded
in), with the extension-text overflowing to the left. Over the years I
found a few single ones, but never an extensive set.

I already have a set of icons which, very artistically, combine blocks,
lines, circles and even sprockets (extracted from a C/C++ programming
environment :-) ). But when you have a number of them on the same page -
with just different positioning and coloring - it becomes a bit hard to
recognise them apart. :-\

.... the biggest problem ofcourse is that I need to have them in 16x16 (and
if possible 32x32) 16-color style (classic XP style).

The ones I currently really could use a
..LIB
..INC
..IDL
..OBJ

as well as for a few intermediate files:
..LST
..MAP
..TLB

Regards,
Rudy Wieser

P.s.
If someone knows about a program (executable or sourcecode) which can
combine a random three-character combination with a generic document icon it
would even be better. Though with a minimal width of just 16 pixels I'm
not really sure if its possible to automate that ("WWW" will probably always
fail - too wide).



Ads
  #2  
Old August 21st 18, 12:58 AM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
JJ[_11_]
external usenet poster
 
Posts: 744
Default Sought: filetype icons for a programing environment

On Mon, 20 Aug 2018 10:42:48 +0200, R.Wieser wrote:

P.s.
If someone knows about a program (executable or sourcecode) which can
combine a random three-character combination with a generic document icon it
would even be better. Though with a minimal width of just 16 pixels I'm
not really sure if its possible to automate that ("WWW" will probably always
fail - too wide).


With only a 16x16 space, I think you can fit 4 characters as 2 rows 2
columns text with a 5x5 font. e.g. for LIB file, it would be ".L" on the
first row, then "IB" on the second row. There would be enough space for an
icon border and space between the characters and the border.
  #3  
Old August 21st 18, 11:08 AM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
R.Wieser
external usenet poster
 
Posts: 1,302
Default Sought: filetype icons for a programing environment

JJ,

With only a 16x16 space, I think you can fit 4 characters as 2
rows 2 columns text with a 5x5 font.


Assuming the width includes the character spacing a 5x5 font should, on a
16x16 icon, allow three chars next to each other ...

And now you say that I seem to remember having tried to draw my own icons
with a 5x5 ... 7 font, but it didn't quite look as good as as the ones I
downloaded (to be honest, it looked ****e. :-( )

Currently I already have a few icons with three letters next to each other
("asm", "php" - I already sought for them online so I could point to an
example, but was not able to find them back). Using variable-width
characters a number of other combinations should be possible too.

But yes, although the readability would suffer as a result of putting it in
two lines I guess that that would be a possibility too. I'll keep in in
mind.

Regards,
Rudy Wieser


  #4  
Old August 21st 18, 12:10 PM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
JJ[_11_]
external usenet poster
 
Posts: 744
Default Sought: filetype icons for a programing environment

On Tue, 21 Aug 2018 12:08:20 +0200, R.Wieser wrote:

And now you say that I seem to remember having tried to draw my own icons
with a 5x5 ... 7 font, but it didn't quite look as good as as the ones I
downloaded (to be honest, it looked ****e. :-( )


Did you applied (hand made) anti-aliasing?
  #5  
Old August 21st 18, 12:50 PM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
R.Wieser
external usenet poster
 
Posts: 1,302
Default Sought: filetype icons for a programing environment

JJ,

Did you applied (hand made) anti-aliasing?


I *think* I did try it. But I'm simply not that much of a graphical artist
(not even on that level) to do such a thing with any kind of confidence.

Though if you know of "anti-aliassed" font-sets of such small dimension I
would not say no to it ofcourse (better copied well than created badly
yourself :-) ).

Regards,
Rudy Wieser


  #6  
Old August 21st 18, 04:51 PM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
Shadow
external usenet poster
 
Posts: 1,638
Default Sought: filetype icons for a programing environment

On Mon, 20 Aug 2018 10:42:48 +0200, "R.Wieser"
wrote:

Hello all,

I've got several files with no filetype icons of their own (just the generic
"text document" one). And although I've been looking for a while I've not
been able to find a good set of "programmers icons". (the reason I'm
calling them "programmers icons" is because they are files used or generated
by the programming language I'm using)

What I'm looking for is a set of icons which has the three-letter file
extension on a simple "document icon" (rectangle, top-right corner folded
in), with the extension-text overflowing to the left. Over the years I
found a few single ones, but never an extensive set.

I already have a set of icons which, very artistically, combine blocks,
lines, circles and even sprockets (extracted from a C/C++ programming
environment :-) ). But when you have a number of them on the same page -
with just different positioning and coloring - it becomes a bit hard to
recognise them apart. :-\

... the biggest problem ofcourse is that I need to have them in 16x16 (and
if possible 32x32) 16-color style (classic XP style).

The ones I currently really could use a
.LIB
.INC
.IDL
.OBJ

as well as for a few intermediate files:
.LST
.MAP
.TLB

Regards,
Rudy Wieser

P.s.
If someone knows about a program (executable or sourcecode) which can
combine a random three-character combination with a generic document icon it
would even be better. Though with a minimal width of just 16 pixels I'm
not really sure if its possible to automate that ("WWW" will probably always
fail - too wide).



Why do the icons have to be so small ?

https://www.iconfinder.com/search/?q...ing&price=free
https://findicons.com/search/programming
http://www.iconarchive.com/
https://dryicons.com/searches

Those are all free, and you can edit them with something from
Aha-soft or Sibcode

http://www.sibcode.com/icon-editor/
http://www.aha-soft.com/iconlover/

(I think they are the same company).
[]'s
--
Don't be evil - Google 2004
We have a new policy - Google 2012
  #7  
Old August 21st 18, 05:48 PM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
R.Wieser
external usenet poster
 
Posts: 1,302
Default Sought: filetype icons for a programing environment

Shadow,

Why do the icons have to be so small ?


16x16 is the Windows default size for the "list" mode in explorer.

Thanks for those "icon" links. Alas, all of them show VECTOR graphics, and
those scale down to 16x16 (very) badly. :-\

There is a reason that I, at long last, posted my question here. But not
because I could not find websites offering icons. I've found *lots* of
them, but alas, not with the icons I am looking for. :-(

Regards,
Rudy Wieser


  #8  
Old August 22nd 18, 09:31 AM posted to microsoft.public.windowsxp.general,comp.os.ms-windows.programmer.win32
JJ[_11_]
external usenet poster
 
Posts: 744
Default Sought: filetype icons for a programing environment

On Tue, 21 Aug 2018 13:50:16 +0200, R.Wieser wrote:

Though if you know of "anti-aliassed" font-sets of such small dimension I
would not say no to it ofcourse (better copied well than created badly
yourself :-) ).


Hmm... that reminds me. Walnut Creek CDs sometime have images which contains
pre made characters. Those were used for DOS applications which still uses
320x200 screens, or 640x480 at most. Perhaps you can find one or two from
Internet Archive, but the CD collection is quite many.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 12:26 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.