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
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
.
scijava
/
script-editor-jython
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
script-editor-jython
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 19, 2024
Add SyntaxHighlighter for language name python-(jython)
karlduderstadt
authored and
ctrueden
committed
05d9d40
View commit details
Copy full SHA for 05d9d40
View code at this point
Browse repository at this point
Happy New Year 2024
ctrueden
committed
15c412b
View commit details
Copy full SHA for 15c412b
View code at this point
Browse repository at this point
Merge pull request #17 from scijava/Rename_language_to_Python_(Jython)
Show description for 56f3886
ctrueden
authored
56f3886
View commit details
Copy full SHA for 56f3886
View code at this point
Browse repository at this point
Commits on Mar 10, 2023
Happy New Year 2023
ctrueden
committed
2891ae5
View commit details
Copy full SHA for 2891ae5
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
rename supported language to Python (Jython)
Show description for d162848
karlduderstadt
committed
d162848
View commit details
Copy full SHA for d162848
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
Merge branch 'scijava:main' into patch-2
tferr
authored
4c8382a
View commit details
Copy full SHA for 4c8382a
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
copyright blurbs update
acardona
committed
767326d
View commit details
Copy full SHA for 767326d
View code at this point
Browse repository at this point
Commits on Feb 27, 2022
Use less restric rules for autoActivation
Show description for 50d33cb
tferr
authored
50d33cb
View commit details
Copy full SHA for 50d33cb
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
New feature: expand class constructors, with parameter autocompletion.
acardona
committed
11c54a8
View commit details
Copy full SHA for 11c54a8
View code at this point
Browse repository at this point
Scope.findStartsWith2: return a map of var name vs classname if any, or null for builtins.
Show description for 26138ad
acardona
committed
26138ad
View commit details
Copy full SHA for 26138ad
View code at this point
Browse repository at this point
New ConstructorAutocompletions: for Constructors
acardona
committed
a6a5104
View commit details
Copy full SHA for a6a5104
View code at this point
Browse repository at this point
Ensure JythonScriptParser.parseAST always returns at the very least an empty Scope.
Show description for 41ca072
acardona
committed
41ca072
View commit details
Copy full SHA for 41ca072
View code at this point
Browse repository at this point
Commits on Feb 21, 2022
Handle BinOp: e.g., "half = ip.getWidth / 2" so that it knows "half" is number.
acardona
committed
1241770
View commit details
Copy full SHA for 1241770
View code at this point
Browse repository at this point
Commits on Feb 20, 2022
CustomFunctionCompletion.compareTo: equally named functions are listed first
Show description for 84a5d3e
acardona
committed
84a5d3e
View commit details
Copy full SHA for 84a5d3e
View code at this point
Browse repository at this point
Fix the version of script-editor
Show description for 7fddf6c
ctrueden
committed
7fddf6c
View commit details
Copy full SHA for 7fddf6c
View code at this point
Browse repository at this point
license blurbs
acardona
committed
ed8033e
View commit details
Copy full SHA for ed8033e
View code at this point
Browse repository at this point
Update trace and error printing to use JythonDev methods.
acardona
committed
fcf1a28
View commit details
Copy full SHA for fcf1a28
View code at this point
Browse repository at this point
Implement getStream
acardona
committed
de470b8
View commit details
Copy full SHA for de470b8
View code at this point
Browse repository at this point
Support method autocompletion with arguments, with suggestions picked from
Show description for ba95b3c
acardona
committed
ba95b3c
View commit details
Copy full SHA for ba95b3c
View code at this point
Browse repository at this point
New class CustomFunctionCompletion to support method completions with arguments.
acardona
committed
d8115f7
View commit details
Copy full SHA for d8115f7
View code at this point
Browse repository at this point
New interface method DotAutocompletions.getStream
acardona
committed
94c1ef3
View commit details
Copy full SHA for 94c1ef3
View code at this point
Browse repository at this point
new class JythonDev: handles debugging level for printing messages and errors.
acardona
committed
04cec1c
View commit details
Copy full SHA for 04cec1c
View code at this point
Browse repository at this point
Add Str (literal string) as a knonw type, so that it appears as so in parsed vars
Show description for 7f00a1a
acardona
committed
7f00a1a
View commit details
Copy full SHA for 7f00a1a
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
More debugging statements under gated control.
acardona
committed
eab3fa0
View commit details
Copy full SHA for eab3fa0
View code at this point
Browse repository at this point
JythonAutocompletionProvider.debug: a static integer flag to control the level of debugging messages.
acardona
committed
4e715ba
View commit details
Copy full SHA for 4e715ba
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
Update license to BSD-2, like the rest of SciJava
Show description for bd72898
ctrueden
committed
bd72898
View commit details
Copy full SHA for bd72898
View code at this point
Browse repository at this point
Add a simple test drive class
Show description for b62058d
ctrueden
committed
b62058d
View commit details
Copy full SHA for b62058d
View code at this point
Browse repository at this point
Get rid of AutoCompletionListener infrastructure
Show description for a352f80
ctrueden
committed
a352f80
View commit details
Copy full SHA for a352f80
View code at this point
Browse repository at this point
Revamp this project as Script Editor plugins
Show description for f52d33d
ctrueden
committed
f52d33d
View commit details
Copy full SHA for f52d33d
View code at this point
Browse repository at this point
Fix javadoc error and reenable doclint
Show description for 803f549
ctrueden
committed
803f549
View commit details
Copy full SHA for 803f549
View code at this point
Browse repository at this point
Fix autocompletions for instance variables: must list instance fields and methods,
Show description for ea705a7
acardona
committed
ea705a7
View commit details
Copy full SHA for ea705a7
View code at this point
Browse repository at this point
Consolidate redundant code.
acardona
committed
0943f79
View commit details
Copy full SHA for 0943f79
View code at this point
Browse repository at this point
Update license headers
ctrueden
committed
6c81bd1
View commit details
Copy full SHA for 6c81bd1
View code at this point
Browse repository at this point
Move project from sc.fiji to org.scijava
Show description for eb9accc
ctrueden
committed
eb9accc
View commit details
Copy full SHA for eb9accc
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Fix a bunch of javadocs.
acardona
committed
ecaad9d
View commit details
Copy full SHA for ecaad9d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.