Timeline
07/22/08:
- 21:12 Changeset [1504] by rob
- Added bash-style tab completion from Frank Atle Rod
- 21:11 Changeset [1503] by rob
- Added canonicalize parameter to Buffer * controls whether or not the …
- 21:11 Changeset [1502] by rob
- Added url parameter to attemptOpen so that the url can be modified in …
- 21:11 Changeset [1501] by rob
- Added ignore list for major mode processing * verify classmethods of …
07/21/08:
- 20:33 Changeset [1500] by rob
- Fixed Stani's fold explorer to work with Fundamental mode again. * removed …
- 20:33 Changeset [1499] by rob
- User manual updates
- 20:33 Ticket #488 (defect) closed by rob
- fixed: (In [1498]) Fixed #488: remove selection if selection exists; otherwise …
- 20:33 Changeset [1498] by rob
- Fixed #488: remove selection if selection exists; otherwise process …
- 20:33 Ticket #404 (enhancement) closed by rob
- fixed: (In [1497]) Fixed #404: added GuessIndentSize? action that uses the SciTE …
- 20:33 Changeset [1497] by rob
- Fixed #404: added GuessIndentSize? action that uses the SciTE algorithm to …
- 20:33 Changeset [1496] by rob
- Changed CloseTab? and NewTab? to work as popup actions
- 20:33 Changeset [1495] by rob
- Check to see if project folder exists before creating.
- 20:20 Ticket #490 (defect) created by rob
- Assume UTF8 for peppy-plugin text
- 20:13 Ticket #489 (defect) created by rob
- Key bindings in config file should take precidence
07/15/08:
- 13:54 Ticket #488 (defect) created by rob
- C style electricDelete/electricBackspace problem when selection exists
07/11/08:
- 19:36 Changeset [1494] by rob
- Fixed default path to be wx.StandardPaths?.Get().GetDocumentsDir?() instead …
- 19:36 Changeset [1493] by rob
- Added actions to hide all minor modes and sidebars
- 19:36 Changeset [1492] by rob
- Added InsertRepr? action
- 19:36 Changeset [1491] by rob
- Added 'ctags' to popup line * removed debug print
- 19:36 Changeset [1490] by rob
- Changed popup action in ShowTagAction? to be called using CallAfter? * tab …
- 19:36 Changeset [1489] by rob
- Found out where the SetFocus? events were getting called: from within the …
- 08:03 Changeset [1488] by rob
- Fixed the bad SetFocus? call by placing both the removeFromParent and …
07/10/08:
- 22:43 Changeset [1487] by rob
- Removed the CallAfter? in OnTabChanged? to prevent an extra tab change back …
- 22:43 Changeset [1486] by rob
- Removed some debug printing
- 18:14 Changeset [1485] by rob
- Turned off threaded loading of FundamentalMode? when loading stuff from the …
- 18:14 Changeset [1484] by rob
- Added outlines for some new user manual pages
- 18:14 Changeset [1483] by rob
- Added build, run, and stop project commands * changed output log to search …
- 18:14 Changeset [1482] by rob
- Changed expandCommandLine to use relative path name * changed …
- 18:14 Changeset [1481] by rob
- Added JobControlMixin? to FundamentalMode? so that all text modes can use …
- 18:14 Changeset [1480] by rob
- Added ProjectPlugin? configuration from within the Project Settings …
- 08:46 Changeset [1479] by rob
- Gnome's Nautilus seems to put a // at the beginning of absolute pathnames, …
07/09/08:
- 18:09 Ticket #487 (enhancement) created by rob
- Generalize spell checker interface into syntax checker
- 16:53 Ticket #486 (defect) created by rob
- Extremely long filenames clipped using filename completion
- 16:10 Changeset [1478] by rob
- Added bangpathModificationHook to JobControlMixin? * scripts are not run by …
- 16:10 Changeset [1477] by rob
- Added actions to modify tab size, indent size, and tabs/spaces * added …
- 16:10 Changeset [1476] by rob
- Moved major mode pointer to concepts
- 06:19 Changeset [1475] by rob
- Updated user manual with sections on preferences and running * added …
07/08/08:
- 17:21 Changeset [1474] by rob
- Got popup windows working on the mac! * added magic chicken waving to the …
- 12:38 Ticket #158 (enhancement) closed by rob
- fixed: I guess by now, the concept is OK. Will investigate further support of …
- 12:36 Changeset [1473] by rob
- Fixed index error in getLargestCommon
- 12:21 Changeset [1472] by rob
- Added action to lookup ctags value by name and display matches * changed …
- 12:20 Ticket #480 (enhancement) closed by rob
- fixed: (In [1471]) Fixed #480: added DescribeKey? action * modified keystroke …
- 12:20 Changeset [1471] by rob
- Fixed #480: added DescribeKey? action * modified keystroke processing to …
- 08:38 Ticket #318 (enhancement) closed by rob
- fixed: Works well enough for now. I'll see what kind of feedback I get before …
- 08:34 Changeset [1470] by rob
- Added interpreter_args to JobControlMixin? classprefs
- 08:34 Changeset [1469] by rob
- Added crunch_data method instead of importing from wx.tools.img2py because …
07/07/08:
- 19:17 Changeset [1468] by rob
- Fixed bug in FileBrowseButton? createDialog -- 2.8.7.* uses different …
- 18:01 Ticket #483 (enhancement) closed by rob
- fixed: (In [1467]) Fixed #483: added substring matching in autocomplete …
- 18:01 Changeset [1467] by rob
- Fixed #483: added substring matching in autocomplete minibuffer * …
- 12:32 Changeset [1466] by rob
- Quick fix to only allow numeric fragments in file URLs
- 12:32 Changeset [1465] by rob
- Removed empty label and border from around file and dir browse buttons
- 09:19 Changeset [1464] by rob
- Moved start and finish message into Job as methods
- 08:01 Changeset [1463] by rob
- Added exit code display to process output
- 07:41 Changeset [1462] by rob
- Fixed vfs uri handling to properly decode fragments in windows path urls * …
- 07:41 Changeset [1461] by rob
- Changed from idle processing to polling timer to get output from …
- 07:41 Changeset [1460] by rob
- Only RunFilter? should have expanded the command line args to include the …
07/06/08:
- 16:09 Ticket #484 (enhancement) closed by rob
- fixed: (In [1459]) Fixed #484: Added RunFilter? command to run an arbitary program …
- 16:09 Changeset [1459] by rob
- Fixed #484: Added RunFilter? command to run an arbitary program using …
07/05/08:
- 09:43 Ticket #485 (defect) closed by rob
- fixed: (In [1458]) Fixed #485: font zoom is now saved as a local parameter
- 09:43 Changeset [1458] by rob
- Fixed #485: font zoom is now saved as a local parameter
- 09:43 Ticket #393 (enhancement) closed by rob
- fixed: (In [1457]) Fixed #393: added ApplySettingsSameMode? to make view settings …
- 09:43 Changeset [1457] by rob
- Fixed #393: added ApplySettingsSameMode? to make view settings default for …
- 09:42 Changeset [1456] by rob
- Normalize the encoding name by running it through the standard python …
- 09:42 Ticket #485 (defect) created by rob
- Font zoom not saved
07/04/08:
- 13:28 Ticket #484 (enhancement) created by rob
- Run arbitrary programs on the current file
- 13:24 Ticket #483 (enhancement) created by rob
- Add substring matching to autocomplete minibuffer
- 13:20 Ticket #482 (enhancement) created by rob
- Default to previous buffer when switching
- 11:28 Ticket #481 (enhancement) created by rob
- Remember cursor positions when switching buffers
- 11:16 Ticket #480 (enhancement) created by rob
- Add describe-key action
07/03/08:
- 20:35 Changeset [1455] by rob
- Added InsertCodePoint? action to insert a unicode character from its code …
- 18:42 Ticket #18 (enhancement) closed by rob
- fixed: (In [1454]) Fixed #18: Completed basic ctags support * modified showLine …
- 18:42 Changeset [1454] by rob
- Fixed #18: Completed basic ctags support * modified showLine to display …
- 16:02 Ticket #431 (defect) closed by rob
- fixed: (In [1453]) Fixed #431: Added 0-1000 range to popup menus so they can be …
- 16:02 Changeset [1453] by rob
- Fixed #431: Added 0-1000 range to popup menus so they can be sorted
- 16:02 Ticket #476 (defect) closed by rob
- fixed: (In [1452]) Fixed #476 and #477: Added user directory for saved themes * …
- 16:02 Ticket #477 (defect) closed by rob
- fixed: (In [1452]) Fixed #476 and #477: Added user directory for saved themes * …
- 16:02 Changeset [1452] by rob
- Fixed #476 and #477: Added user directory for saved themes * changed the …
- 10:12 Ticket #478 (defect) closed by rob
- fixed: (In [1451]) Fixed #478: sidebar logs now go to file/line number when …
- 10:12 Changeset [1451] by rob
- Fixed #478: sidebar logs now go to file/line number when double clicked
- 10:01 Ticket #479 (defect) created by rob
- File should be saved in same encoding as was loaded
- 09:48 Ticket #478 (defect) created by rob
- Output log as sidebar no longer goes to error location when double clicking
- 08:59 Ticket #477 (defect) created by rob
- Style themes are broken
- 08:56 Ticket #476 (defect) created by rob
- Background color isn't set when style changes
07/02/08:
- 17:54 Changeset [1450] by rob
- Refs #18: Changed CTAGS to use line numbers to be able to jump to a file * …
- 17:54 Changeset [1449] by rob
- Synced with Editra svn 54469 to pick up official changes for event …
- 17:54 Changeset [1448] by rob
- Updated some debug printing, help text, and added wxPython version to …
- 17:54 Changeset [1447] by rob
- Fix to remove unnecessary events from the Editra style dialog preview …
- 17:53 Changeset [1446] by rob
- Synced ed_style with Editra 54467 to remove my hack for needing a blank …
- 17:53 Changeset [1445] by rob
- Synced editra syntax definitions with Editra svn 54465
- 17:53 Ticket #474 (defect) closed by rob
- fixed: (In [1444]) Fixed #474 and #475: synced style editor with Editra svn …
- 17:53 Ticket #475 (defect) closed by rob
- fixed: (In [1444]) Fixed #474 and #475: synced style editor with Editra svn …
- 17:53 Changeset [1444] by rob
- Fixed #474 and #475: synced style editor with Editra svn 54465 * …
07/01/08:
- 21:49 Changeset [1443] by rob
- Refs #158: Added create project actions * added Buffer.iterViewers * …
- 21:49 Changeset [1442] by rob
- Refs #18: Added RebuildCtags? action to recreate the tags file
- 21:49 Changeset [1441] by rob
- Added JobOutputSaver? for stuff that runs in the background without …
- 21:49 Changeset [1440] by rob
- Only local settings should be returned from PrefPanel?.update, not all …
- 21:49 Ticket #469 (enhancement) closed by rob
- fixed: (In [1439]) Fixed #469: added output_log classpref to JobControlMixin? to …
- 21:49 Changeset [1439] by rob
- Fixed #469: added output_log classpref to JobControlMixin? to choose where …
- 21:49 Changeset [1438] by rob
- Refs #18: added exuberant ctags parser * added ShowTagAction? that responds …
- 13:51 Ticket #475 (defect) created by rob
- Text style dialog problem with Style Theme
- 13:50 Ticket #474 (defect) created by rob
- Text style dialog makes changes even if cancelled
06/30/08:
- 18:19 Changeset [1437] by rob
- prevented project_info registration when project directory not found
- 18:15 Changeset [1436] by rob
- ProjectInfo? now saved to major mode * prevent searching for project …
- 18:15 Changeset [1435] by rob
- Error now prints to screen when there's an error trying to create the …
- 16:37 Changeset [1434] by rob
- Added project settings and enhancements to userparams.py to support …
- 16:37 Changeset [1433] by rob
- Changed C-G to only get short-circuited within the keyboard processing if …
- 16:37 Changeset [1432] by rob
- Made GlobalPrefs? subclassable by changing to classmethods instead of …
- 16:37 Changeset [1431] by rob
- Added action to save template on per-project basis
- 16:37 Changeset [1430] by rob
- Added new template for python files
- 16:37 Changeset [1429] by rob
- Changed major mode initialization process to send 'mode.preinit' message * …
06/28/08:
- 08:10 Changeset [1428] by rob
- Refs #318: added command to save template as the global template for the …
- 08:10 Changeset [1427] by rob
- Added emacs keybinding for CloseBuffer?
- 08:10 Changeset [1426] by rob
- Removed extraneous method from ExportAsENVI
- 08:10 Changeset [1425] by rob
- Changed search error to change foreground to red instead of background -- …
- 08:09 Changeset [1424] by rob
- Refs #318 and #158: added template support * rudimentary template support …
- 08:09 Changeset [1423] by rob
- Added subdir creation within config directory
06/27/08:
- 10:59 Ticket #473 (enhancement) created by rob
- investigate MDP for image processing
- 10:49 Ticket #472 (defect) created by rob
- Add priority to major mode loading process
06/26/08:
- 21:33 Ticket #470 (defect) closed by rob
- fixed: Fixed in r1422
- 21:30 Ticket #471 (defect) created by rob
- Stop attempting to replace text once find/replace has wrapped around completely
- 21:26 Changeset [1422] by rob
- Fixed replace so it wraps around to the beginning when reaching the end * …
- 21:26 Changeset [1421] by rob
- Changed default colors to my preferences
- 21:26 Changeset [1420] by rob
- Got auto scrolling to sort-of work on windows when the cursor is …
- 21:26 Changeset [1419] by rob
- Removed some debug printing before 0.7.4 release
- 21:26 Changeset [1418] by rob
- Added MultiMinibuffer? wrapper to put several minibuffer items in the same …
- 21:26 Changeset [1417] by rob
- Updated credits
06/25/08:
- 21:18 Ticket #470 (defect) created by rob
- Replace doesn't wrap around
- 21:16 Milestone 0.7.4 completed
- Iteration goal: develop editing …
- 18:00 Ticket #469 (enhancement) created by rob
- Interpreter output to sidebar rather than minor mode
06/24/08:
- 21:28 Ticket #468 (defect) closed by rob
- fixed: (In [1416]) Fixed #468: both find and replace string must be lowercase …
- 21:28 Changeset [1416] by rob
- Fixed #468: both find and replace string must be lowercase before smart …
- 21:28 Changeset [1415] by rob
- Updated changelog for 0.7.4 * removed some debug printing
- 19:53 Ticket #447 (defect) closed by rob
- fixed: Unable to reproduce and no further information, so resolving for now…
- 18:24 Ticket #422 (enhancement) closed by rob
- fixed: This is improved enough for 0.7.4. Will open more tickets for specific …
- 18:21 Ticket #452 (defect) closed by rob
- worksforme: Can't duplicate and no further word from the OP, so closing this.
- 16:38 Changeset [1414] by rob
- Refs #328: forces the fake middle mouse paste instead of using the X11 …
- 16:38 Ticket #137 (enhancement) closed by rob
- fixed: (In [1413]) Fixed #137: Added check for modified or deleted files on the …
- 16:38 Changeset [1413] by rob
- Fixed #137: Added check for modified or deleted files on the local …
- 16:38 Changeset [1412] by rob
- Renamed "Close Buffer" to "Close Document"
- 16:38 Changeset [1411] by rob
- Added progress gauge to HSI cube export (it can be very slow when changing …
- 16:38 Changeset [1410] by rob
- Added size calculation to GDAL cubes (needed for exporting data)
- 16:37 Changeset [1409] by rob
- Added format type to HSI welcome message
- 16:37 Changeset [1408] by rob
- Fixed offset problem in generated ENVI headers: data offsets were still …
- 16:37 Changeset [1407] by rob
- Added focal plane viewing to GDAL handler
- 16:37 Changeset [1406] by rob
- Updated changelog for next release
- 16:35 Ticket #328 (defect) reopened by rob
- 16:16 Ticket #402 (defect) closed by rob
- wontfix: Decided that I won't fix this, as I made the complicated user interface to …
Note: See TracTimeline for information about the timeline view.
