Ben Fry
|
4a2259462b
|
implement mime types used in the reference; more cleanup
|
2021-08-08 09:32:59 -04:00 |
|
Ben Fry
|
6d295275ca
|
move Worker to inner class, sort extensions
|
2021-08-08 08:22:20 -04:00 |
|
Ben Fry
|
bf2f09d04f
|
fix indents, lots of cleaning up/removal of unused code
|
2021-08-08 07:50:42 -04:00 |
|
Ben Fry
|
3064ca69bd
|
disallow Show Sketch Folder, Add File, and Export Application with untitled and read-only sketches
|
2021-08-06 22:15:05 -04:00 |
|
Ben Fry
|
d57db2818f
|
remove special JRE/JDK Downloader Ant Task because no longer needed
|
2021-08-06 20:17:33 -04:00 |
|
Ben Fry
|
cb37d059b8
|
finish getting pdex files to install, now with actual feedback
|
2021-08-06 20:12:41 -04:00 |
|
Ben Fry
|
40998a7da5
|
rewrite installer to use EditorStatus for progress
|
2021-08-06 20:02:06 -04:00 |
|
Ben Fry
|
e369f9754a
|
swing is a horror show. trying to show a simple status dialog.
|
2021-08-06 19:50:48 -04:00 |
|
Ben Fry
|
8ba880abb3
|
a little house cleaning
|
2021-08-06 19:01:39 -04:00 |
|
Ben Fry
|
389138f679
|
fix file association (apparently "None" is useless)
|
2021-08-06 18:52:28 -04:00 |
|
Ben Fry
|
231b16fc3f
|
fix extension choices
|
2021-08-06 18:51:57 -04:00 |
|
Ben Fry
|
271fc01bc6
|
initial code to install a contrib from a pdex file
|
2021-08-05 22:29:32 -04:00 |
|
Ben Fry
|
fd467072bf
|
cleaning up what these contrib methods do
|
2021-08-05 22:04:13 -04:00 |
|
Ben Fry
|
ac26fbfe09
|
set Windows file associations for pdex and pdez
|
2021-08-05 21:44:45 -04:00 |
|
Ben Fry
|
1646f419db
|
minor chooser tweaks, disable nvidia bug code
|
2021-08-05 21:34:30 -04:00 |
|
Ben Fry
|
2331834e1f
|
using a <get> instead of the jre downloader
|
2021-08-05 19:33:10 -04:00 |
|
Ben Fry
|
2d97b0d433
|
implement cmd/ctrl-up and cmd/ctrl-down
|
2021-08-05 19:09:47 -04:00 |
|
Ben Fry
|
f2f2a0fbef
|
just clean a couple warnings
|
2021-08-05 19:08:14 -04:00 |
|
Ben Fry
|
9a94ccfb36
|
trying out pdex and pdez
|
2021-08-05 19:07:49 -04:00 |
|
Ben Fry
|
e09f7d117b
|
initial support for reading sketches from a zipped file
|
2021-08-04 22:05:01 -04:00 |
|
Ben Fry
|
cef4787b88
|
change EditorFooter to use updateTheme(), and add to call list inside Editor
|
2021-08-04 08:31:35 -04:00 |
|
Ben Fry
|
c8ed308e8b
|
code completion working again
|
2021-08-04 08:28:27 -04:00 |
|
Ben Fry
|
4db3f114c0
|
don't assume ErrorTable exists (https://github.com/jdf/processing.py/issues/382#issuecomment-892269678)
|
2021-08-04 08:11:10 -04:00 |
|
Ben Fry
|
74c157a104
|
cleanup: remove unused imports and vars
|
2021-08-04 08:09:00 -04:00 |
|
Ben Fry
|
3032ed94f4
|
a little cleanup; removing unused bits and old code
|
2021-08-04 08:02:30 -04:00 |
|
Ben Fry
|
051a104893
|
testing out the internal server to use docs from a .zip
|
2021-08-04 08:01:10 -04:00 |
|
Ben Fry
|
2a1fae8f77
|
turning off vaqua bits, no longer need override
|
2021-08-03 21:44:58 -04:00 |
|
Ben Fry
|
f49138a7d5
|
try kerning to see if it helps
|
2021-08-03 21:44:35 -04:00 |
|
Ben Fry
|
83cb08970a
|
fix line lengths
|
2021-08-03 20:59:35 -04:00 |
|
Ben Fry
|
b34a022031
|
remove unused code
|
2021-08-03 20:48:43 -04:00 |
|
Ben Fry
|
b50f5d8c8f
|
fix Messages.logf()
|
2021-08-03 20:47:14 -04:00 |
|
Ben Fry
|
0419b1ffb2
|
change Messages.loge() to Messages.err(), additional cleanup
|
2021-08-03 20:44:03 -04:00 |
|
Ben Fry
|
58dc712232
|
warning cleanups, notes, clarifications
|
2021-08-03 12:24:33 -04:00 |
|
Ben Fry
|
697f832042
|
remove code for pulling fonts from JAVA_HOME/lib/fonts
|
2021-08-03 12:20:04 -04:00 |
|
Ben Fry
|
78da02e927
|
make methods private that are not used outside this class
|
2021-08-02 07:31:58 -04:00 |
|
Ben Fry
|
9bcdae45d0
|
remove unused trigger ref
|
2021-08-02 07:31:43 -04:00 |
|
Ben Fry
|
6656ae211d
|
finish cleaning up suggestions.txt handling and related code
|
2021-08-02 06:54:34 -04:00 |
|
Ben Fry
|
4bb9cd34f0
|
trying to tidy things up a bit in CompletionGenerator
|
2021-08-01 21:38:52 -04:00 |
|
Ben Fry
|
0313c4092c
|
doing a dumb list inside the file, but yikes
|
2021-08-01 19:32:43 -04:00 |
|
Ben Fry
|
bd901c95bc
|
further untangling of completion suggestions; yikes
|
2021-08-01 18:31:43 -04:00 |
|
Ben Fry
|
a6091f3cf8
|
cleaning up pdex prefs and underbrush
|
2021-08-01 18:15:17 -04:00 |
|
Ben Fry
|
0fa9d19892
|
cleaning up suggestions list access and remove unused lines
|
2021-08-01 13:15:47 -04:00 |
|
Ben Fry
|
e74f36f1eb
|
lambda time, and use EventQueue instead of SwingUtilities
|
2021-08-01 12:57:39 -04:00 |
|
Ben Fry
|
2b1e38f5a9
|
remove unused code
|
2021-08-01 12:55:34 -04:00 |
|
Ben Fry
|
67477fe11c
|
not sure why this has a main()
|
2021-08-01 12:52:48 -04:00 |
|
Ben Fry
|
712299b84a
|
clean up suggestions loading function
|
2021-08-01 12:52:25 -04:00 |
|
Ben Fry
|
67a99a3d7a
|
added silently by latest IntelliJ
|
2021-08-01 12:51:56 -04:00 |
|
Ben Fry
|
fbbeab37a6
|
clarification
|
2021-08-01 12:40:25 -04:00 |
|
Ben Fry
|
383b4b8eab
|
roll back interface scaling change (fixes #226)
|
2021-08-01 11:02:05 -04:00 |
|
Ben Fry
|
ae6ba29470
|
re-enable theme engine during development
|
2021-07-30 10:37:01 -04:00 |
|