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
.
scijava
/
script-editor
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
12
Code
Issues
23
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Autocompletion of imports, class names, and static fields and methods after a classname
- #47
#47
Merged
acardona
merged 16 commits into
scijava:master
scijava/script-editor:master
from
acardona:autocompletion
acardona/script-editor:autocompletion
Copy head branch name to clipboard
Nov 29, 2020
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Autocompletion of imports, class names, and static fields and methods after a classname
#47
acardona
merged 16 commits into
scijava:master
scijava/script-editor:master
from
acardona:autocompletion
acardona/script-editor:autocompletion
Copy head branch name to clipboard
Commits
Commits on Nov 14, 2020
Prevent Script Editor window from being larger than the desktop.
Show description for 7507734
acardona
committed
7507734
View commit details
Copy full SHA for 7507734
Browse repository at this point
ClassUtil: inspect all jar files in search of all class names,
Show description for 0a1b443
acardona
committed
0a1b443
View commit details
Copy full SHA for 0a1b443
Browse repository at this point
Create new menu item "Source or javadoc for class or package..." which
Show description for 80fd9dd
acardona
committed
80fd9dd
View commit details
Copy full SHA for 80fd9dd
Browse repository at this point
Ensure the correct java version is used, although the list
Show description for 5cf2a7a
acardona
committed
5cf2a7a
View commit details
Copy full SHA for 5cf2a7a
Browse repository at this point
ClassUtil: generalize static method findAllClasses so that it an be used
Show description for 4583ccf
acardona
committed
4583ccf
View commit details
Copy full SHA for 4583ccf
Browse repository at this point
If a classname doesn't have any URLS associated with it, then search
Show description for 3020432
acardona
committed
3020432
View commit details
Copy full SHA for 3020432
Browse repository at this point
Commits on Nov 16, 2020
ClassUtil: search among the multiple words in the repository name
Show description for d8b7d32
acardona
committed
d8b7d32
View commit details
Copy full SHA for d8b7d32
Browse repository at this point
Commits on Nov 19, 2020
ClassUtil methods to pattern-match against package and class names.
acardona
committed
e1b1f12
View commit details
Copy full SHA for e1b1f12
Browse repository at this point
New class AutocompletionProvider to provide completions for class, package
Show description for 156d16b
acardona
committed
156d16b
View commit details
Copy full SHA for 156d16b
Browse repository at this point
Enable autocompletion.
acardona
committed
c447129
View commit details
Copy full SHA for c447129
Browse repository at this point
Commits on Nov 20, 2020
New package for autocompletion classes
acardona
committed
0e69794
View commit details
Copy full SHA for 0e69794
Browse repository at this point
New ClassUtil.findClassNamesContaining method, to enable matching
Show description for e5ae00c
acardona
committed
e5ae00c
View commit details
Copy full SHA for e5ae00c
Browse repository at this point
When autocompleting "import <text>" enable matching anywhere on the class name,
Show description for a34b8a0
acardona
committed
a34b8a0
View commit details
Copy full SHA for a34b8a0
Browse repository at this point
Commits on Nov 27, 2020
ClassUtil: handle empty strings for matching.
acardona
committed
b1b4c64
View commit details
Copy full SHA for b1b4c64
Browse repository at this point
Autocompletion: enable autocompleting "from" and "import".
acardona
committed
4316bc7
View commit details
Copy full SHA for 4316bc7
Browse repository at this point
Commits on Nov 29, 2020
Autocompletion for python (jython) using the LanguageSupportService.
acardona
committed
167ab74
View commit details
Copy full SHA for 167ab74
Browse repository at this point
You can’t perform that action at this time.