OLD | NEW |
(Empty) | |
| 1 =========== |
| 2 Done List |
| 3 =========== |
| 4 |
| 5 > Public Release 0.10.0 : May 22, 2014 |
| 6 |
| 7 - Undre the new management! Matěj Cepl <mcepl@cepl.eu> takes hesitantly |
| 8 over |
| 9 |
| 10 - Merged all available pull requests and patches to the main codebase |
| 11 |
| 12 - Tests are green again |
| 13 |
| 14 |
| 15 > Public Release 0.9.3 : February 4, 2010 |
| 16 |
| 17 |
| 18 - codeassist: proposals scopes and types revised : January 26, 2010 |
| 19 |
| 20 |
| 21 - codeassist: handling "builtin unknowns" : January 06, 2010 |
| 22 |
| 23 |
| 24 - refactor: fixed arguments in extracted method : December 26, 2009 |
| 25 |
| 26 |
| 27 - pycore: fixed project's property `source_folders` : October 26, 2009 |
| 28 |
| 29 |
| 30 - codeassist: better handling of unicode docstrings : August 20, 2009 |
| 31 |
| 32 |
| 33 - setup.py: don't include docs as package data : July 18, 2009 |
| 34 |
| 35 |
| 36 - fscommands: handle hg crew ui changes : May 04, 2009 |
| 37 |
| 38 |
| 39 - patchedast: handle ExtSlice node : April 29, 2009 |
| 40 |
| 41 |
| 42 > Public Release 0.9.2 : February 19, 2009 |
| 43 |
| 44 |
| 45 - caching all sub-modules in `autoimport` : February 18 : 2009 |
| 46 |
| 47 |
| 48 - extract method handles conditional variable updates : February 10, 2009 |
| 49 |
| 50 |
| 51 - added basic support for setuptools : January 15, 2009 |
| 52 |
| 53 |
| 54 - added `CompletionProposal.parameters` : November 4, 2008 |
| 55 |
| 56 |
| 57 - fix recursion when creating modules : October 31, 2008 |
| 58 |
| 59 |
| 60 > Public Release 0.9.1 : October 29, 2008 |
| 61 |
| 62 |
| 63 - added import_dynload_stdmods project variable : October 28, 2008 |
| 64 |
| 65 |
| 66 - finding dynload standard modules on windows : October 15, 2008 |
| 67 |
| 68 |
| 69 > Public Release 0.9 : October 3, 2008 |
| 70 |
| 71 |
| 72 - supporting Darcs VCS : August 20, 2008 |
| 73 |
| 74 |
| 75 - handling files with mac line-ending : July 25, 2008 |
| 76 |
| 77 |
| 78 - not searching all files when inlining a local variable : July 24, 2008 |
| 79 |
| 80 |
| 81 > Public Release 0.8.4 : June 24, 2008 |
| 82 |
| 83 |
| 84 - handling only_current for inline in other modules : July 21, 2008 |
| 85 |
| 86 |
| 87 - inlining variable in other modules : July 19, 2008 |
| 88 |
| 89 |
| 90 - added `rope.contrib.finderrors` : July 17, 2008 |
| 91 |
| 92 |
| 93 - added `rope.contrib.fixmodnames` : July 16, 2008 |
| 94 |
| 95 |
| 96 - added `rope.contrib.changestack` : July 15, 2008 |
| 97 |
| 98 |
| 99 - better extension module handling : June 29, 2008 |
| 100 |
| 101 |
| 102 - added `findit.Location.region` field : June 26, 2008 |
| 103 |
| 104 |
| 105 - added `rope.contrib.findit.find_definition()` : June 26, 2008 |
| 106 |
| 107 |
| 108 - added ``remove_self`` argument to `get_calltip()` : June 20, 2008 |
| 109 |
| 110 |
| 111 > Public Release 0.8.3 : June 20, 2008 |
| 112 |
| 113 |
| 114 - handling builtin modules in autoimport : June 12, 2008 |
| 115 |
| 116 |
| 117 - creating parent folders of ``.ropeproject`` if don't exist : June 6, 2008 |
| 118 |
| 119 |
| 120 - fixed inlining functions with line-breaks in arguments : May 22, 2008 |
| 121 |
| 122 |
| 123 - added lineno to `rope.contrib.findit.Location` : May 19, 2008 |
| 124 |
| 125 |
| 126 - deprecated some of `ChangeSignature` methods : May 19, 2008 |
| 127 |
| 128 |
| 129 - added `ChangeSignature.get_args()` : May 19, 2008 |
| 130 |
| 131 |
| 132 > Public Release 0.8.2 : May 10, 2008 |
| 133 |
| 134 |
| 135 - inlining parameters : May 10, 2008 |
| 136 |
| 137 |
| 138 - automatic default insertion in change signature : May 10, 2008 |
| 139 |
| 140 |
| 141 - adding underlined parameter to `AutoImport` : May 7, 2008 |
| 142 |
| 143 |
| 144 - added `rope.contrib.findit.find_implementations()` : April 28, 2008 |
| 145 |
| 146 |
| 147 - moved `find_occurrences()` to `rope.contrib.findit` : April 25, 2008 |
| 148 |
| 149 |
| 150 > Public Release 0.8.1 : April 20, 2008 |
| 151 |
| 152 |
| 153 - added GIT support in fscommands : April 19, 2008 |
| 154 |
| 155 |
| 156 - back importing underlined names in move : April 19, 2008 |
| 157 |
| 158 |
| 159 - added `codeassist.get_calltip()` : April 12, 2008 |
| 160 |
| 161 |
| 162 - added `libutils.analyze_modules()` : April 12, 2008 |
| 163 |
| 164 |
| 165 - added ``soa_followed_calls`` project config : April 11, 2008 |
| 166 |
| 167 |
| 168 - `libutils.report_change()` reads `automatic_soa` : April 10, 2008 |
| 169 |
| 170 |
| 171 - SOA can follow functions : April 10, 2008 |
| 172 |
| 173 |
| 174 - better handling of for, with and except variables : April 7, 2008 |
| 175 |
| 176 |
| 177 - not reparsing unchanged modules for code assists : April 6, 2008 |
| 178 |
| 179 |
| 180 - handling property as decorator : April 5, 2008 |
| 181 |
| 182 |
| 183 > Public Release 0.8 : April 5, 2008 |
| 184 |
| 185 |
| 186 - ignore_bad_imports project config : March 28, 2008 |
| 187 |
| 188 |
| 189 - added AutoImport.get_name_locations() : March 17, 2008 |
| 190 |
| 191 |
| 192 > Public Release 0.7.9 : March 14, 2008 |
| 193 |
| 194 |
| 195 - Deprecated codeassist templates : March 14, 2008 |
| 196 |
| 197 |
| 198 - Added in_hierarchy option to find occurrences : March 10, 2008 |
| 199 |
| 200 |
| 201 - Faster class hierarchy analysis for refactorings : March 10, 2008 |
| 202 |
| 203 |
| 204 - Added maxfixes to get doc and get definition location : March 6, 2008 |
| 205 |
| 206 |
| 207 - Added extension_modules project config : March 6, 2008 |
| 208 |
| 209 |
| 210 - Supporting builtin and c-extension modules : March 6, 2008 |
| 211 |
| 212 |
| 213 > Public Release 0.7.8 : March 1, 2008 |
| 214 |
| 215 |
| 216 - Extracting functions with only one return statement : February 29, 2008 |
| 217 |
| 218 |
| 219 - Reporting errors for exceptional conditions in usefunction : February 29, 2008 |
| 220 |
| 221 |
| 222 - More intelligent import handling for factory and move : February 25, 2008 |
| 223 |
| 224 |
| 225 - Handling future imports in organize imports : February 20, 2008 |
| 226 |
| 227 |
| 228 - Codeanalyze ignores comments when finding primaries : February 17, 2008 |
| 229 |
| 230 |
| 231 - Organize import and dynload builtin modules on unix : February 16, 2008 |
| 232 |
| 233 |
| 234 - Moved ImportOrganizer to rope.refactor.importutils : February 14, 2008 |
| 235 |
| 236 |
| 237 - Moved ModuleToPackage to rope.refactor.topackage : February 14, 2008 |
| 238 |
| 239 |
| 240 > Public Release 0.7.7 : February 13, 2008 |
| 241 |
| 242 |
| 243 - Added python_files project config : February 10, 2008 |
| 244 |
| 245 |
| 246 - Added codeassist.starting_expression() : February 10, 2008 |
| 247 |
| 248 |
| 249 - Added AutoImport.clear_cache() : February 7, 2008 |
| 250 |
| 251 |
| 252 - Improved extract function : February 1, 2008 |
| 253 |
| 254 |
| 255 - Handling except variables : January 29, 2008 |
| 256 |
| 257 |
| 258 > Public Release 0.7.6 : January 28, 2008 |
| 259 |
| 260 |
| 261 - Handling unsure matches in restructurings : January 27, 2008 |
| 262 |
| 263 |
| 264 - Added rope.contrib.autoimport : January 26, 2008 |
| 265 |
| 266 |
| 267 - Added use function refactoring : January 25, 2008 |
| 268 |
| 269 |
| 270 - Completing names after from-imports : January 23, 2008 |
| 271 |
| 272 |
| 273 - Adding resources parameter to some refactorings : January 22, 2008 |
| 274 |
| 275 |
| 276 - Deprecated in_file argument of `Rename.get_changes()` : January 22, 2008 |
| 277 |
| 278 |
| 279 > Public Release 0.7.5 : January 17, 2008 |
| 280 |
| 281 |
| 282 - Checking isinstance in restructurings : January 11, 2008 |
| 283 |
| 284 |
| 285 - Better handling of one-liners : January 10, 2008 |
| 286 |
| 287 |
| 288 - Choosing which files to apply a restructuring on : January 9, 2008 |
| 289 |
| 290 |
| 291 - Allowing customizable restructuring wildcards : January 7, 2008 |
| 292 |
| 293 |
| 294 > Public Release 0.7.4 : January 3, 2008 |
| 295 |
| 296 |
| 297 - Deprecated objectdb_type project config : December 23, 2007 |
| 298 |
| 299 |
| 300 - Added save_objectdb config : December 23, 2007 |
| 301 |
| 302 |
| 303 - Added compress_history and compress_objectdb configs : December 22, 2007 |
| 304 |
| 305 |
| 306 > Public Release 0.7.3 : December 19, 2007 |
| 307 |
| 308 |
| 309 - Inlining a single occurrence : December 13, 2007 |
| 310 |
| 311 |
| 312 - Global extract method/variable : December 13, 2007 |
| 313 |
| 314 |
| 315 > Public Release 0.7.2 : December 13, 2007 |
| 316 |
| 317 |
| 318 - Specifying the number of fixes in code_assist : December 10, 2007 |
| 319 |
| 320 |
| 321 - Deprecated `Pycore.create_(module|package)` : November 29, 2007 |
| 322 |
| 323 |
| 324 - Performing refactorings across multiple projects : November 29, 2007 |
| 325 |
| 326 |
| 327 > Public Release 0.7.1 : November 28, 2007 |
| 328 |
| 329 |
| 330 - Better handling of symlinks in project path : November 27, 2007 |
| 331 |
| 332 |
| 333 - Asking the user about unsure occurrences : November 10, 2007 |
| 334 |
| 335 |
| 336 > Public Release 0.7 : November 1, 2007 |
| 337 |
| 338 |
| 339 - ropemacs: moving elements, methods and modules : October 30, 2007 |
| 340 |
| 341 |
| 342 - ropemacs: undoing refactorings : October 29, 2007 |
| 343 |
| 344 |
| 345 - ropemacs: inline refactoring : October 29, 2007 |
| 346 |
| 347 |
| 348 - ropemacs: extract method and local variable : October 29, 2007 |
| 349 |
| 350 |
| 351 - ropemacs: goto definition : October 29, 2007 |
| 352 |
| 353 |
| 354 - ropemacs: rename refactoring : October 29, 2007 |
| 355 |
| 356 |
| 357 - A new open project dialog : October 10, 2007 |
| 358 |
| 359 |
| 360 - Added `Core.add_extension()` : September 19, 2007 |
| 361 |
| 362 |
| 363 > Public Release 0.6.2 : September 9, 2007 |
| 364 |
| 365 |
| 366 - Setting statusbar, menu and bufferlist fonts in ``~/.rope`` : September 8, 200
7 |
| 367 |
| 368 |
| 369 - Better kill line : September 8, 2007 |
| 370 |
| 371 |
| 372 - Using ``/``\s to match parent folders in find file : September 5, 2007 |
| 373 |
| 374 |
| 375 - Fixed matching method implicit argument when extracting : September 5, 2007 |
| 376 |
| 377 |
| 378 - An option for not removing the definition after inlining : September 1, 2007 |
| 379 |
| 380 |
| 381 - Performing import actions on individual imports : September 1, 2007 |
| 382 |
| 383 |
| 384 - ``C-u`` action prefix : September 1, 2007 |
| 385 |
| 386 |
| 387 - Changing inline and move to use froms for back imports : August 27, 2007 |
| 388 |
| 389 |
| 390 > Public Release 0.6.1 : August 19, 2007 |
| 391 |
| 392 |
| 393 - Cleaning up `rope.ide.codeassist` : August 19, 2007 |
| 394 |
| 395 |
| 396 - Showing unsure occurrences in show occurrences : August 17, 2007 |
| 397 |
| 398 |
| 399 - Sorting scopes : August 9, 2007 |
| 400 |
| 401 |
| 402 > Public Release 0.6 : August 5, 2007 |
| 403 |
| 404 |
| 405 - Finding the scope in an overwritten scope : August 4, 2007 |
| 406 |
| 407 |
| 408 - Added ``ignore_syntax_errors`` project config : August 2, 2007 |
| 409 |
| 410 |
| 411 > Public Release 0.6m6 : July 29, 2007 |
| 412 |
| 413 |
| 414 - Better diff highlighting : July 20, 2007 |
| 415 |
| 416 |
| 417 - Handling imports when inlining : July 20, 2007 |
| 418 |
| 419 |
| 420 - Handling recursive restructurings : July 18, 2007 |
| 421 |
| 422 |
| 423 > Public Release 0.6m5 : July 15, 2007 |
| 424 |
| 425 |
| 426 - Next/prev scope; ``M-C-e/M-C-a`` : July 9, 2007 |
| 427 |
| 428 |
| 429 - Next/prev statement; ``M-e/M-a`` : July 8, 2007 |
| 430 |
| 431 |
| 432 - Importing modules in restructurings : July 7, 2007 |
| 433 |
| 434 |
| 435 - Auto-indentation in restructurings : July 6, 2007 |
| 436 |
| 437 |
| 438 > Public Release 0.6m4 : July 1, 2007 |
| 439 |
| 440 |
| 441 - Adding tools for making using rope library easier : June 23, 2007 |
| 442 |
| 443 |
| 444 - Separating rope library from rope IDE : June 20, 2007 |
| 445 |
| 446 |
| 447 - Restructuring checks for builtin objects using `__builtin__` : June 20, 2007 |
| 448 |
| 449 |
| 450 > Public Release 0.6m3 : June 17, 2007 |
| 451 |
| 452 |
| 453 - Self assignment warning : June 17, 2007 |
| 454 |
| 455 |
| 456 - Adding support for Mercurial VCS : June 17, 2007 |
| 457 |
| 458 |
| 459 - Inferring the object, list comprehensions hold : June 6, 2007 |
| 460 |
| 461 |
| 462 > Public Release 0.6m2 : June 3, 2007 |
| 463 |
| 464 |
| 465 - Enhancing extract method on staticmethods/classmethods : June 2, 2007 |
| 466 |
| 467 |
| 468 - Extracting similar expressions/statements : May 30, 2007 |
| 469 |
| 470 |
| 471 - Adding checks in restructuring dialog : May 23, 2007 |
| 472 |
| 473 |
| 474 - Using `_ast` instead of `compiler` : May 23, 2007 |
| 475 |
| 476 |
| 477 > Public Release 0.6m1 : May 20, 2007 |
| 478 |
| 479 |
| 480 - Adding custom source folders in ``config.py`` : May 15, 2007 |
| 481 |
| 482 |
| 483 - A simple UI for performing restructurings : May 15, 2007 |
| 484 |
| 485 |
| 486 - Restructurings : May 14, 2007 |
| 487 |
| 488 |
| 489 - Finding similar code : May 13, 2007 |
| 490 |
| 491 |
| 492 - Patching ASTs to include formatting information : May 9, 2007 |
| 493 |
| 494 |
| 495 > Public Release 0.5 : May 6, 2007 |
| 496 |
| 497 |
| 498 - Better dialogs : May 2, 2007 |
| 499 |
| 500 |
| 501 > Public Release 0.5rc1 : April 29, 2007 |
| 502 |
| 503 |
| 504 - Showing current file history; ``C-x p 1 h`` : April 28, 2007 |
| 505 |
| 506 |
| 507 - Open Type; ``C-x C-t`` : April 23, 2007 |
| 508 |
| 509 |
| 510 - Adding persisted_memory objectdb : April 20, 2007 |
| 511 |
| 512 |
| 513 - Adding sqlite objectdb : April 20, 2007 |
| 514 |
| 515 |
| 516 > Public Release 0.5m5 : April 15, 2007 |
| 517 |
| 518 |
| 519 - Encapsulating field in the defining class : April 13, 2007 |
| 520 |
| 521 |
| 522 - Renaming occurrences in strings and comments : April 13, 2007 |
| 523 |
| 524 |
| 525 - Stoppable refactorings : April 11, 2007 |
| 526 |
| 527 |
| 528 - Faster automatic SOI analysis : April 9, 2007 |
| 529 |
| 530 |
| 531 - Basic implicit interfaces : April 9, 2007 |
| 532 |
| 533 |
| 534 - Automatic SOI analysis : April 6, 2007 |
| 535 |
| 536 |
| 537 - Using a better object textual form : April 4, 2007 |
| 538 |
| 539 |
| 540 - Spell-Checker : April 3, 2007 |
| 541 |
| 542 |
| 543 > Public Release 0.5m4 : April 1, 2007 |
| 544 |
| 545 |
| 546 - Incremental ObjectDB validation : March 31, 2007 |
| 547 |
| 548 |
| 549 - Saving history across sessions : March 29, 2007 |
| 550 |
| 551 |
| 552 - Saving object data to disk : March 28, 2007 |
| 553 |
| 554 |
| 555 - Adding `.ropeproject` folder : Mark 26, 2007 |
| 556 |
| 557 |
| 558 - Inlining `staticmethod`\s : March 23, 2007 |
| 559 |
| 560 |
| 561 - Saving locations and texts : March 23, 2007 |
| 562 |
| 563 |
| 564 - Generating python elements : March 21, 2007 |
| 565 |
| 566 |
| 567 > Public Release 0.5m3 : March 18, 2007 |
| 568 |
| 569 |
| 570 - Holding per name information for builtin containers : March 17, 2007 |
| 571 |
| 572 |
| 573 - Filling paragraphs in text modes; ``M-q`` : March 15, 2007 |
| 574 |
| 575 |
| 576 - Yanking; ``M-y`` : March 13, 2007 |
| 577 |
| 578 |
| 579 - Repeating last command; ``C-x z`` : March 13, 2007 |
| 580 |
| 581 |
| 582 - Adding 'rename when unsure' option : March 13, 2007 |
| 583 |
| 584 |
| 585 - Change signature for constructors : March 11, 2007 |
| 586 |
| 587 |
| 588 - Supporting generator functions : March 9, 2007 |
| 589 |
| 590 |
| 591 - Enhancing show pydoc to include docs from superclasses : March 8, 2007 |
| 592 |
| 593 |
| 594 - Enhanced returned object static object inference : March 8, 2007 |
| 595 |
| 596 |
| 597 - Enhanced static object inference : March 8, 2007 |
| 598 |
| 599 |
| 600 - Handling ``*args`` and ``**kwds`` arguments : March 7, 2007 |
| 601 |
| 602 |
| 603 - Showing pydoc for some of builtin types and functions : March 7, 2007 |
| 604 |
| 605 |
| 606 > Public Release 0.5m2 : March 4, 2007 |
| 607 |
| 608 |
| 609 - Showing codetag/error/warning list : March 3, 2007 |
| 610 |
| 611 |
| 612 - Registering templates in ``~/.rope`` : February 26, 2007 |
| 613 |
| 614 |
| 615 - Auto-completing function keyword arguments when calling : February 26, 2007 |
| 616 |
| 617 |
| 618 - Better status bar : February 23, 2007 |
| 619 |
| 620 |
| 621 - Change occurrences : February 23, 2007 |
| 622 |
| 623 |
| 624 - Moving methods : February 21, 2007 |
| 625 |
| 626 |
| 627 > Public Release 0.5m1 : February 18, 2007 |
| 628 |
| 629 |
| 630 - Handling ``with`` statements : February 15, 2007 |
| 631 |
| 632 |
| 633 - Performing change signature in class hierarchies : February 14, 2007 |
| 634 |
| 635 |
| 636 - Supporting builtin `zip` and `enumerate` : February 14, 2007 |
| 637 |
| 638 |
| 639 - Replace method with method object : February 12, 2007 |
| 640 |
| 641 |
| 642 - Enhancing searching : February 10, 2007 |
| 643 |
| 644 |
| 645 - Execute command; ``M-x`` : February 10, 2007 |
| 646 |
| 647 |
| 648 - Changing editor font and keybinding in ``~/.rope`` : February 9, 2007 |
| 649 |
| 650 |
| 651 - Having two keybindings emacs/normal : February 9, 2007 |
| 652 |
| 653 |
| 654 - Handling multi-key keyboard shortcuts : February 8, 2007 |
| 655 |
| 656 |
| 657 - Fixing removing imports that eat the blank lines : February 8, 2007 |
| 658 |
| 659 |
| 660 - Removing extra spaces and lines; ``C-c C-f`` : February 7, 2007 |
| 661 |
| 662 |
| 663 > Public Release 0.4 : February 4, 2007 |
| 664 |
| 665 |
| 666 - Reporting some of the refactoring problems in the UI : February 1, 2007 |
| 667 |
| 668 |
| 669 > Public Release 0.4rc1 : January 28, 2007 |
| 670 |
| 671 |
| 672 - Project History; Undoing refactorings in any order : January 25, 2007 |
| 673 |
| 674 |
| 675 - Handling ``global`` keywords : January 22, 2007 |
| 676 |
| 677 |
| 678 - Undoing everything; Project history : January 21, 2007 |
| 679 |
| 680 |
| 681 - Removing `PythonRefactoring` facade : January 19, 2007 |
| 682 |
| 683 |
| 684 - Basic lambdas handling : January 16, 2007 |
| 685 |
| 686 |
| 687 - Handling builtin `property` : January 14, 2007 |
| 688 |
| 689 |
| 690 > Public Release 0.4m5 : January 14, 2007 |
| 691 |
| 692 |
| 693 - Handling long imports : January 11, 2007 |
| 694 |
| 695 |
| 696 - Builtin functions : super, sorted, reversed, range : January 7, 2007 |
| 697 |
| 698 |
| 699 - Support for file/open builtin type : January 7, 2007 |
| 700 |
| 701 |
| 702 - Sorting imports; standard, third party, project : January 7, 2007 |
| 703 |
| 704 |
| 705 - Enhanced dynamic object inference : January 5, 2007 |
| 706 |
| 707 |
| 708 > Public Release 0.4m4 : December 31, 2006 |
| 709 |
| 710 |
| 711 - Basic support for builtin types : December 29, 2006 |
| 712 |
| 713 |
| 714 - Find occurrences; ``C-G`` : December 26, 2006 |
| 715 |
| 716 |
| 717 - Ignoring ``*.pyc``, ``*~`` and ``.svn`` : December 26, 2006 |
| 718 |
| 719 |
| 720 - Moving/renaming current module/package : December 25, 2006 |
| 721 |
| 722 |
| 723 - Removing imports from the same module : December 22, 2006 |
| 724 |
| 725 |
| 726 - Goto last edit location; ``C-q`` : December 20, 2006 |
| 727 |
| 728 |
| 729 - Trying ``utf-8`` if defaults don't work : December 19, 2006 |
| 730 |
| 731 |
| 732 - Comment line and region; ``C-c c``, ``C-c C-c`` : December 18, 2006 |
| 733 |
| 734 |
| 735 > Public Release 0.4m3 : December 17, 2006 |
| 736 |
| 737 |
| 738 - Introduce parameter : December 14, 2006 |
| 739 |
| 740 |
| 741 - 8 spaces per tabs in `rope.base` and `rope.refactor` : December 8, 2006 |
| 742 |
| 743 |
| 744 - Better support for other version control systems : December 8, 2006 |
| 745 |
| 746 |
| 747 - Updating files that have been changed : December 8, 2006 |
| 748 |
| 749 |
| 750 - Fixing module running on Windows : December 6, 2006 |
| 751 |
| 752 |
| 753 > Public Release 0.4m2 : December 3, 2006 |
| 754 |
| 755 |
| 756 - Change method signature : December 1, 2006 |
| 757 |
| 758 |
| 759 - Change method signature dialog : November 30, 2006 |
| 760 |
| 761 |
| 762 - Reordering parameters : November 28, 2006 |
| 763 |
| 764 |
| 765 - Removing parameters : November 26, 2006 |
| 766 |
| 767 |
| 768 - Inline parameter default value : November 26, 2006 |
| 769 |
| 770 |
| 771 - Adding parameters : November 26, 2006 |
| 772 |
| 773 |
| 774 - Normalizing function calls : November 26, 2006 |
| 775 |
| 776 |
| 777 > Public Release 0.4m1 : November 19, 2006 |
| 778 |
| 779 |
| 780 - Better help menu : November 15, 2006 |
| 781 |
| 782 |
| 783 - Inline method refactoring : November 10, 2006 |
| 784 |
| 785 |
| 786 > Public Release 0.3 : November 5, 2006 |
| 787 |
| 788 |
| 789 - Better code assist proposal sorting and dialog : November 3, 2006 |
| 790 |
| 791 |
| 792 - Extract method works with normal selection : October 31, 2006 |
| 793 |
| 794 |
| 795 - Basic python file encoding support : October 31, 2006 |
| 796 |
| 797 |
| 798 > Public Release 0.3rc1 : October 29, 2006 |
| 799 |
| 800 |
| 801 - Unit-test running view : October 28, 2006 |
| 802 |
| 803 |
| 804 - Previewing refactoring changes : October 25, 2006 |
| 805 |
| 806 |
| 807 - Encapsulate field : October 19, 2006 |
| 808 |
| 809 |
| 810 - Convert local variable to field refactoring : October 18, 2006 |
| 811 |
| 812 |
| 813 > Public Release 0.3m5 : October 15, 2006 |
| 814 |
| 815 |
| 816 - Code completions inside uncompleted ``try`` blocks : October 7, 2006 |
| 817 |
| 818 |
| 819 - Single line extract method and variable : October 7, 2006 |
| 820 |
| 821 |
| 822 - Hiding unappropriate menu items in different contexts : October 6, 2006 |
| 823 |
| 824 |
| 825 - Inline local variable : October 5, 2006 |
| 826 |
| 827 |
| 828 - Rename function parameters : October 5, 2006 |
| 829 |
| 830 |
| 831 - Move a module or package to another package : October 4, 2006 |
| 832 |
| 833 |
| 834 > Public Release 0.3m4 : October 1, 2006 |
| 835 |
| 836 |
| 837 - Showing function signature in show doc : September 29, 2006 |
| 838 |
| 839 |
| 840 - Goto line : September 29, 2006 |
| 841 |
| 842 |
| 843 - Move refactoring for global class/function : September 29, 2006 |
| 844 |
| 845 |
| 846 - Change relative imports to absolute : September 28, 2006 |
| 847 |
| 848 |
| 849 - Changing from imports to normal imports : September 28, 2006 |
| 850 |
| 851 |
| 852 - Removing duplicate imports : September 27, 2006 |
| 853 |
| 854 |
| 855 - Expanding from-star-imports : September 27, 2006 |
| 856 |
| 857 |
| 858 - Removing unused imports : September 27, 2006 |
| 859 |
| 860 |
| 861 - Introduce factory method refactoring : September 25, 2006 |
| 862 |
| 863 |
| 864 - Basic import tools : September 21, 2006 |
| 865 |
| 866 |
| 867 - Separating concluded and structural data in `PyModule`\s : September 19, 2006 |
| 868 |
| 869 |
| 870 > Public Release 0.3m3 : September 17, 2006 |
| 871 |
| 872 |
| 873 - Basic subversion support using pysvn : September 14, 2006 |
| 874 |
| 875 |
| 876 - Renaming methods in class hierarchy : September 12, 2006 |
| 877 |
| 878 |
| 879 - Transform module to package refactoring : September 11, 2006 |
| 880 |
| 881 |
| 882 > Public Release 0.3m2 : September 3, 2006 |
| 883 |
| 884 |
| 885 - Better New ... Dialogs : September 2, 2006 |
| 886 |
| 887 |
| 888 - Function argument dynamic object inference : September 2, 2006 |
| 889 |
| 890 |
| 891 - Basic dynamic type inference : September 2, 2006 |
| 892 |
| 893 |
| 894 - Better menus : August 27, 2006 |
| 895 |
| 896 |
| 897 - Relative imports : August 23, 2006 |
| 898 |
| 899 |
| 900 - Read ``__init__.py`` of packages : August 23, 2006 |
| 901 |
| 902 |
| 903 - Extract function : August 22, 2006 |
| 904 |
| 905 |
| 906 > Public Release 0.3m1 : August 20, 2006 |
| 907 |
| 908 |
| 909 - Undoing refactorings : August 19, 2006 |
| 910 |
| 911 |
| 912 - Making module dependancy graph : August 19, 2006 |
| 913 |
| 914 |
| 915 - Rename modules/packages : August 18, 2006 |
| 916 |
| 917 |
| 918 - Reloading changed editors after refactorings : August 17, 2006 |
| 919 |
| 920 |
| 921 - Rename class/function : August 17, 2006 |
| 922 |
| 923 |
| 924 - Function return object static type inference : August 15, 2006 |
| 925 |
| 926 |
| 927 - Show PyDoc : August 15, 2006 |
| 928 |
| 929 |
| 930 - Object inference for chained assignments : August 14, 2006 |
| 931 |
| 932 |
| 933 > Public Release 0.2 : August 6, 2006 |
| 934 |
| 935 |
| 936 - Resource tree view : August 5, 2006 |
| 937 |
| 938 |
| 939 - Handle ``HTTPClient`` style names in go to next/prev word : August 2, 2006 |
| 940 |
| 941 |
| 942 > Public Release 0.2RC : July 30, 2006 |
| 943 |
| 944 |
| 945 - Asking whether to save modified buffers when exiting : July 29, 2006 |
| 946 |
| 947 |
| 948 - Extending menus : July 25, 2006 |
| 949 |
| 950 |
| 951 - ReST highlighting : July 24, 2006 |
| 952 |
| 953 |
| 954 - Showing editor modified status : July 23, 2006 |
| 955 |
| 956 |
| 957 - Sorting code assist proposals : July 22, 2006 |
| 958 |
| 959 |
| 960 - Not renaming names in strings and comments in refactorings : July 22, 2006 |
| 961 |
| 962 |
| 963 - Separating entering and correcting indentation : July 22, 2006 |
| 964 |
| 965 |
| 966 > Public Release 0.2pre5 : July 16, 2006 |
| 967 |
| 968 |
| 969 - Out of project modules : July 15, 2006 |
| 970 |
| 971 |
| 972 - Handle circular from-imports : July 14, 2006 |
| 973 |
| 974 |
| 975 - Completeing ``AClass(param).a_`` : July 11, 2006 |
| 976 |
| 977 |
| 978 - We know the type of ``var = AClass()`` : July 4, 2006 |
| 979 |
| 980 |
| 981 - Rename function parameter in the function : July 3, 2006 |
| 982 |
| 983 |
| 984 > Public Release 0.2pre4 : July 2, 2006 |
| 985 |
| 986 |
| 987 - Rename local variable : July 2, 2006 |
| 988 |
| 989 |
| 990 - Complete as you type : July 2, 2006 |
| 991 |
| 992 |
| 993 - Show quick outline; C-o : June 23, 2006 |
| 994 |
| 995 |
| 996 - Go to definition; F3 : June 22, 2006 |
| 997 |
| 998 |
| 999 > Public release 0.2pre3 : June 18, 2006 |
| 1000 |
| 1001 |
| 1002 - Auto-completing "self."s : June 13, 2006 |
| 1003 |
| 1004 |
| 1005 - Proposing base class attributes : June 12, 2006 |
| 1006 |
| 1007 |
| 1008 - Auto completion after "."s : June 8, 2006 |
| 1009 |
| 1010 |
| 1011 > Public Release 0.2pre2 : June 4, 2006 |
| 1012 |
| 1013 |
| 1014 - Next/prev word stops at underlines and capitals : May 29, 2006 |
| 1015 |
| 1016 |
| 1017 - Ignoring string and comment contents while indenting : May 29, 2006 |
| 1018 |
| 1019 |
| 1020 - Proposing templates in code-assist proposals : May 26, 2006 |
| 1021 |
| 1022 |
| 1023 - Auto-complete from-import imported objects : May 25, 2006 |
| 1024 |
| 1025 |
| 1026 - Not proposing variables which are not defined yet : May 23, 2006 |
| 1027 |
| 1028 |
| 1029 - Auto-completion should ignore current statement : May 23, 2006 |
| 1030 |
| 1031 |
| 1032 - Proposing function parameters in functions : May 22, 2006 |
| 1033 |
| 1034 |
| 1035 - Auto-complete local variable names : May 22, 2006 |
| 1036 |
| 1037 |
| 1038 > Public Release 0.2pre1 : May 20, 2006 |
| 1039 |
| 1040 |
| 1041 - Auto completing keywords and builtins : May 19, 2006 |
| 1042 |
| 1043 |
| 1044 - Auto-complete imported objects : May 19, 2006 |
| 1045 |
| 1046 |
| 1047 - Show searching status in the status bar : May 18, 2006 |
| 1048 |
| 1049 |
| 1050 - Auto-complete class and function names : May 16, 2006 |
| 1051 |
| 1052 |
| 1053 - Auto-complete global variables : May 14, 2006 |
| 1054 |
| 1055 |
| 1056 > Public Release 0.1 : May 8, 2006 |
| 1057 |
| 1058 |
| 1059 - Separating indenting and correcting indentation : May 7, 2006 |
| 1060 |
| 1061 |
| 1062 - Enhancing editor and indentation : May 4, 2006 |
| 1063 |
| 1064 - Pressing backspace should deindent |
| 1065 - Clearing undo list when opening a file; undoSeparator when saving |
| 1066 |
| 1067 |
| 1068 - Showing current line in status bar : April 28, 2006 |
| 1069 |
| 1070 |
| 1071 - Switch editor dialog; C-x b and C-F6 : April 27, 2006 |
| 1072 |
| 1073 |
| 1074 - Make new package dialog : April 25, 2006 |
| 1075 |
| 1076 |
| 1077 - Make new module dialog : April 25, 2006 |
| 1078 |
| 1079 |
| 1080 > Public Release 0.1pre : April 22, 2006 |
| 1081 |
| 1082 |
| 1083 - Extending syntax highlighted elements : April 22, 2006 |
| 1084 |
| 1085 |
| 1086 - Auto indentation; C-i : April 20, 2006 |
| 1087 |
| 1088 |
| 1089 - Basic searching; C-s : April 12, 2006 |
| 1090 |
| 1091 |
| 1092 > SF registration : April 10, 2006 |
| 1093 |
| 1094 |
| 1095 - Multiple buffers : April 8, 2006 |
| 1096 The editor should have a notebook view. |
| 1097 |
| 1098 |
| 1099 - Enhancing dialogs : April 7, 2006 |
| 1100 Using tkMessageBox, tkFileDialog, tkSimpleDialog, ScrolledText |
| 1101 |
| 1102 |
| 1103 - Running modules : April 6, 2006 |
| 1104 You should add the required directories to the python path. |
| 1105 |
| 1106 |
| 1107 - Guessing source folders in the project : April 5, 2006 |
| 1108 |
| 1109 |
| 1110 - Finding a file in a project : April 4, 2006 |
| 1111 |
| 1112 |
| 1113 - Highlighting keywords : March 21, 2006 |
| 1114 Only python files(``*.py``) should be highlighted. |
OLD | NEW |