Re: Correct group for WDM development??

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Not quite. The main edit window is in that mode, but the rest of the screen
is in command mode. It will respond to command sequences and mouse
activity. Most of us have given up on the old 80x25 mainframe terminal.
Why not have both modes at once? It is expected and normal.

"BobF" <rNfOrSePeAzMe@xxxxxxxxxxx> wrote in message
news:1veji112623q8$.18itpjfdrneef$.dlg@xxxxxxxxxxxxx
> On Wed, 1 Jun 2005 14:18:19 +0800, Isaac Chen wrote:
>
>> I'm kind of confused. VC++ has that "mode", isn't it? It's the default
>> mode so you don't have to hit I to be in that mode. You have to hit
>> [Ins] to switch to "overwrite mode", the one you seemed to classify
>> as exception.
>>
>> But it also has lots of "command modes", like CTRL-F (Find),
>> CTRL-H (Replace), CTRL-P (Print) among many others that
>> you must be more familiar with than I am.
>>
>> I must have seriously misunderstanding of your modal vs modeless
>> analogy?
>>
>> Thank you.
>>
>> Isaac Chen
>>
>> "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx> wrote in message
>> news:OYxJDudZFHA.2288@xxxxxxxxxxxxxxxxxxxxxxx
>>>> Care to explain why vi is modal, while VC++ editor is modeless UIs?
>>>
>>> vi has insert mode (hit I).
>
> vi has two basic modes; edit and command. Before you hit 'i' to insert
> text, vi will try to interpret *everything* you type as a command.
>
> In VS, you're always in edit mode. Yes, <CTRL><F> is a command, but it
> doesn't really switch the mode of the editor - it just takes you out to a
> utility. When you return from the utility, the VS editor is still in edit
> mode. It must be a lot harder to explain than it really is. Download a
> copy of vim and take it for a spin. The differences will be obvious.


.



Relevant Pages

  • RE: Keeping File Open for Read and Write Before Closing
    ... Do a FileOpen command with OpenMode.Random, ... access the file (both using a text editor and by running a second instance of ... Only issue now is that these values are problematic to edit in the text ... > (eg, streamreader and streamwriter). ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Correct group for WDM development??
    ... The main edit window is in that mode, but the rest of the screen ... It will respond to command sequences and mouse ... When you return from the utility, the VS editor is still in edit ...
    (microsoft.public.development.device.drivers)
  • Re: Access user input from command line
    ... I am trying to create a GUI with an edit box for user input ... below) in the command prompt or through other m files (I get ... % hObject handle to figure ...
    (comp.soft-sys.matlab)
  • Re: My apologies to CSMA
    ... >> Property List Editor installs along with the optional developer tools ... > Granted, it isn't technically the "command line," but you're still ... > having to edit text and issue somewhat cryptic commands. ... Or a plist editor and activity monitor. ...
    (comp.sys.mac.advocacy)
  • Re: bug? cannot get value of cell on invisible column
    ... I just didnt want it to be editable when the EDIT button was selected based on previous experience with Borland C++ where editing or renameing a key required it to be propagated to all the tables. ... I mentioned that the same problem show up in postgreseql but I cannot find my comment anywhere and suspect they ignore closed cases. ... Then I made the column visible but the field readonly and that caused the sql "update" command to fail as the update command skipped over that "id" field and put "authString" where id was supposed to go causing an exception on the sqlserver. ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)