Search found 5 matches

by waitman
Tue Aug 18, 2009 3:29 am
Forum: General
Topic: PHP high function lighting
Replies: 8
Views: 17253

listview

hi again,

is there a listview avail somewhere for the files list? i guess the 'mod' way is the treeview, but i think it's more convenient to have a listview and drive combox, i'm not sure how to sort by size, name, modified date, etc.

thanks
waitman
by waitman
Fri Aug 14, 2009 6:14 am
Forum: General
Topic: PHP high function lighting
Replies: 8
Views: 17253

There is a Windows, Close All menu. Is that what you mean
OH! it's under "Window". i was looking under "File". Now i know where it is.!


Which keyboard mapping are you using

hmmmm ok i see that option there now, it was very easy to assign. sorry i'm new to zeus. ;-)

thanks again for your help!
by waitman
Fri Aug 14, 2009 5:47 am
Forum: General
Topic: PHP high function lighting
Replies: 8
Views: 17253

ok cool, thanks again!

i like the idea of turning the filter list off! really i think it should only change if i specifically want it to change, i start feeling weird when my files have suddenly vanished and it takes me a moment to recover from disorientation and remember that the filter selection ...
by waitman
Fri Aug 14, 2009 5:10 am
Forum: General
Topic: PHP high function lighting
Replies: 8
Views: 17253

oh, ok. that was pretty darn simple.
with php, i see there are already a few in there.. but i wanted more! ;-)

just pull the words right off the php site.


<?php
$f=explode("\n",strip_tags(implode(file('quickref.php'))));
foreach ($f as $v) {
$v=trim($v);
if (($v!='')&&(is_callable($v))) echo ...
by waitman
Fri Aug 14, 2009 4:16 am
Forum: General
Topic: PHP high function lighting
Replies: 8
Views: 17253

PHP high function lighting

hi,
i'm new to zeus, evaluating. i like it so far, especially since i can turn
off the auto indent, brackets, completion, etc and stuff that drives me
bonkers.

BUT, i need function highlighting. basically i type fast and mispell every
so often and it's so blatantly obvious when it's not the color ...