Revision as of 14:34, 11 March 2005 editSmjg (talk | contribs)Extended confirmed users, Pending changes reviewers26,861 edits →Tabs← Previous edit | Revision as of 15:32, 11 March 2005 edit undoMinghong (talk | contribs)Extended confirmed users13,145 edits →TabsNext edit → | ||
Line 24: | Line 24: | ||
::* tabbed interface or similar | ::* tabbed interface or similar | ||
:: Moreover, some editors may support more than one way of displaying/opening multiple documents, or none at all. Some may have a system of switching between documents such that only one is on the screen at a time, but without the convenience of a tabbed interface (e.g. Emacs, which provides this independently of split window and GUI-mode multiple windows). There are also platform differences - an app that uses MDI on Windows may use separate windows in its Mac version, with this being how apps tend to work on Mac OS. And TextPad uses MDI, but has a document selector window that provides the convenience of a tabbed interface. -- ] 14:34, 11 Mar 2005 (UTC) | :: Moreover, some editors may support more than one way of displaying/opening multiple documents, or none at all. Some may have a system of switching between documents such that only one is on the screen at a time, but without the convenience of a tabbed interface (e.g. Emacs, which provides this independently of split window and GUI-mode multiple windows). There are also platform differences - an app that uses MDI on Windows may use separate windows in its Mac version, with this being how apps tend to work on Mac OS. And TextPad uses MDI, but has a document selector window that provides the convenience of a tabbed interface. -- ] 14:34, 11 Mar 2005 (UTC) | ||
:::Then, we can split the column into a table, with columns like ], ]. ], etc. --] 15:32, 11 Mar 2005 (UTC) | |||
==Better exaplanation of fields== | ==Better exaplanation of fields== |
Revision as of 15:32, 11 March 2005
Shell integration and Column mode editing
I haven't changed the 'shell integration' values for vi or vim, but doesn't the '!' command (run shell command) count as shell integration for vi/vim? I left the value as 'N/A', since I may be misunderstanding shell integration.
Could someone please clarify this?
In addition, wouldn't vim's 'visual mode' count as column mode editing, or am I missing something?
- Originally I added "shell integration" for text editors can add items on Windows Explorer's context menu. But now it seems to be not only GUI shell, but also command-line shell... I don't know about vim, but column edit mode refers to the ability to selection vertically . --Minghong 08:50, 9 Mar 2005 (UTC)
- In that case, the column title should be changed. Many people who use operating systems other than MS Windows will understand "shell integration" to mean the ability to start a shell from within the editor or to insert the output of system commands in the buffer. Burschik 15:22, 10 Mar 2005 (UTC)
Tabs
This should be probably multiple file handling, or multiple windows, since tabs aren't found in command line/curses based editors, to be fair. Dysprosia 22:32, 10 Mar 2005 (UTC)
- I agree
- Not agree, as the way to handling multiple document can be very different: 1) open multiple windows; 2) MDI; or 3) tabbed interface. There may be more, but tabbed interface is the most popular. (I don't mean I hate command-line editor thought) --Minghong 09:30, 11 Mar 2005 (UTC)
- I can think of
- multiple windows, similarly to many web browsers
- MDI
- split window
- tabbed interface or similar
- Moreover, some editors may support more than one way of displaying/opening multiple documents, or none at all. Some may have a system of switching between documents such that only one is on the screen at a time, but without the convenience of a tabbed interface (e.g. Emacs, which provides this independently of split window and GUI-mode multiple windows). There are also platform differences - an app that uses MDI on Windows may use separate windows in its Mac version, with this being how apps tend to work on Mac OS. And TextPad uses MDI, but has a document selector window that provides the convenience of a tabbed interface. -- Smjg 14:34, 11 Mar 2005 (UTC)
- I can think of
Better exaplanation of fields
The meaning of most columnts is rather unclear. Also some "features" don't apply to certain editors as they are implemented by other parts of the system but integrate seamlessly into the editor(spell checking in Unix editors is one example, a better example is ftpfs and webfs in Plan 9) Lost Goblin