This repository was archived by the owner on Oct 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrevisions.txt
More file actions
85 lines (51 loc) · 2.62 KB
/
revisions.txt
File metadata and controls
85 lines (51 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
PDE X v1.0.4b - May 9, 2014
Requires Processing 2.1.2 or above.
Bug fixes
+ Disabled auto-save. My sincere apologies to those who lost data due
to this bug. It was wrong of me to release an untested feature without
adding an option to enable/disable it. I've learnt a lesson and I shall
ensure this sort of thing doesn't happen again in the future.
+ Autocompletion bug, column is sometimes off by 1
https://github.com/processing/processing-experimental/issues/38
+ Persistent completion dialog on OS X
https://github.com/processing/processing-experimental/issues/32
+ Status bar update bug
https://github.com/processing/processing-experimental/issues/29
+ Export application broken
https://github.com/processing/processing-experimental/issues/45
+ Status Bar - New Tab prompt bug
https://github.com/processing/processing-experimental/issues/53
+ Show usage fails for methods which have javadoc comment
https://github.com/processing/processing-experimental/issues/51
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PDE X v1.0.3b - January 21, 2014
New Feature
+ PDE X now saves a backup of your sketch every 3 minutes(configurable in preferences.txt).
In case of an unexpected crash, this should save the day!
https://github.com/processing/processing-experimental/issues/36
Bug fixes
+ Outline Window width is now fixed
https://github.com/processing/processing-experimental/issues/31
+ Export Application works again on OS X
https://github.com/processing/processing-experimental/issues/33
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PDE X v1.0.2b - October 21, 2013
Bug fixes
+ Code completion window gets stuck when Processing loses focus
https://github.com/processing/processing-experimental/issues/21
+ Live-error checker is more efficient with memory now.
You can have upto 7 editor windows open at a time with PDE X.
https://github.com/processing/processing-experimental/issues/1
+ Cmd + Left Click should be working again in OS X with Processing 2.1
https://github.com/processing/processing-experimental/issues/11
+ TextAreaPainter updated for Processing 2.1
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PDE X v1.0.1b - 25 September, 2013
Bug fix
+ Fixed a major issue where completion list was going blank.
https://github.com/processing/processing-experimental/issues/19
Changes
- Removed the tiny markers shown at the start of error lines. Too. Much. Red.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PDE X v1.0.0b - 22 September, 2013
Boom! First Public Beta Release!