mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
testing out the internal server to use docs from a .zip
This commit is contained in:
@@ -139,6 +139,15 @@ public class WebServer implements HttpConstants {
|
||||
new Thread(r).start();
|
||||
return port;
|
||||
}
|
||||
|
||||
|
||||
static public void main(String[] args) {
|
||||
try {
|
||||
launch(args[0]);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,10 @@ X https://github.com/processing/processing4/issues/157
|
||||
X https://github.com/processing/processing4/pull/230
|
||||
|
||||
|
||||
_ dealing with reference.zip
|
||||
_ dealing with reference.zip and web server
|
||||
_ web server confirmed to be working, but should check w/ new docs
|
||||
_ psk files, doing that for examples
|
||||
_ 250 example (folders), would cut ~8-900 files to just those 250
|
||||
|
||||
|
||||
_ auto-complete not triggering, workaround as pref?
|
||||
|
||||
Reference in New Issue
Block a user