PDA

View Full Version : What color scheme do you use in your editor? And what editor do you use?


madgett
05-11-2005, 11:41 PM
You can use this actionscript code when showing your color scheme:
// What colors do you use to format your code?
class ActionScriptFormat {
public static var formatnum:Number = 0;
public var str:String;
public var num:Number;
private var mc:MovieClip;
public function ActionScriptFormat() {
str = "Some text";
format();
}
private function format(Void):Void {
trace("More text");
num = 1;
num += 5;
mc = _root.createEmptyMovieClip("mc", 0);
mc._alpha = 50;
with (mc) {
moveTo(25, 25);
}
}
}
I use SE|PY and here is my color scheme:

mmm..pi..3.14..
05-12-2005, 12:11 AM
Default color scheme, baby!! :D

CyanBlue
05-12-2005, 12:16 AM
I use this... :)

mmm..pi..3.14..
05-12-2005, 12:20 AM
man that's confusing...how can you read that?

CyanBlue
05-12-2005, 12:23 AM
Well... That's the safest color I can come up with to make sure I get less pain in my eyes... :)

Gotta go home... Talk to you guys later... :D

mmm..pi..3.14..
05-12-2005, 12:26 AM
suppose it makes sense...but I'm still young...got a long way to go before I get eye strain on a computer :p

CyanBlue
05-12-2005, 12:27 AM
Yeah... You get the bad eyes genetically... You get the laser surgery... You still get to use a thick glasses... What do you know??? :D

jjbilly
05-12-2005, 12:31 AM
I like CyanBlue's - I may go for that tomorrow. Sepy keeps crashing on me and going back to some horrific default with white text on yellow highlight for selected lines, whatever I do. And then there's the fonts...

cxn926
05-12-2005, 01:23 AM
how do i change the color. i like cyanblue's. it doesnt hurt my eyes either.

cxn926
05-12-2005, 01:27 AM
nvm. i now know how

senocular
05-12-2005, 01:53 AM
SciTE defaults. I've tried the black background before and it doesnt work for me.

farafiro
05-12-2005, 07:11 AM
Default color scheme, baby!! :D
yesssssssssssssssssssssssssss

catbert303
05-12-2005, 09:26 AM
I use ultraedit with these oh so lovely colours...