|
Author |
Topic: class vs. Class ?? (Read 350 times) |
|
mKoser
|
class vs. Class ??
« on: Apr 27th, 2004, 5:47pm » |
|
i just noticed that when typing Class (with a capital C) processing coloures this as correct syntax... is this an error in the colouring-checking-system, or can someone explain how Class differs from class. + mikkel
|
mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
|
|
|
TomC
|
Re: class vs. Class ??
« Reply #1 on: Apr 27th, 2004, 5:52pm » |
|
Class is a class in the Java API. Trying off the top of my head, it looks like Processing also colours Class, Integer, Double, Float, Math, Byte, and Character from the same package, but not Number, Short, Long, or Object. So I guess someone chose a list of Java API classes to highlight, and included Class.
|
|
|
|
TomC
|
Re: class vs. Class ??
« Reply #3 on: Apr 27th, 2004, 6:05pm » |
|
Secret weapon http://processing.org/discourse/yabb/action_recent.html Speaking of which, anyone know an easy way to convert that to RSS I'd quite like to subscribe to it, so I don't need to hit refresh all the time... Not that I hit refresh ALL the time :|
|
« Last Edit: Apr 27th, 2004, 6:06pm by TomC » |
|
|
|
|
sspboyd
|
Re: class vs. Class ??
« Reply #4 on: Apr 27th, 2004, 6:15pm » |
|
an RSS feed would be wicked. Please let me know if you find out how. steve
|
gmail.com w/ sspboyd username
|
|
|
|