Commit Graph

24 Commits

Author SHA1 Message Date
lonnen c8800fea98 Moved all the static utility methods to the same place. Added a few more to make exporting easier. 2010-10-05 19:13:05 +00:00
lonnen 2a9feffebe Pushing v1.2.3 to update site. Removed all minimum version requirements from dependencies. 2010-10-04 16:25:06 +00:00
lonnen 29df1b004f Pushing v1.2.2 to the update site. Dependency cleanup and unused code removal. 2010-10-04 15:56:51 +00:00
lonnen 9a089b079d File copying and resource refreshing added to export wizard. 2010-09-30 04:18:27 +00:00
lonnen d563e0e1af New version for the update site. 2010-09-29 02:03:02 +00:00
lonnen 616e60a069 Fix the build process to handle code folder entries correctly. Also, some updates for exporting. 2010-09-23 18:57:21 +00:00
lonnen d76aa79f03 Changed missing sketchName.pde from warning to error. Finished all exporter UI stuff. 2010-09-22 22:46:50 +00:00
lonnen 62864a71bc More export wizard UI. Added a warning when running a sketch fails because the editor is in the wrong perspective. 2010-09-20 18:58:39 +00:00
lonnen f42f65c8ce Added some UI for the export wizard. Still non-functioning. 2010-09-17 20:40:46 +00:00
lonnen 85ae458a00 Doc updates and builder changes. Halved the time it takes for a sketch to build and open. 2010-09-16 16:25:06 +00:00
lonnen 85c3f606cf Updated Core Preferences to remove depreciated code. 2010-09-14 16:10:34 +00:00
lonnen 81437ae387 Cleaned up launcher for readability. 2010-09-13 13:17:56 +00:00
lonnen 418615d248 Added export wizard. not functional, yet, so it hasn't been pushed to the update site. 2010-09-11 01:19:39 +00:00
lonnen 5037980c2e Implemented a resource navigator that hides generated files and non-processing projects, both with the option to disable. This let me remove the single line of depreciated code in the editor perspective. Also, run sketch is enabled in the context menu for skech files/projects in the navigator. Included a full feature build for the update site. 2010-09-08 20:29:59 +00:00
lonnen 5a6232ab7d Minor bug fixes in new sketch template and perspective. 2010-09-08 07:34:37 +00:00
lonnen 0cad81a603 Perspective added but incomplete. See TODO in ui.perspective.Sketching for notes. 2010-09-08 04:39:12 +00:00
lonnen e542a07356 Added licesnse info, fixed core doc, started adding Sketch perspective stuff 2010-09-07 20:45:41 +00:00
lonnen 22b04f0c3d Added sketch launching. Clicking the run button with an open sketch or a sketch folder / file highlighted in the navigator runs an applet just like the PDE, without saving any config. If there are errors, the applet won't load, and errors are reported in the console and Problems view. 2010-09-05 22:40:50 +00:00
lonnen d73a770b05 Added a preference page so the sketchbook location can be be changed. 2010-09-03 20:19:34 +00:00
lonnen 633f54993f New sketch wizard creates a better default sketch, updated to try to pull sketchbook folder from preferences. 2010-09-02 18:33:48 +00:00
lonnen 0989d502b3 Fixed Processing library detection and added an error when the library cannot be found. Multiple missing libraries results in multiple errors. Still encountering classpath errors, and introduced a bug that copies the directory into itself again. Hate to check in a bug, but I have to stop for the night and sleep. 2010-09-02 07:34:03 +00:00
lonnen 702c1a7785 Forgot to add some files that were only stored locally. 2010-08-31 05:46:21 +00:00
lonnen abe17d3ef7 Large ProcessingCore update, including better error reporting, better project lifecycle management, and redesign of SketchProject's to take advantage of existing JDT stuff. Some tie in's to the launching framework for running sketches, but nothing in the UI yet. Lots of debug stuff in the builder still. 2010-08-27 21:32:34 +00:00
lonnen 7cd562553b Massive refactoring of the editor plugin. Added a feature plugin and update site controlling three smaller plugins. Tons of code cleanup. Builds and runs, but still missing a proper compile chain. 2010-08-18 16:30:40 +00:00