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
update-script-editor-dependency
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 15, 2020
License blurbs.
acardona
committed
2e3f205
View commit details
Copy full SHA for 2e3f205
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
Support autocompletions of methods and fields of the return type
Show description for 2f3b356
acardona
committed
2f3b356
View commit details
Copy full SHA for 2f3b356
View code at this point
Browse repository at this point
Return early if wehn attempting to load a python module, module is null.
acardona
committed
d90a55b
View commit details
Copy full SHA for d90a55b
View code at this point
Browse repository at this point
Num: as long (when PyInteger) or double (when otherwise, e.g. PyFloat).
acardona
committed
05aa2c4
View commit details
Copy full SHA for 05aa2c4
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Fix error capturing a variable's autocompletions like "imp."
Show description for 73e6f4d
acardona
committed
73e6f4d
View commit details
Copy full SHA for 73e6f4d
View code at this point
Browse repository at this point
Fix issues regarding expansion of self attributes in class methods.
acardona
committed
50d6c5b
View commit details
Copy full SHA for 50d6c5b
View code at this point
Browse repository at this point
Remove unused code.
acardona
committed
5d25d0a
View commit details
Copy full SHA for 5d25d0a
View code at this point
Browse repository at this point
When parsing assignments, only deconstruct if the left side has more than one element.
acardona
committed
c6c2ed3
View commit details
Copy full SHA for c6c2ed3
View code at this point
Browse repository at this point
Support harvesting variables from for, if, while, with, try, except
acardona
committed
40c3104
View commit details
Copy full SHA for 40c3104
View code at this point
Browse repository at this point
Support if statements.
acardona
committed
c28b3b8
View commit details
Copy full SHA for c28b3b8
View code at this point
Browse repository at this point
Support Yield
acardona
committed
2d8babe
View commit details
Copy full SHA for 2d8babe
View code at this point
Browse repository at this point
Support adding new attributes to e.g. self in a method of a python class.
acardona
committed
2ed53d8
View commit details
Copy full SHA for 2ed53d8
View code at this point
Browse repository at this point
Fixed issues related to expanding variables within function definition blocks.
Show description for 9cbea44
acardona
committed
9cbea44
View commit details
Copy full SHA for 9cbea44
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Fix expansion of class members for a python class instance variable.
acardona
committed
31ef2dc
View commit details
Copy full SHA for 31ef2dc
View code at this point
Browse repository at this point
Support autocompletion for python's standard lib modules and their functions
Show description for 1ee81b4
acardona
committed
1ee81b4
View commit details
Copy full SHA for 1ee81b4
View code at this point
Browse repository at this point
Scope: watch directories upon loading a python module
acardona
committed
c3029ff
View commit details
Copy full SHA for c3029ff
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Support loading and autocompleting custom python modules,
Show description for ec0172e
acardona
committed
ec0172e
View commit details
Copy full SHA for ec0172e
View code at this point
Browse repository at this point
Watch python module files upon loading them, to be removed when updated.
Show description for 2cff329
acardona
committed
2cff329
View commit details
Copy full SHA for 2cff329
View code at this point
Browse repository at this point
Support for autocompletion of members of custom python modules.
Show description for bb5190d
acardona
committed
bb5190d
View commit details
Copy full SHA for bb5190d
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Support nested python packages, eg. autocompletion on "os.path."
acardona
committed
50b44f5
View commit details
Copy full SHA for 50b44f5
View code at this point
Browse repository at this point
Support ""Import" in addition to "ImportFrom".
acardona
committed
3619c3f
View commit details
Copy full SHA for 3619c3f
View code at this point
Browse repository at this point
Cosmetic: prefer a method over a variable.
acardona
committed
884914b
View commit details
Copy full SHA for 884914b
View code at this point
Browse repository at this point
Ensure codeWithoutLastLine is valid python code: add "pass"
Show description for ffb3505
acardona
committed
ffb3505
View commit details
Copy full SHA for ffb3505
View code at this point
Browse repository at this point
Rename children to arguments in parseFunctionDef: clearer.
acardona
committed
32a63c6
View commit details
Copy full SHA for 32a63c6
View code at this point
Browse repository at this point
Don't hide the code compilation error.
acardona
committed
05116ef
View commit details
Copy full SHA for 05116ef
View code at this point
Browse repository at this point
Fix error: when a function has no arguments, its FunctionDef has null children
Show description for 776e86f
acardona
committed
776e86f
View commit details
Copy full SHA for 776e86f
View code at this point
Browse repository at this point
parseRight: support Num type (number)
acardona
committed
f888138
View commit details
Copy full SHA for f888138
View code at this point
Browse repository at this point
Scope: better printing of contents.
acardona
committed
dd05127
View commit details
Copy full SHA for dd05127
View code at this point
Browse repository at this point
Fix autocompletions for non-assignment statements e.g. "ip.putPix"
Show description for cc0ae9b
acardona
committed
cc0ae9b
View commit details
Copy full SHA for cc0ae9b
View code at this point
Browse repository at this point
Adjust to new interface signature for AutoCompletionListener.
Show description for a844548
acardona
committed
a844548
View commit details
Copy full SHA for a844548
View code at this point
Browse repository at this point
Remove "__builtin__." prefix from those builtins that have it,
Show description for 673c3d6
acardona
committed
673c3d6
View commit details
Copy full SHA for 673c3d6
View code at this point
Browse repository at this point
Statically add an AutoCompletionListener to the Script Editor.
acardona
committed
b1bc566
View commit details
Copy full SHA for b1bc566
View code at this point
Browse repository at this point
New method Scope.findStartsWith to find vars, imports and builtins.
acardona
committed
c44281c
View commit details
Copy full SHA for c44281c
View code at this point
Browse repository at this point
parseAST: assume jython code is entirely valid.
Show description for 4f7cb4c
acardona
committed
4f7cb4c
View commit details
Copy full SHA for 4f7cb4c
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Support autocompletion for builtin python objects, e.g.
Show description for 508987e
acardona
committed
508987e
View commit details
Copy full SHA for 508987e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.