- 02 Feb, 2016 1 commit
-
-
Gail Zacharias authored
-
- 25 Jan, 2016 1 commit
-
-
Gail Zacharias authored
Better handling for the case where defn class name is an unknown symbol (represented by an arglist-dummy object). Fixes ticket #156.
-
- 16 Dec, 2015 1 commit
-
-
Gail Zacharias authored
-
- 11 Dec, 2015 1 commit
-
-
Gail Zacharias authored
-
- 08 Dec, 2015 1 commit
-
-
Gail Zacharias authored
-
- 06 Dec, 2015 2 commits
-
-
Gail Zacharias authored
in THE feedback, if user is in the middle of typing a message (as best we can tell from what emacs gives us), filter messages to match the message in progress
-
Gail Zacharias authored
-
- 04 Dec, 2015 1 commit
-
-
Gail Zacharias authored
Add *message-sort-function* hook to allow sorting of applicable messages. See its doc string for explanation. Also, remove obsolete message category computation, no longer needed
-
- 03 Dec, 2015 1 commit
-
-
Gail Zacharias authored
Include inherited slots in make-object (and object slot form) arglist feedback. Do this by using using the same message computation for THE and MAKE-OBJECT. Remove provided keyword args from object slot form arglist feedback.
-
- 02 Dec, 2015 3 commits
-
-
Gail Zacharias authored
-
Gail Zacharias authored
Remove augment-gendl-define-object et al because that's now handled directly (in grovel-for-inner-cursor).
-
Gail Zacharias authored
Fix make-package-comparator do a strict comparison, otherwise sort (even stable-sort) will reverse the order of equal args
-
- 01 Dec, 2015 1 commit
-
-
Gail Zacharias authored
-
- 30 Nov, 2015 1 commit
-
-
Gail Zacharias authored
Use &any to show allowable properties in input slot arglists. Handle :quantify as well as :sequence in object slot forms
-
- 24 Nov, 2015 1 commit
-
-
Gail Zacharias authored
misc small fixes: don't print slot keywords as :keywords; input slot default value is optional; don't err out in completion if cursor nested in operator position; Also, get rid of the completion special-casing, not needed any more.
-
- 21 Nov, 2015 1 commit
-
-
Gail Zacharias authored
-
- 19 Nov, 2015 1 commit
-
-
Gail Zacharias authored
Major reorg, to use the same code walker for computing message lists as for computing function arglists.
-
- 21 Oct, 2015 2 commits
-
-
Gail Zacharias authored
-
Gail Zacharias authored
In find-subform-with-arglist, split off code walker (grovel-for-cursor) from the arglist lookup. Change the code walker logic to add a level of lookahead, allowing THE forms to be processed in context. Record define-object forms in the code walker environment. Add support for looking up gendl function arglists. Misc: * add intern-arg utility function, use it. * add print-object method for arglist-dummy * don't import %cursor-marker%, use +cursor-marker+ variable consistently * fix messages-in-this-form to handle multiple instances of the same keyword in define-object.
-
- 14 Oct, 2015 1 commit
-
-
Gail Zacharias authored
-
- 13 Oct, 2015 5 commits
-
-
Gail Zacharias authored
-
Gail Zacharias authored
-
Gail Zacharias authored
-
Gail Zacharias authored
-
Gail Zacharias authored
-
- 09 Oct, 2015 5 commits
-
-
Gail Zacharias authored
-
Gail Zacharias authored
-
Gail Zacharias authored
patch decoded-arglist-to-string to print only the message names -- no other lambda list details -- when in THE/THE-OBJECT/THE-CHILD
-
Dave Cooper authored
-
Dave Cooper authored
-
- 04 Oct, 2015 3 commits
-
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
-
- 30 Sep, 2015 5 commits
-
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
-
Dave Cooper authored
-
- 23 Sep, 2015 2 commits
-
-
Dave Cooper authored
-
Dave Cooper authored
-