quick commentary
plext v0.1 is close to release, this will include the xspf plext plugin.
i just bought a new copy of visual assist x, it's a visual studio ide extender worth using. used to use it over at exceed/toadnode and you just get used to it. i find the extended colorization (syntax highlighting) makes coding much easier, some of the intellisense options are neat, overall a good tool.
i guess this goes along with comments i made about the color ls support in linux, when i had added colors for source/header/object files.
on most systems this is located at /etc/DIR_COLORS, i've added the following:
i just bought a new copy of visual assist x, it's a visual studio ide extender worth using. used to use it over at exceed/toadnode and you just get used to it. i find the extended colorization (syntax highlighting) makes coding much easier, some of the intellisense options are neat, overall a good tool.
i guess this goes along with comments i made about the color ls support in linux, when i had added colors for source/header/object files.
on most systems this is located at /etc/DIR_COLORS, i've added the following:
| .c 01;36 # program source
.cpp 01;36 .cc 01;36 .h 00;36 .hh 00;36 .java 01;36 .pl 01;36 .o 01;37;44 # program object .so 01;37;44 .a 01;37;44 |

0 Comments:
Post a Comment
<< Home