[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/idlwave.texi
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] Changes to emacs/man/idlwave.texi |
Date: |
Fri, 16 Aug 2002 02:29:42 -0400 |
Index: emacs/man/idlwave.texi
diff -c emacs/man/idlwave.texi:1.21 emacs/man/idlwave.texi:1.22
*** emacs/man/idlwave.texi:1.21 Fri Jul 19 03:01:33 2002
--- emacs/man/idlwave.texi Fri Aug 16 02:29:40 2002
***************
*** 1084,1090 ****
method exists in several classes, IDLWAVE queries for the class of the
object, unless the class is already known through a text property on the
@samp{->} operator (@pxref{Object Method Completion and Class
! Ambiguity}), or by having been explicity included in the call
(e.g. @code{a->myclass::Foo}).
@cindex Calling sequences
--- 1084,1090 ----
method exists in several classes, IDLWAVE queries for the class of the
object, unless the class is already known through a text property on the
@samp{->} operator (@pxref{Object Method Completion and Class
! Ambiguity}), or by having been explicitly included in the call
(e.g. @code{a->myclass::Foo}).
@cindex Calling sequences
***************
*** 1594,1600 ****
@emph{chaining}, and is characterized by chained method calls like
@address@hidden>MySuperClass::SetProperty,_EXTRA=e}}.
! IDLWAVE can accomodate this special synergy between class and keyword
inheritance: if @code{_EXTRA} or @code{_REF_EXTRA} are detected among a
method's keyword parameters, all keywords of superclass versions of the
method being considered are included in completion. The completion
--- 1594,1600 ----
@emph{chaining}, and is characterized by chained method calls like
@address@hidden>MySuperClass::SetProperty,_EXTRA=e}}.
! IDLWAVE can accommodate this special synergy between class and keyword
inheritance: if @code{_EXTRA} or @code{_REF_EXTRA} are detected among a
method's keyword parameters, all keywords of superclass versions of the
method being considered are included in completion. The completion
***************
*** 2053,2059 ****
@cindex Modification timestamp
@cindex Header, for file documentation
@cindex Timestamp, in doc header.
! @cindex Changelog, in doc header.
@kindex C-c C-h
@kindex C-c C-m
--- 2053,2059 ----
@cindex Modification timestamp
@cindex Header, for file documentation
@cindex Timestamp, in doc header.
! @cindex ChangeLog, in doc header.
@kindex C-c C-h
@kindex C-c C-m
***************
*** 2627,2633 ****
or while composing a long command in the IDLWAVE shell. In the latter
case, the command is sent to the shell and its output is visible, but
point remains unmoved in the command being composed --- you can inspect
! the contituents of a command you're building without interrupting the
process of building it! You can even print arbitrary expressions from
older input or output further up in the shell window --- any expression,
variable, number, or function you see can be examined.
--- 2627,2633 ----
or while composing a long command in the IDLWAVE shell. In the latter
case, the command is sent to the shell and its output is visible, but
point remains unmoved in the command being composed --- you can inspect
! the constituents of a command you're building without interrupting the
process of building it! You can even print arbitrary expressions from
older input or output further up in the shell window --- any expression,
variable, number, or function you see can be examined.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/idlwave.texi,
Paul Eggert <=