1
I Use This!
Inactive

Commits : Listings

Analyzed 18 days ago. based on code collected 18 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed Bug #128: The neon green color used in data map verification is very hard to read. It's using a darker green now. More... over 20 years ago
Fixed Bug #153: VisualSoar broken on Mac OS X. Most of the problems were caused by deprecated function errors I repaired earlier. The file not found bug was caused by a file separator issue. Specifically, the .vsa file contains a relative path so if you save a file on one platform and attempt to use it on another there are problems. VS handles this now. More... over 20 years ago
Fixed up error dialogs to use the exception message. More... over 20 years ago
Bug #263: Syntax error should not popup dialog when checking productions on one rule editor More... over 20 years ago
Bug #3: Expand datamap as it is being generated More... over 20 years ago
Bug #262: Operator with a non-enumeration named "name" causes crash More... over 20 years ago
Bug #255: IO Error. VS now reports filename of file that causes an IO error on project load or save operations. More... over 20 years ago
Fixed Bug #205: Runtime menu should be deactivated More... over 20 years ago
Added EnableDatamapNodeColoring config param to allow the user to turn off the coloring of datamap nodes. More... over 20 years ago
Made production type guessing in autodoc mode case-insensitive. More... over 20 years ago
small mods to the inline production source genration semantics. More... over 20 years ago
Escape HTML special chars when extracting comments with UseExistingComments. Added ShowProdSourceInline config option. Show the production sourcecode inline with the production documentation. More... over 20 years ago
Bug #90: Undo should move the cursor (and display) to where the undo is happening. To fix this I modified the UndoManager to keep track of the caret position of each recorded change so I could return to that spot on an undo/redo. More... over 20 years ago
Bug #228: Syntax coloring is off. My earlier attempt at counting brace depth failed. So instead I'm watching for whether I'm the RHS of a production in order to determine if a right brace is really the end of a production. More... over 20 years ago
Bug #225: searching within a specific operator. In order to fix this I had to undo a kludge that had married the regular Find dialog with the find in file dialog. More... over 20 years ago
Made name list sorting case-insensitive to fix strange lists of mixed-case production names. More... over 20 years ago
Fixed case where Soar sticks bars around all-caps production names. More... over 20 years ago
Changed default feedback list color from amber to blue. More... over 20 years ago
Fixed Bug #53: VS doesn't display new windows in size/position that is intuitive More... over 20 years ago
Fixed Bug #222: Better tab-formatting for multiple values on separate lines Fixed Bug#106: Better tab-formatting after a comment and after a condition More... over 20 years ago
Fixed Bug #222: Better tab-formatting for multiple values on separate lines More... over 20 years ago
Fixed Bug #122: If you close an editor window another window does not become active. More... over 20 years ago
Added .cvsignore entries for java class files. More... over 20 years ago
Fixed Bug #220: New file windows should receive focus More... over 20 years ago
Reformatted More... over 20 years ago
Fixed Bug #171: Agent name in title bar More... over 20 years ago
Fixed Bug #159: The save operation should always save the entire project. Ctrl-S is no longer mapped to saving just the file. More... over 20 years ago
Fixed Bug #159: The save operation should always save the entire project. More... over 20 years ago
Fixed Bug #93: Allow separate syntax and datamap checks. This was a pretty big change because I went in and fixed a great big copy and paste mess that someone else had created. There may be bugs. More... over 20 years ago
As part of the fix for Bug #93 I added code here to support dynamic content control. More... over 20 years ago