189
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
All pages in the editor user guide have content. I filled in what I knew of parts I didn't work on. More... about 21 years ago
Simplified bundle path handling after newsgroup discussion More... about 21 years ago
3.0 port More... about 21 years ago
3.0 port More... about 21 years ago
Version 0.4 More... about 21 years ago
- Added JUnit test for editor actions that I've made or are related to ones I've made. This is something I need for my project that this is for, and in order to test things out like adding block comments, I had to revamp how they functioned to allow them to accept a mock Document as opposed to grabbing it from the Active Editor. This created the PySelection entity, which was basically being used anyway by many of the actions, which serves to accept a document input and make the proper selection given passed criteria. Since I didn't get a 'no' when I asked if the JUnit testing was ok, I assumed it wasn't a problem to put them in. I can revert them all back to their original form, if desired. More... about 21 years ago
Modified in org.python.pydev.help: More... over 21 years ago
Added object class definition for new style classes (should be removed after jython gets there) More... over 21 years ago
Removed unused imports... More... over 21 years ago
Fixed the include of test directories More... over 21 years ago
autocompletion version 1 More... over 21 years ago
switched version to 0.4.2 More... over 21 years ago
Modified in org.python.pydev: More... over 21 years ago
Modified in org.python.pydev.help: More... over 21 years ago
Fix for 958736: renamed functions with pydevd prefix to avoid naming conflicts in trace_dispatch More... over 21 years ago
introspection launched from a jython wrapper More... over 21 years ago
content introspectors More... over 21 years ago
added jython jar dependency More... over 21 years ago
Fixed [ 932204 ] tab-indenting uses only spaces instead of tabs More... over 21 years ago
F3 now has the Ctrl+Click funtionality More... over 21 years ago
Sometimes class definitions where not being gotten. More... over 21 years ago
Goes To some definition (similar to Ctrl+Click) More... over 21 years ago
Removed *.jar line More... over 21 years ago
0.4.1 bug fixes: - urlencode file names in stack - display error dialog asynchronously More... over 21 years ago
0.4 release More... over 21 years ago
Final touches. Debugger is ready to go More... over 21 years ago
Breakpoints, first cut More... over 21 years ago
Minor tweaks: - removed some debug printfs - hyperlinks show up only when there is something to jump to - OydevPlugin got an error dialog More... over 21 years ago
Getting ready for breakpoints More... over 21 years ago
variables can now be displayed More... over 21 years ago