Instant searching and window handling:
Select-And-Search: SHIFT+LeftClick ON A WORD.
S-A-S in new view: RightMouseClick ON A WORD.
Activate window : LeftMouseClick ON EMPTY SPACE.
Create new view : RightMouseclick ON EMPTY SPACE.
To jump through the search results, press SHIFT+CRSR_DOWN,
or SHIFT+MOUSEWHEEL.
To search any word, JUST TYPE IT. Whatever you type goes into the "find mask",
and when you stop typing, it is searched for instantly. Press Left/Right/Home/End
to move the cursor within the mask, and INSERT to clear it. The * wildcard and
operators AND OR NOT are supported. For example,
class *bar* obj OR warn NOT goo
finds lines containing "class FooBar: public Obj" or "warning" but not "CGooBar".
operators must be typed in CAPITAL letters, and can be deactivated with CTRL+X.
To search the * character itself, type **, e.g. "/** foo" actually finds "/* foo".
F1: FULLSCREEN MODE ON/OFF F5: reload changed files
F2: horizontal tiling on/off F6: hide all windows
F3: swap with previous view F8: show help
F4: case-sensitive search F12: open document
F3+SHIFT: swap with next F3+CTRL: copy view to left
Fullscreen versus multi column mode:
To repeat, dview is optimized for searching, and not for
endless fondling-around with window borders. Therefore
the dview surface has a fixed-window layout:
- Depeche View starts in Full Screen Mode,
displaying a large, single window, covering nearly
the whole screen. In this mode, you have maximum overview
of a single text spot.
- as soon as you press the right mouse button on blank space,
dview enters the multi column mode, displaying
two or three columns side by side. In this mode,
you have a comparison overview of up to three spots
of text.
- switch anytime between these two modes by pressing F1.
|
<- F1 ->
|
|
- whenever you press the right mouse button,
an event is sent to a nearby view (window), e.g. to activate
the view, or to search something. if no nearby view
exists yet, one is created.
CTRL+(SHIFT+)Home: jump to previous file (or top of all)
CTRL+(SHIFT+)End : jump to next file (or bottom of all)
SHIFT+LEFT/RIGHT : horizontal motion (ENTER to reset )
CTRL+TAB to change tab size (set DVIEW_CONFIG=tabsize:n)
ESCAPE to close latest view, or all, if in first view.
SHIFT+ESCAPE always closes all views, then exits.
To SEARCH a multi-word phrase, keep SHIFT pressed, then left-click into
the first and last word or character. When done, release SHIFT to start.
To COPY multiple words or lines, do the same with CTRL instead of SHIFT.