Skip to content

Commit 700599e

Browse files
committed
Merge branch 'main' into runner
2 parents 1fae461 + 499d200 commit 700599e

38 files changed

+209
-139
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,16 @@
14841484
"code"
14851485
]
14861486
},
1487+
{
1488+
"login": "babaissarkar",
1489+
"name": "Subhraman Sarkar",
1490+
"avatar_url": "https://avatars.githubusercontent.com/u/8469888?v=4",
1491+
"profile": "https://github.com/babaissarkar",
1492+
"contributions": [
1493+
"code",
1494+
"a11y"
1495+
]
1496+
}
14871497
],
14881498
"repoType": "github",
14891499
"repoHost": "https://github.com",

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Processing consists of three main components: `Core`, `Java`, and `App`. The `Co
3131

3232
- **Java**: The part of Processing that compiles and runs `.pde` files. It supports different *modes* which implement support for different languages or versions of Processing. The default mode is `Java`.
3333

34-
- `App`: This is the Processing Development Environment (PDE), the visual part of the editor that you see and work within when you use Processing.
34+
- **App**: This is the Processing Development Environment (PDE), the visual part of the editor that you see and work within when you use Processing.
3535

3636

3737
### Examples

CONTRIBUTING.md

Lines changed: 82 additions & 34 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ Add yourself to the contributors list [here](https://github.com/processing/proce
290290
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Rishab87"><img src="https://avatars.githubusercontent.com/u/138858208?v=4?s=120" width="120px;" alt="Rishab Kumar Jha"/><br /><sub><b>Rishab Kumar Jha</b></sub></a><br /><a href="https://github.com/processing/processing4/commits?author=Rishab87" title="Code">💻</a></td>
291291
<td align="center" valign="top" width="16.66%"><a href="https://github.com/yehiarasheed"><img src="https://avatars.githubusercontent.com/u/157399068?v=4?s=120" width="120px;" alt="Yehia Rasheed"/><br /><sub><b>Yehia Rasheed</b></sub></a><br /><a href="https://github.com/processing/processing4/commits?author=yehiarasheed" title="Code">💻</a></td>
292292
</tr>
293+
<tr>
294+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/babaissarkar"><img src="https://avatars.githubusercontent.com/u/8469888?v=4?s=120" width="120px;" alt="Subhraman Sarkar"/><br /><sub><b>Subhraman Sarkar</b></sub></a><br /><a href="https://github.com/processing/processing4/commits?author=babaissarkar" title="Code">💻</a> <a href="#a11y-babaissarkar" title="Accessibility">️️️️♿️</a></td>
295+
</tr>
293296
</tbody>
294297
</table>
295298

SCHEMA.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Processing URI Schema Definition
22

3+
The Processing URI schema defines a custom protocol for launching and interacting with the Processing Development Environment (PDE) via specially formatted `pde://` links. These links can be used to open sketches, create new ones, load hosted or base64-encoded files, and set preferences, all through a simple URI-based interface.
4+
5+
This feature is primarily intended for integration with web platforms, tutorials, documentation, or third-party tools that want to streamline the experience of launching sketches in Processing from a web page.
6+
7+
Because these links can be generated dynamically, they support a range of interactive use cases. For example, an online editor could generate a unique link for each sketch, or a forum could create links based on user-submitted code snippets.
8+
9+
>[!WARNING]
10+
> Be cautious when opening `pde://` links from unknown sources. Always review the contents of a sketch before running it, especially if it was shared by someone you don’t know. To protect your system, Processing runs downloaded sketches in a temporary folder, but you should still treat untrusted code with care.
11+
312
## Local File Schema
413
```
514
pde:///path/to/sketch.pde
@@ -60,4 +69,4 @@ Sets and saves multiple preferences in a single operation.
6069
- URL-based operations automatically prepend https:// if no scheme is provided
6170
- All URLs and query parameters are decoded using UTF-8
6271
- File downloads occur asynchronously in a separate thread
63-
- Base64 and remote sketches are saved to temporary folders
72+
- Base64 and remote sketches are saved to temporary folders

build/shared/lib/theme/Alloys/agpalilik.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ editor.scrollbar.color = #0066C5
161161

162162
## PdeTextAreaPainter - extras added to the editor ##
163163

164-
editor.gutter.text.font = processing.mono,plain,12
164+
editor.gutter.text.font = processing.mono,bold,16
165165
editor.gutter.text.color = #C0FFFF
166166

167167
# transparency (0..100) for line numbers in gutter
168-
editor.gutter.text.active.alpha = 70
168+
editor.gutter.text.active.alpha = 80
169169
# transparency for lines not currently in use
170-
editor.gutter.text.inactive.alpha = 30
170+
editor.gutter.text.inactive.alpha = 40
171171

172172
# bgcolor for the current (highlighted) line
173173
editor.gutter.highlight.color = #374E81

build/shared/lib/theme/Alloys/armanty.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ editor.scrollbar.color = #834548
161161

162162
## PdeTextAreaPainter - extras added to the editor ##
163163

164-
editor.gutter.text.font = processing.mono,plain,12
164+
editor.gutter.text.font = processing.mono,bold,16
165165
editor.gutter.text.color = #FFEBEC
166166

167167
# transparency (0..100) for line numbers in gutter
168-
editor.gutter.text.active.alpha = 70
168+
editor.gutter.text.active.alpha = 80
169169
# transparency for lines not currently in use
170-
editor.gutter.text.inactive.alpha = 30
170+
editor.gutter.text.inactive.alpha = 40
171171

172172
# bgcolor for the current (highlighted) line
173173
editor.gutter.highlight.color = #0087A9

build/shared/lib/theme/Alloys/bacubirito.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ editor.scrollbar.color = #49D0A7
161161

162162
## PdeTextAreaPainter - extras added to the editor ##
163163

164-
editor.gutter.text.font = processing.mono,plain,12
164+
editor.gutter.text.font = processing.mono,bold,16
165165
editor.gutter.text.color = #1A0300
166166

167167
# transparency (0..100) for line numbers in gutter
168-
editor.gutter.text.active.alpha = 70
168+
editor.gutter.text.active.alpha = 80
169169
# transparency for lines not currently in use
170-
editor.gutter.text.inactive.alpha = 30
170+
editor.gutter.text.inactive.alpha = 40
171171

172172
# bgcolor for the current (highlighted) line
173173
editor.gutter.highlight.color = #9C9824

build/shared/lib/theme/Alloys/bondoc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ editor.scrollbar.color = #431D29
161161

162162
## PdeTextAreaPainter - extras added to the editor ##
163163

164-
editor.gutter.text.font = processing.mono,plain,12
164+
editor.gutter.text.font = processing.mono,bold,16
165165
editor.gutter.text.color = #FFF2FF
166166

167167
# transparency (0..100) for line numbers in gutter
168-
editor.gutter.text.active.alpha = 70
168+
editor.gutter.text.active.alpha = 80
169169
# transparency for lines not currently in use
170-
editor.gutter.text.inactive.alpha = 30
170+
editor.gutter.text.inactive.alpha = 40
171171

172172
# bgcolor for the current (highlighted) line
173173
editor.gutter.highlight.color = #544587

build/shared/lib/theme/Alloys/brahin.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ editor.scrollbar.color = #47502C
161161

162162
## PdeTextAreaPainter - extras added to the editor ##
163163

164-
editor.gutter.text.font = processing.mono,plain,12
164+
editor.gutter.text.font = processing.mono,bold,16
165165
editor.gutter.text.color = #FBFFD7
166166

167167
# transparency (0..100) for line numbers in gutter
168-
editor.gutter.text.active.alpha = 70
168+
editor.gutter.text.active.alpha = 80
169169
# transparency for lines not currently in use
170-
editor.gutter.text.inactive.alpha = 30
170+
editor.gutter.text.inactive.alpha = 40
171171

172172
# bgcolor for the current (highlighted) line
173173
editor.gutter.highlight.color = #3D4B37

0 commit comments

Comments
 (0)