This is what I like TODO
If you have any good ideas, let me know:
goran_schwarz@hotmail.com
gorans@sybase.com
-
Move CountersModel into asemon.cm package this also implicates
splitting GetCounters all "sub classes" and make them into
"proper" java classes. Why: the GetCounters starts to get BIG
-
Work more on the Spinlock panel... set descriptions for known
spinlocks, fix the renderer so it indicates high values with
RED color or similar.
-
Cleanup all the classes that are not used today...
-
Save more GUI stuff in the saveProps. have a "tab" been "un-docked"
into its own window, what was the x,y position.
-
Persister: if table destination table exists: check if all the
desired columns are in the table (if not, alter table add column...)
-
New Properties/Preferences Dialog which looks like the Eclipse one...
-
SQL Capture: Right click menu on tables, redo the GUI and code
-
CounterModel redo the code, it's pritty uggly for the moment
-
Implement the lock tool
-
Integrate 'dbisql' into various places... dbisql has good perf & tuning output.
Right now it's in SQL Window, but it needs to be in more places.
-
OFF-Line: make a "Capture SQL" that works for off-line as well