all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: arthur miller <arthur.miller@live.com>
Cc: "rms@gnu.org" <rms@gnu.org>, "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: RE: "Adobe Brackets like" editing in emacs
Date: Wed, 19 Mar 2014 13:18:21 +0900	[thread overview]
Message-ID: <87txaukeia.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <DUB111-W46CC4B9F01A48B82A47BEA967C0@phx.gbl>

arthur miller writes:

 > Thanks for the fast answer.

 > For example while editing html, if one clicks on an element, code
 > for css-style property for that element is displayed direclty below
 > under the lineof the code for that tag and one can edit that
 > particular piece of css.

Which CSS property?  The "C" in CSS stands for "cascading".  That is,
there may be a style attribute on the current element, there may be a
style element in the document, and there may be multiple rel=style
links in the document, any of which might be what you're editing.  Or
you might actually be creating a style attribute on the element.

 > They call it "quick edit".

Is it trademarked? ;-)

 > It is a bit faster way to work since one does not have to switch
 > between files.

Uh, if it's in an external stylesheet you *must* switch files.  I
assume you mean you don't have to switch *windows*?

For your style of editing to be efficient, does it really have to be
in the same window, or would it be OK if it popped up in a tooltip-
like, undecorated window very close to the point you click on?  Unlike
a tooltip, which tries to stay out of the way, it would always appear
in exactly the same place, though.  (I ask because I think I would
prefer a separate popup window, perhaps with a different background,
to transiently inserting text in the current buffer.  I think I would
want that window immediately below the modified element's open tag.)

 > I am not sure if I am really that good in explaining, english is
 > not my first (or second) language.

Your explanation is perfectly understandable, but you should avoid
giving examples which don't help much.  For example, intellisense:

 > Well it is pretty similar to what is called "intellisense", but it
 > does not pop-up in a new window and offers code editing rather than
 > code completition.

In other words, it has nothing in common with intellisense, except
that it's context-sensitive.  If you don't have the word "context-
sensitive", I can understand why you'd use intellisense as an example,
but it didn't help me at all because the context that intellisense
uses (a partial word from the same program) is rather different from
the context used here (a cross-file link).

I would use the analogy of a link in a web page, except that instead
of your focus jumping to the linked content (which is annoying and
inefficient for a transient activity), the linked content is "pulled"
to your focus point temporarily.  



  reply	other threads:[~2014-03-19  4:18 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-18 13:29 "Adobe Brackets like" editing in emacs arthur miller
2014-03-18 19:01 ` Richard Stallman
2014-03-18 19:24   ` arthur miller
2014-03-19  4:18     ` Stephen J. Turnbull [this message]
2014-03-19 14:01       ` Ivan Andrus
2014-03-19 15:03         ` Lennart Borgman
2014-03-19 15:16           ` arthur miller
2014-03-19 15:24             ` Lennart Borgman
2014-03-19 15:31           ` Ivan Andrus
2014-03-19 15:40             ` Lennart Borgman
2014-03-19 16:20               ` Stephen J. Turnbull
2014-03-19 16:37                 ` Lennart Borgman
2014-03-19 16:42                   ` Lennart Borgman
2014-03-19 18:18               ` Richard Stallman
2014-03-18 19:37   ` arthur miller
2014-03-18 21:29     ` Alan Schmitt
     [not found]       ` <DUB111-W4468B0D4051AE6F0B217B2967C0@phx.gbl>
2014-03-18 21:42         ` arthur miller
2014-03-19 16:01           ` Tom
2014-03-19 18:18             ` Richard Stallman
2014-03-20 11:04               ` Phillip Lord
2014-03-20 11:58                 ` arthur miller
2014-03-20 18:57                   ` Richard Stallman
2014-03-21 11:36                     ` Phillip Lord
2014-03-21 16:58                       ` chad
2014-03-21 18:58                         ` Richard Stallman
2014-03-20 12:50                 ` Stefan
2014-03-20 14:40                   ` Phillip Lord
2014-03-20 13:17                 ` Ted Zlatanov
2014-03-20 16:00                   ` Phillip Lord
2014-03-18 20:36   ` Ted Zlatanov
2014-03-19  4:00     ` Richard Stallman
2014-03-19  4:09       ` Vibhav Pant
2014-03-19  8:06         ` Tom
2014-03-19  9:15         ` Stephen J. Turnbull
2014-03-19 16:17           ` Eli Zaretskii
2014-03-19 16:01         ` Eli Zaretskii
2014-03-19  9:01       ` arthur miller
2014-03-19 10:18         ` Phillip Lord
2014-03-19 18:17         ` Richard Stallman
2014-03-19 20:41           ` arthur miller
2014-03-19 22:26             ` Richard Stallman
2014-03-19 12:49       ` Ted Zlatanov
2014-03-19 12:53         ` arthur miller
2014-03-19 14:38         ` Stephen J. Turnbull
2014-03-19 16:36         ` Eli Zaretskii
2014-03-19 18:18         ` Richard Stallman
2014-03-20  6:23           ` Ted Zlatanov
2014-03-20 16:28             ` Eli Zaretskii
2014-03-20 16:42               ` David Kastrup
2014-03-20 16:43               ` arthur miller
2014-03-20 16:59               ` David Engster
2014-03-20 17:25                 ` arthur miller
2014-03-20 17:41                   ` David Engster
2014-03-20 17:52                     ` arthur miller
2014-03-20 20:05                 ` Johan Bockgård
2014-03-20 20:08                   ` David Engster
2014-03-20 20:07               ` Ted Zlatanov
2014-03-20 17:04             ` Matthew Leach
2014-03-19 16:20       ` Josh
2014-03-26 21:21 ` Mathias Dahl
2014-03-26 21:35   ` Lennart Borgman
2014-03-28  4:37     ` Lennart Borgman
2014-03-28 15:26       ` Richard Stallman
2014-03-28 16:10         ` Lennart Borgman
2014-03-30  0:24           ` Richard Stallman
2014-03-30  1:01             ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87txaukeia.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=arthur.miller@live.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.