190
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
plugin.xml now exports all the libraries, so that our debug plugin can import them More... about 20 years ago
Minor bug fixes: - model elements take a better guess where they are with tabs - OpenAction worker method got refactored into PydevPlugin More... about 20 years ago
Checkpoint checkin. Debugger is starting to breathe, I do not want to lose it More... about 20 years ago
upgraded version to 0.4 More... about 20 years ago
The beginning of the new debugger technology More... about 20 years ago
pydevd is a python debugging daemon we'll interact with More... about 20 years ago
Lots of minor changes: double-clicking, more hyperlink navigation, making editor more useable. Moved some files here from debug, and pruned some obsolete ones. More... about 20 years ago
Comment block now goes to right position. More... about 20 years ago
Removed the duplicate Tab definitions More... about 20 years ago
More model code. Hyperlinks on function calls and imports now work. had to pull interpreter editor from PydevDebug plugin into this one since we needed interpreter locaiton for include paths. More... about 20 years ago
Checking in the rest of the project More... about 20 years ago
Huge code rewrite. I've implemented a Python model. Model is based in AST tree, but should be simpler to use. No more visitor pattern. More... about 20 years ago
required for any content completion worker. Not clear that contents of this particular file are particularly important at this juncture More... about 20 years ago
Innocuous Completion Processor. Awaits a better strategy for analysing classes and variables More... about 20 years ago
added createActions for content assist proposals. (NOte: Merged With Aleks' PyDictionary checkin) More... about 20 years ago
filled in IContentAssist with some temporary code More... about 20 years ago
Lots of improvement in detecting local variables More... about 20 years ago
Add extensions to run from the Run menu. Need to unify this with the context menu Run action. More... about 20 years ago
Started imoplementation of the PyDictionary More... about 20 years ago
Simple Python file icon More... about 20 years ago
jpydbg documentation More... about 20 years ago
Develpment of the debugger model More... about 20 years ago
jpydbg v0.5 More... about 20 years ago
Add pysrc to the plugin includes More... about 20 years ago
Dynamic classpaths are much neater More... about 20 years ago
Renamed DebugPlugin PydevDebugPlugin to prevent conflicts. More... about 20 years ago
Better parser scheduling. Now parser will reparse: - 2 seconds after the last typing - immediately after a newline More... about 20 years ago
Added python nature Added python project properties, dana will finish More... over 20 years ago
cleanup More... over 20 years ago
One last refactor, change setSelectionInEditor to setSelection More... over 20 years ago