Undetermined Music Artists

Sharing Artistopia
 
Music Is Life @ Artistopia.com

Independent Music Artist:   Sign In  |  Register

Home Music Indie News Discussion Resources Shop Friday, May 25, 2012
  
 
 
  
 

Cut & Paste

Music Home >>  Music Genres  >> Undetermined Music
 
  
 

< < < < <
> > > > >
More Info on Cut & Paste Similar Undetermined Music Search Artistopia

Biography

redirect|Cut and paste|the hack writing strategy|Cut and paste jobredirect|Copy & Paste|the album by BoA|Hurricane VenusRefimprove|date=August 2008In human-computer interaction , cut and paste and copy and paste are related Command (computing)|commands that offer a user interface|user-interface interaction technique for transferring text, data (computing)|data , computer file|file s or Object (computer science)|object s from a source to a destination. Most ubiquitously, users require the ability to cut and paste sections of plain text . The cut command removes the Selection (user interface)|selected data from its original position, while the copy command creates a duplicate; in both cases the selected data is placed in a Clipboard_(software)|clipboard . The data in the clipboard is later inserted in the position where the paste command is issued.

The command names are an interface metaphor based on the physical procedure used in manuscript editing to create a page layout .

This interaction technique has close associations with related techniques in graphical user interface s that use pointing device s such as a computer mouse (by drag and drop , for example).

History


The term " cut and paste " comes from the traditional practice in manuscript-editings whereby people would literally cut paragraphs from a page with scissors and physically Adhesive|paste them onto another page. This practice remained standard as late as the 1970s. Stationery stores formerly sold "editing scissors" with blades long enough to cut an 8˝"-wide page. The advent of photocopier s made the practice easier and more flexible.

The act of copying/transferring text from one part of a computer-based document (" Data buffer|buffer ") to a different location within the same or different computer-based document was a part of the earliest on-line computer editors. As soon as computer data entry moved from punch-cards to online files (in the mid/late 1960s) there were "commands" for accomplishing this operation. This mechanism was often used to transfer frequently-used commands or text snippets from additional buffers into the document, as was the case with the QED (text editor)|QED editor.Deutsch, L. P, and B. W Lampson. “An online editor.” Communications of the ACM 10, no. 12 (1967): 793–799.

The earliest editors, since they were designed for "hard-copy" terminals, provided computer keyboard|keyboard commands to delineate contiguous regions of text, remove such regions, or move them to some other location in the file. Since moving a region of text required first removing it from its initial location and then inserting it into its new location various schemes had to be invented to allow for this multi-step process to be specified by the user.

Often this was done by the provision of a 'move' command, but some text editors required that the text be first put into some temporary location (AKA, "the clipboard") for later retrieval/placement.

Although the mechanism was already in widespread use in early line and character editors, Lawrence G. Tesler (Larry Tesler) popularized "cut and paste" in the context of computer-based text-editing while working at Xerox PARC|Xerox Corporation Palo Alto Research Center (PARC) in 1974–1975.cite web|url= http://www.designinginteractions.com/ |title=Bill Moggridge, Designing Interactions, MIT Press 2007, pp. 63–68 |publisher=Designinginteractions.com |date= |accessdate=2011-11-25

