Alexey Andreev
|
55657036a1
|
idea: fix support for 2024.1+
|
2024-06-10 19:41:34 +02:00 |
|
Alexey Andreev
|
908047fb1f
|
idea: fix dev server
See discussion at #903
|
2024-04-12 20:27:39 +02:00 |
|
Alexey Andreev
|
bbd02b0067
|
gradle: implement dev server task
|
2024-03-20 20:41:10 +01:00 |
|
Alexey Andreev
|
ba7dcd13b5
|
Update gradle scripts for latest gradle version
1. Use lazy property assignment
2. Remove usages of deprecated buildDir property
|
2023-09-21 09:52:29 +02:00 |
|
Alexey Andreev
|
ffcded86bb
|
IDEA: trying to fix plugin configuration
|
2023-04-02 20:07:06 +02:00 |
|
Alexey Andreev
|
9676b2a238
|
IDEA: fix running dev server. Fix #679
|
2023-04-02 19:47:51 +02:00 |
|
Alexey Andreev
|
671b1da25b
|
Fix build configuration for releasing TeaVM. Add release script.
|
2023-03-06 15:13:10 +01:00 |
|
Alexey Andreev
|
8014c038c0
|
Migrate to gradle
|
2023-01-23 17:16:07 +01:00 |
|
Alexey Andreev
|
2a0f6f206e
|
New IDEA module kind based on Gradle
|
2022-12-20 20:48:16 +01:00 |
|
Alexey Andreev
|
8963b00ed4
|
IDEA: fix build
|
2022-12-20 18:01:46 +01:00 |
|
Alexey Andreev
|
238930bfc3
|
IDEA: bump maven-shade-plugin version
|
2022-11-17 13:10:57 +01:00 |
|
Alexey Andreev
|
7025ea8e19
|
IDEA plugin: fix one more id issue
|
2021-10-14 16:00:08 +03:00 |
|
Alexey Andreev
|
04cbd07fb5
|
Fix build configuration for parallel builds
|
2021-10-14 11:06:36 +03:00 |
|
Alexey Andreev
|
1ef2d5d1c2
|
IDEA plugin: fix spamming exception
|
2021-10-14 10:48:23 +03:00 |
|
Alexey Andreev
|
43437fd9b2
|
Update checkstyle settings in IDEA
|
2021-03-18 11:36:23 +03:00 |
|
Alexey Andreev
|
81bfe3f6e2
|
Improve pom.xml configuration
|
2021-03-18 11:16:41 +03:00 |
|
Alexey Andreev
|
ae1ec8ffe5
|
Make IDEA plugin work with recent IDEA versions, remove some deprecated API usages
|
2021-01-28 17:57:35 +03:00 |
|
Alexey Andreev
|
9f823ee450
|
Minor improvements to time zone support
|
2020-04-30 15:49:37 +03:00 |
|
Alexey Andreev
|
fecdd6613a
|
Use tab character to indent stack traces
|
2020-02-14 10:39:50 +03:00 |
|
Alexey Andreev
|
8237403161
|
Fix build of IDEA plugin
|
2019-12-04 18:45:22 +03:00 |
|
Alexey Andreev
|
96be75664c
|
Fix build of IDEA plugin
|
2019-12-04 18:13:28 +03:00 |
|
Alexey Andreev
|
a36cd51c53
|
Fix build of IDEA plugin
|
2019-12-04 17:25:07 +03:00 |
|
Alexey Andreev
|
efa15936da
|
Fix build of IDEA plugin
|
2019-12-04 16:56:47 +03:00 |
|
Alexey Andreev
|
037acc613c
|
Update IDEA version to 2018.2.8
|
2019-12-04 15:29:10 +03:00 |
|
Alexey Andreev
|
b60d57ea73
|
Fix compilation of IDEA plugin
|
2019-10-31 15:35:19 +03:00 |
|
Alexey Andreev
|
f0b6cc2f30
|
Update version to 0.7.0
|
2019-09-24 16:26:14 +03:00 |
|
Alexey Andreev
|
f08faba3d2
|
Fix compilation of IDEA plugin
|
2019-03-11 12:32:15 +03:00 |
|
Alexey Andreev
|
e8312021f2
|
IDEA: don't serialize call graph when dev server completes build
|
2019-02-27 13:24:12 +03:00 |
|
Alexey Andreev
|
bd00575219
|
IDEA: fix dev server run configuration on Windows. Fix CORS issue with stack trace deobfuscator
|
2019-02-18 13:07:51 +03:00 |
|
Alexey Andreev
|
35ca7fd152
|
Add lazy compilation pipeline that can work a little bit faster in incremental compiler
|
2019-01-30 19:00:07 +03:00 |
|
Alexey Andreev
|
78c55437e3
|
Add stack deobfuscation to dev server
|
2019-01-24 16:28:30 +03:00 |
|
Alexey Andreev
|
97a1db1b79
|
Allow to delegate requests to dev server to another server
|
2018-12-29 14:28:06 +03:00 |
|
Alexey Andreev
|
58c19e3abc
|
Minor fixes in development toolchain
|
2018-12-25 18:45:26 +03:00 |
|
Alexey Andreev
|
6900fd587c
|
Fix Float/Double.parse for strings like '123.'
|
2018-12-24 18:16:05 +03:00 |
|
Alexey Andreev
|
90c23e6686
|
Allow to customize debug port both in IDEA and Chrome
|
2018-12-20 12:09:32 +03:00 |
|
Alexey Andreev
|
a4b61bac19
|
Fix bugs in debugger
|
2018-12-19 19:28:35 +03:00 |
|
Alexey Andreev
|
75295f50e5
|
Make debugging API asynchronous
|
2018-12-19 18:13:15 +03:00 |
|
Alexey Andreev
|
66126856a2
|
IDEA: run debug server when running dev server in debug mode, connect to this server automatically from the web page
|
2018-12-17 19:31:53 +03:00 |
|
Alexey Andreev
|
b1e04da597
|
IDEA: improve dev server console
|
2018-12-17 15:46:29 +03:00 |
|
Alexey Andreev
|
d7d4dc1571
|
Add IDEA run configuration that runs dev server
|
2018-12-16 20:42:21 +03:00 |
|
Alexey Andreev
|
eec458089f
|
Implement development server
|
2018-12-10 19:03:18 +03:00 |
|
Alexey Andreev
|
753755918d
|
Update build config to avoid jar hell
|
2018-11-22 14:49:30 +03:00 |
|
Alexey Andreev
|
c7e7e3b3f0
|
Fix IDEA plugin build
|
2018-11-20 15:21:55 +03:00 |
|
Alexey Andreev
|
fc799afcda
|
Add Maven option to run TeaVM in a separate process
|
2018-11-20 14:22:35 +03:00 |
|
Alexey Andreev
|
d4b145a523
|
IDEA: update project configuration
|
2018-11-06 14:49:14 +03:00 |
|
Alexey Andreev
|
eff86f6239
|
Less output from Maven. Delete TeaVM artifacts from local repository before caching
|
2018-10-26 16:10:36 +03:00 |
|
Alexey Andreev
|
16ea944a87
|
Travis: fix build configuration
|
2018-10-26 15:21:04 +03:00 |
|
Alexey Andreev
|
7bef0f5bb8
|
Bump IDEA version to 2017.3
|
2018-10-25 13:15:28 +03:00 |
|
Alexey Andreev
|
55e0905518
|
IDEA: add facet option to skip TeaVM compilation
|
2018-09-04 18:30:15 +03:00 |
|
Alexey Andreev
|
8c35ef0189
|
IDEA: fix starting daemon with specified amount of memory
|
2018-08-30 11:11:15 +03:00 |
|