Commit Graph

24 Commits

Author SHA1 Message Date
Adam Morris 133b04b811 Updated the 3DGS code to support the latest spec and deprecated old spec 2025-08-26 13:00:14 -05:00
Adam N. Morris 9aa73841e0 Added css and md to the prettier glob for Jetbrains 2025-01-10 12:30:58 -06:00
Adam N. Morris e829d35b22 Updated JetBrains configuration for prettier. 2025-01-10 11:44:10 -06:00
Victor Turansky deeedf0a7e
GitHub issue links in IDEA Git log 2024-03-01 00:53:23 +02:00
Sean Lilley 59188d34d9 Remove old webstorm project file 2019-04-25 14:09:35 -04:00
Sean Lilley 521fa5b3ba Webstorm project change 2018-11-20 15:53:37 -05:00
Matthew Amato da79edb458 Tweak after #6655
Electron is no longer used in WebStorm and Chrome is used to run tests,
we can't use headless until WebGL is supported.
2018-07-27 09:30:06 -04:00
hpinkos 138c620277 resolve undefined for status code 204 2017-12-01 13:20:59 -05:00
Sean Lilley 9f86488125 Updated CHANGES.md 2017-08-07 16:21:28 -04:00
Sean Lilley 1e0ecef852 Fix LICENSE.md spacing 2017-07-30 19:53:24 -07:00
Ottavio Hartman e676d93c83 Add 2017-06-07 13:40:31 -04:00
Matthew Amato 3b07537a61 Configure WebStorm for Eslint 2017-05-24 15:04:30 -04:00
Sean Lilley e92cebddad Revert webstorm settings 2017-04-18 13:24:06 -04:00
hates 435496178b merge with master 2017-04-14 23:43:07 +03:00
Sean Lilley f8d2ac1644 Merge branch 'master' into model-color 2016-11-25 10:22:59 -05:00
Sean Lilley 720cc53cc7 Webstorm project updates 2016-08-30 09:32:05 -04:00
Matthew Amato ebf6128330 Tweak WebStorm auto-formatter
We had `ALIGN_MULTILINE_PARAMETERS_IN_CALLS` enabled (it's not the default)
becuase it was believed to match the existing Cesium formatting better,
but it turns out it's just annoying and ends up adding a ton of whitespace.
2016-04-25 16:43:43 -04:00
Sean Lilley b32c33ee8e Update Run_tests.xml 2016-03-25 16:40:59 -04:00
Matthew Amato 1ca5cc549a Add Electron launcher
Use it to run tests from within WebStorm.
2016-03-01 14:08:07 -05:00
Matthew Amato b5c0cf58f6 Add configuration to run tests from WebStorm. 2016-03-01 13:55:26 -05:00
Sean Lilley 9c80c9e86d Webstorm 11 config file updates 2015-11-10 09:04:25 -05:00
Matthew Amato 7e08a7b2a7 Initial port of build process to gulp
1. Move all build related code to gulpfile.js
2. Add `npm` scripts for all gulp tasks so no one needs to install gulp globally.
3. Added new `jshint-watch` task for continually running jsHint on changed files and writing the results to the console.
2015-10-16 17:30:14 -04:00
Matthew Amato 6f59106a18 Use relative paths. 2015-09-21 14:37:53 -04:00
Matthew Amato f92e2fafb1 Initial WebStorm project
This adds a basic WebStorm project for devs that want to use WebStorm.
It's not as robust as the Eclipse set up yet, but I'll remedy that in a
future PR.  For now:

1. Configure code formatters to mimic Eclipse formatting.  It's not 100%
but it's close

2. Add a File Watch that triggers `ant build` whenever a glsl file is
modified.

3. Mark `Build` directory as ignored, the root directory as resource root,
and the `Specs` directory as test root.
2015-09-21 14:25:49 -04:00