Apple Computer widely popularized the computer-based cut-and-paste paradigm through the Apple Lisa|Lisa (1983) and Apple Macintosh|Macintosh (1984) operating systems and applications. Apple mapped the functionalities to key-combinations consisting of the Command key (a special modifier key ) held down while typing the letters X (for cut), C (for copy), and V (for paste), choosing a handful of computer keyboard|keyboard sequences to control basic editing operations. The keys involved all cluster together at the left end of the bottom row of the standard QWERTY keyboard, and each key is combined with a special modifier key to perform the desired operation:
  • control-Z|Z to undo

  • control-X|X to cut

  • control-C|C to copy

  • control-V|V to paste


  • Control-V was first used for paste in the QED editor.

    IBM Common User Access|CUA (for OS/2) also uses combinations of the Insert key|Insert , Del key|Del , Shift key|Shift and Control key s. Early versions of Microsoft Windows|Windows used the IBM standard. Microsoft later adopted the Apple style key-combinations with the introduction of Microsoft Windows|Windows , choosing the control key as their modifier key which had previously been reserved for sending control character s.

    Similar patterns of key combinations, later borrowed by others, remain widely available As of|2007|alt= today in most GUI text editors, word processors, and file system browsers.

    Cut and paste



    Computer-based editing can involve very frequent use of cut-and-paste operations. Most software-suppliers provide several methods for performing such tasks, and this can involve (for example) key-combinations, pulldown menus, pop-up menus, or toolbar buttons.

    # The user selects the text or file for moving by some method, typically by dragging over the text or file name with the pointing-device or holding down the Shift key while using the arrow keys to move the Cursor (computers)|text cursor
    # The user performs a "cut" operation via key combination Control key|Ctrl +x ( Command key|? +x for Macintosh users), menu, or other means
    # Visibly, "cut" text immediately disappears from its location. "Cut" files typically change color to indicate that they will be moved.
    # Conceptually, the text has now moved to a location often called the Clipboard (software)|clipboard . The clipboard typically remains invisible. On most systems only one clipboard location exists, hence another cut or copy operation overwrites the previously stored information. Many Unix|UNIX text-editors provide multiple clipboard entries, as do some Macintosh programs such as Clipboard Master,cite web |title=Clipboard Master |work=Clipboard Master 2.0 by In Phase Consulting, July 1994|url= http://forums.info-mac.org/viewtopic.php? f=243& t=14244& sid=739ce1119f88340c52dc2aed3c788fff |accessdate=14 September 2009 and Windows clipboard manager|clipboard-manager programs such as Microsoft Office .
    # The user selects a location for insertion by some method, typically by clicking at the desired insertion point
    # A paste operation takes place which visibly inserts the clipboard text at the insertion point. (The paste operation does not typically destroy the clipboard text: it remains available in the clipboard and the user can insert additional copies at other points)

    Whereas cut-and-paste often takes place with a mouse-equivalent in Windows-like GUI environments, it may also occur entirely from the keyboard, especially in Unix|UNIX text editor s, such as Pico (text editor)|Pico or vi . The most common kind of cutting and pasting without a mouse involves the entire current line, but it may also involve text after the cursor (computers)|cursor until the end of the line and other more sophisticated operations.

    When a software environment provides cut and paste functionality, a nondestructive operation called copy usually accompanies them; copy places a copy of the selected text in the clipboard without removing it from its original location.

    The clipboard usually stays invisible, because the operations of cutting and pasting, while actually independent, usually take place in quick succession, and the user (usually) needs no assistance in understanding the operation or maintaining mental context.

    Copy and paste


    The term "copy-and-paste" refers to the popular, simple method of reproducing Character (computing)|text or other data from a source to a destination. It differs from cut and paste in that the original source text or data does not get deleted or removed. The popularity of this method stems from its simplicity and the ease with which users can move data between various applications visually - without resorting to Disk storage|permanent storage .

    Copying often takes place in graphical user interface systems through use of the key-combinations Control key|Ctrl +C, or by using some other method, such as a context menu or a toolbar button. Once one has copied data into the area of memory referred to as the clipboard , one may paste the contents of the clipboard into a destination using the key combinations Ctrl+V, or other methods dependent on the system. Macintosh computers use the key combinations Command key|? C and ?V.

    The X Window System maintains an additional clipboard containing the most recently selected text; middle-clicking pastes the content of this "selection" clipboard into whatever the pointer (computing WIMP)|pointer is on at that time.

    Most terminal emulator s and some other applications support the key combinations Ctrl-Insert to copy and Shift-Insert to paste. This is in accordance with the IBM Common User Access (CUA) standard.

    Some programs not only copy and paste text, but also edit it during the process, such as PureText (designed by Steve P Miller (software developer)|Steve Miller ) which copies text from a table and removes the table during the pasting process.

    Common keyboard shortcuts



    & nbsp; Cut Copy Paste
    Generic/ Apple
    Windows/ GNOME/ KDE
    BeOS
    Common User Access
    Emacs
    vi
    X Window System


    Additional differences between moving and copying


    In a spreadsheet, moving (cut and paste) need not equate to copying (copy and paste) and then deleting the original: when moving, references to the moved cells may move accordingly.

    Windows Explorer also differentiates moving from merely copy-and-delete: a "cut" file will not actually disappear until pasted elsewhere and cannot be pasted more than once. The icon fades to show the transient "cut" state until it is pasted somewhere. Cutting a second file while the first one is cut will release the first from the "cut" state and leave it unchanged.

    Multiple clipboards



    Several GUI editors allow copying text into or pasting text from specific clipboards, typically using a special keystroke-sequence to specify a particular clipboard-number.

    Clipboard manager s can be very convenient productivity-enhancers by providing many more features than system-native clipboards. Thousands of clips from the clip history are available for future pasting, and can be searched, edited, or deleted. Favorite clips that a user frequently pastes (for example, the current date, or the various fields of a user's contact info) can be kept standing ready to be pasted with a few clicks or keystrokes.

    Similarly, a kill ring provides a LIFO (computing)|LIFO stack (data structure)|stack used for cut-and-paste operations as a type of clipboard capable of storing multiple pieces of data.cite web|url= http://www.ai.sri.com/~gkb/general.html#kill-ring |title=GKB (Generic Knowledge Base) Editor user's manual |publisher=Ai.sri.com |date= |accessdate=2011-11-25
    For example, the Emacs text-editor developed by Richard Stallman provides a kill ring.cite web|url= http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Kill-Ring |title=GNU Emacs manual |publisher=Gnu.org |date= |accessdate=2011-11-25
    Each time a user performs a cut or copy operation, the system adds the affected text to the ring. The user can then access the contents of a specific (relatively numbered) buffer in the ring when performing a subsequent paste-operation. One can also give kill-buffers individual names, thus providing another form of multiple-clipboard functionality.

    See also


  • Control key

  • Copy and paste programming

  • Photomontage

  • Clipboard (software)|Clipboard

  • Drag and drop

  • Publishing Interchange Language

  • X Window selection

  • Pastebin


  • References


    Reflist

    External links


  • http://tronche.com/gui/x/icccm/sec-2.html 2. Peer-to-Peer Communication by Means of Selections in the ICCCM


  • Category:User interface techniques

    ca:Retallar, copiar i enganxar
    de:Kopieren und Einfügen
    es:Cortar, copiar y pegar
    fr:Copier-coller
    ko:????, ??, ????
    hy:?????, ????????, ????????
    it:Copia e incolla
    he:????, ???? ?????
    nl:Kopiëren en plakken
    ja:???·???·????
    pt:Cortar, copiar e colar
    ru:????????, ???????????, ????????
    fi:Copypaste
    sv:Klippa ut, kopiera, klistra in
    ta:??????, ??????, ?????
    ur:???? ??? ? ?????

    Copyright Citations

    This article is licensed under the GNU License
    Click here for original article: Cut & Paste





          

     
       
     
    Home  |  About Us  |  Privacy  |  Sitemap  |  FAQs  |  Terms and Conditions
     
    Copyright 2012, iCubator Labs, LLC, All Rights Reserved.