objectscript-devel Mailing List for ObjectScript (Page 48)
Brought to you by:
rob_d_clark
You can subscribe to this list here.
2003 |
Jan
(47) |
Feb
(61) |
Mar
(73) |
Apr
(149) |
May
(202) |
Jun
(219) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(13) |
Dec
(65) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(81) |
Feb
(62) |
Mar
(36) |
Apr
(48) |
May
(50) |
Jun
(9) |
Jul
(10) |
Aug
(9) |
Sep
(30) |
Oct
(6) |
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(6) |
Oct
(4) |
Nov
(1) |
Dec
(3) |
2007 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(10) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(14) |
Aug
(1) |
Sep
(10) |
Oct
(7) |
Nov
(47) |
Dec
(38) |
From: Rob C. <rob...@ma...> - 2003-01-28 00:52:49
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS26> Type : Enhancement Issue Id : OBJS26 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: View popup action menu changes Description: View::addAction... view's should support JMenu/JMenuItem, to create hierarchial menues Severity: Minor Functional Area: chimera Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:47:25
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS25> Type : Defect Issue Id : OBJS25 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: PopupTrigger fine tuning Description: PopupTrigger is used in all (many?) places that use a popup... the idea being that by using the same trigger in all places, there is a consistant set of user actions that will display a popup (ie. right-click, click-and-hold). The problem with the click-and-hold trigger is that it plays badly with DnD (FileBrowserPlugin, which isn't checked in yet) and text selection (EditorPlugin)... what is needed is for the popup menu to intercept the key and mouse events when it is displayed. This could probably be used to implement keyboard navigation of the popup too, which would be a nice thing for the editor. Hopefully I can come up with some way of doing this generically in PopupTrigger, rather than having to do it differently in each place that uses popups. Perhaps a lower threshold for mouse motion that would cancel the popup would do the trick? (Also, should have a factory method, which installs both the mouse listener and mouse motion listener would be a good t! hing) Severity: Minor Version: head Stack Trace: Functional Area: chimera Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:38:24
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS24> Type : Enhancement Issue Id : OBJS24 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: editor feature: unresolved variable list Description: It would be possible to use the syntax-tree that is an output of the parser to find references to variables that are not declared in the scope where they are referenced. The user should be able to look at that list, and know what globals the file makes use of... and should be able to recognize typos, etc. From my notes from home: + implement parser that can determine if a variable has been defined in a given scope. Make list (tree?) that shows potentially unresolved references. User can click on item in list, and jump to that location in the code. Severity: Minor Functional Area: ode Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:35:01
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS23> Type : Enhancement Issue Id : OBJS23 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: need unit test framework for oscript.jar Description: We need a more extensive regression test for ObjectScript. Not entirely sure what the scope of this is, but we should look to other languages (perl comes to mind) to see how they handle this sort of thing. Severity: Minor Functional Area: other Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:31:05
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS22> Type : Enhancement Issue Id : OBJS22 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: dependency checking class loader Description: Implement a ClassLoader for use by chimera that can check header fields in the MANIFEST.MF to detect missing .jar files, or incompatible/out-of-date .jar files. When an API changes in one of the .jar files requiring changes in other .jar files, this can be indedicated in dependency information in the manifest. The ChimeraClassLoader could use this to detect that the user is trying to use .jar files that are incompatible with each other. Severity: Minor Functional Area: chimera Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:25:28
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS21> Type : Enhancement Issue Id : OBJS21 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: should have a way to have more control over view closure Description: Need a way to mark a view unclosable (console?) or veto a close (editor view... I want to be able to prompt a user if there are unsaved changs). One idea is that the close runnable could be able to veto the close... Severity: Minor Functional Area: chimera Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:22:03
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS20> Type : Defect Issue Id : OBJS20 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: stack trace line # problem Description: recursion causes bad line #'s to be reported in a stack trace, due to the way current line # is tracked on a per-node-evaluator basis Severity: Major Version: head Stack Trace: Functional Area: compiler Status: New |
From: Rob C. <rob...@ma...> - 2003-01-28 00:16:22
|
Issue OBJS14 ('clean' target does not remove dest/*-MANIFEST.MF) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS14> The following modifications were made to this issue: Status changed from 'New' to 'Closed' Comment: fixed on OBJS15 |
From: Rob C. <rob...@ma...> - 2003-01-28 00:15:54
|
Issue OBJS15 (package move) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS15> The following modifications were made to this issue: Added 'duplicate' child dependency on issue OBJS15 Added 'duplicate' parent dependency on issue OBJS14 |
From: Rob C. <rob...@ma...> - 2003-01-28 00:15:54
|
Issue OBJS14 ('clean' target does not remove dest/*-MANIFEST.MF) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS14> The following modifications were made to this issue: Added 'duplicate' child dependency on issue OBJS15 Added 'duplicate' parent dependency on issue OBJS14 |
From: Rob C. <rob...@ma...> - 2003-01-27 17:33:07
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS19> Type : Defect Issue Id : OBJS19 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: string equal bug Description: "foo" == "foo" -> true "foo".equals("foo") -> false (note, this should be checked by the test suite) Severity: Major Version: head Stack Trace: Functional Area: data Status: New |
From: Rob C. <rob...@ma...> - 2003-01-25 20:16:33
|
Issue OBJS15 (package move) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS15> The following modifications were made to this issue: Status changed from 'Resolved' to 'Closed' Comment: merged back to trunk |
From: Rob C. <rob...@ma...> - 2003-01-25 19:52:02
|
Issue OBJS15 (package move) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS15> The following modifications were made to this issue: Status changed from 'Assigned' to 'Resolved' Comment: finished with issue... note I ended up doing some web page work on this issue as well, in preperation for the initial public release containing chimera & ODE |
From: Rob C. <rob...@ma...> - 2003-01-25 01:56:49
|
Issue OBJS16 (FileChooser expanding JTree bug) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS16> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS16 Added 'blocking' parent dependency on issue OBJS18 |
From: Rob C. <rob...@ma...> - 2003-01-25 01:56:49
|
Issue OBJS18 (FileChooser: misc enhancements) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS18> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS16 Added 'blocking' parent dependency on issue OBJS18 |
From: Rob C. <rob...@ma...> - 2003-01-25 01:56:27
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS18> Type : Enhancement Issue Id : OBJS18 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: FileChooser: misc enhancements Description: 1) auto-expand JTree as user types 2) tab (or similar) completion Severity: Minor Functional Area: chimera Status: New |
From: Rob C. <rob...@ma...> - 2003-01-25 01:55:10
|
Issue OBJS17 (FileChooser: remember recent paths) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS17> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS16 Added 'blocking' parent dependency on issue OBJS17 |
From: Rob C. <rob...@ma...> - 2003-01-25 01:55:09
|
Issue OBJS16 (FileChooser expanding JTree bug) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS16> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS16 Added 'blocking' parent dependency on issue OBJS17 |
From: Rob C. <rob...@ma...> - 2003-01-25 01:54:38
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS17> Type : Enhancement Issue Id : OBJS17 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: FileChooser: remember recent paths Description: remember recently visited directories... perhaps make the JTextField a JComboBox instead so the user can pull-down and select a recently visited path. (Perhaps the recent paths should be on a per-filter basis?) Severity: Major Functional Area: chimera Status: New |
From: Rob C. <rob...@ma...> - 2003-01-25 01:51:25
|
Issue OBJS16 (FileChooser expanding JTree bug) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS16> The following modifications were made to this issue: Functional Area set to 'chimera' Comment: setting functional area to 'chimera' |
From: Rob C. <rob...@ma...> - 2003-01-25 01:43:06
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS16> Type : Defect Issue Id : OBJS16 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: FileChooser expanding JTree bug Description: under windoze, there seems to be a problem with programatically expanding the JTree/JTreeTable (at least when using the filesystem model) Severity: Major Version: head Stack Trace: Status: New |
From: Rob C. <rob...@ma...> - 2003-01-24 06:33:41
|
Issue OBJS15 (package move) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS15> The following modifications were made to this issue: Status changed from 'New' to 'Assigned' Comment: move to 'assigned' state |
From: Rob C. <rob...@ma...> - 2003-01-24 06:32:47
|
User rob...@ma... has added user rob...@ma... to Assigned To. You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS15> |
From: Rob C. <rob...@ma...> - 2003-01-24 06:20:01
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS15> Type : Enhancement Issue Id : OBJS15 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: package move Description: move dot.* to ti.* Severity: Blocker Status: New |
From: Rob C. <rob...@ma...> - 2003-01-24 02:53:05
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS14> Type : Defect Issue Id : OBJS14 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: 'clean' target does not remove dest/*-MANIFEST.MF Description: the manifest files are an intermediate derived object which should be removed by the 'clean' target, but isn't Severity: Minor Version: head Stack Trace: Functional Area: other Status: New |