Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
circulocity
/
processing
Public
forked from
processing/processing
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
processing
java
src
processing
mode
java
on
master
User selector
All users
All time
Commit history
Commits on Mar 6, 2016
Merge pull request #4325 from qiubit/bugfix-errorPoints-v2
Show description for 7cb020f
benfry
committed
7cb020f
View commit details
Copy full SHA for 7cb020f
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
add createPreprocessor() to JavaEditor, so it can be overriden in the
Show description for 2ecdc36
codeanticode
committed
2ecdc36
View commit details
Copy full SHA for 2ecdc36
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Use normal ArrayList instead of synchronizedList for errorPoints
qiubit
committed
7fa1a86
View commit details
Copy full SHA for 7fa1a86
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Move updateErrorPoints background work to UI thread
qiubit
committed
9a15a88
View commit details
Copy full SHA for 9a15a88
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
fixed bug in parsing imports with auto completion
Manindra29
committed
344dcb3
View commit details
Copy full SHA for 344dcb3
View code at this point
Browse repository at this point
Fixed possible NPE in import suggestions
Manindra29
committed
cb7e08d
View commit details
Copy full SHA for cb7e08d
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
fix indents for #4296
benfry
committed
b1e97a4
View commit details
Copy full SHA for b1e97a4
View code at this point
Browse repository at this point
Merge pull request #4296 from PARAG00991/nothingselectedmsg
Show description for 677b036
benfry
committed
677b036
View commit details
Copy full SHA for 677b036
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:processing/processing
benfry
committed
ca77a0f
View commit details
Copy full SHA for ca77a0f
View code at this point
Browse repository at this point
todo items and removing unused imports
benfry
committed
292e785
View commit details
Copy full SHA for 292e785
View code at this point
Browse repository at this point
make output quieter (#4098)
benfry
committed
81304eb
View commit details
Copy full SHA for 81304eb
View code at this point
Browse repository at this point
Merge pull request #4152 from gohai/recursion-message
Show description for bd853ad
benfry
committed
bd853ad
View commit details
Copy full SHA for bd853ad
View code at this point
Browse repository at this point
message when reference is find out on nothing selected
PARAG00991
committed
9b9fbf2
View commit details
Copy full SHA for 9b9fbf2
View code at this point
Browse repository at this point
Merge pull request #4060 from crazymaster/i18n
Show description for 9ece9fe
benfry
committed
9ece9fe
View commit details
Copy full SHA for 9ece9fe
View code at this point
Browse repository at this point
Merge pull request #4114 from GKFX/null-check-tap
Show description for 3b27920
benfry
committed
3b27920
View commit details
Copy full SHA for 3b27920
View code at this point
Browse repository at this point
Merge pull request #4113 from JakubValtar/various-fixes
Show description for 0a5cb1d
benfry
committed
0a5cb1d
View commit details
Copy full SHA for 0a5cb1d
View code at this point
Browse repository at this point
Merge pull request #4117 from JakubValtar/debugger-fix
Show description for 198f7ba
benfry
committed
198f7ba
View commit details
Copy full SHA for 198f7ba
View code at this point
Browse repository at this point
Merge pull request #4200 from GKFX/autoformat
Show description for 701f141
benfry
committed
701f141
View commit details
Copy full SHA for 701f141
View code at this point
Browse repository at this point
Merge pull request #4079 from JakubValtar/jit-bug-workaround
Show description for eb4e558
benfry
committed
eb4e558
View commit details
Copy full SHA for eb4e558
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
Updated to use the modified ECS classloader
Manindra29
committed
e21c69f
View commit details
Copy full SHA for e21c69f
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
Fix minor autoformatter bugs. Fixes #4185.
Show description for 34187fe
GKFX
committed
34187fe
View commit details
Copy full SHA for 34187fe
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
Make the error message for stack overflows clearer
Show description for 00c874d
gohai
committed
00c874d
View commit details
Copy full SHA for 00c874d
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
Run Tooltip code in Marker Column on AWT
JakubValtar
committed
158cf92
View commit details
Copy full SHA for 158cf92
View code at this point
Browse repository at this point
Prevent NPEs in ToolTipManager
Show description for 5094eb3
JakubValtar
committed
5094eb3
View commit details
Copy full SHA for 5094eb3
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
Code styling
JakubValtar
committed
dc23845
View commit details
Copy full SHA for dc23845
View code at this point
Browse repository at this point
Fix typo in debugger
JakubValtar
committed
d8e179c
View commit details
Copy full SHA for d8e179c
View code at this point
Browse repository at this point
Fix crash when entering static methods
Show description for aa5f199
JakubValtar
committed
aa5f199
View commit details
Copy full SHA for aa5f199
View code at this point
Browse repository at this point
Fix modifiers on step button
Show description for c6de8e8
JakubValtar
committed
c6de8e8
View commit details
Copy full SHA for c6de8e8
View code at this point
Browse repository at this point
Threading: touch UI only on AWT
JakubValtar
committed
fab52a4
View commit details
Copy full SHA for fab52a4
View code at this point
Browse repository at this point
Minor fixes to Java Mode
GKFX
committed
e004b10
View commit details
Copy full SHA for e004b10
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Make tooltips saner
JakubValtar
committed
117bff9
View commit details
Copy full SHA for 117bff9
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Make CompletionCandidate immutable
Show description for 28e3b4f
JakubValtar
committed
28e3b4f
View commit details
Copy full SHA for 28e3b4f
View code at this point
Browse repository at this point
Commits on Oct 25, 2015
i18n: Add i18n support for the PopUp menu
crazymaster
committed
2c5206c
View commit details
Copy full SHA for 2c5206c
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
remove unused imports
benfry
committed
b75ffa6
View commit details
Copy full SHA for b75ffa6
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
Merge pull request #4045 from JakubValtar/fix-preproc-crash
Show description for 2ce18a2
benfry
committed
2ce18a2
View commit details
Copy full SHA for 2ce18a2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.