|
Page 1 of 1
|
[ 3 posts ] |
|
RobotC help: mark, copy, & paste code examples
| Author |
Message |
|
Ford Prefect
Senior Roboticist
Joined: Sat Mar 01, 2008 12:52 pm Posts: 936 Location: a small planet in the vicinity of Beteigeuze
|
 RobotC help: mark, copy, & paste code examples
hi,
why isn't it possible to mark, copy & paste code examples as you are used to do it with Windows?
mark it,
press ctrl+c
switch to new doc
paste by ctrl+v
- or -
mark it,
right mouse click
context menu _Copy(Kopieren)
right mouse click at new doc
paste by context menu _Insert(Einfügen)
the way it works now (mark, drag + drop) doesn't always work if the place where you want to insert it is "out of bounds".
_________________ Ford Prefect
Never purchase release 1.x ! (ancient programmer's wisdom) "Don't argue with idiots. They'll drag you down to their level and then beat you with experience."
|
| Fri Aug 08, 2008 8:51 am |
|
 |
|
Dick Swan
Creator
Joined: Fri Feb 09, 2007 9:21 am Posts: 613
|
 Re: RobotC help: mark, copy, & paste code examples
Standard cut/copy and paste does work in ROBOTC. This is a standard clipboard capability tha any program should support. As an example. I copy code snippets from ROBOTC IDE to forum posting all the time. SImilarly I copy other people's code / "bug reports" from a forum post into ROBOTC as well. I can only think of two causes: - You have encountered a bug in the IDE. If so, give more details on the exact circumstances -- e.g. it never works for you, only sometimes, only when pasting from an external application, etc
- The application you're copying from does not put the data into the clipboard in "plain text" format. When items are posted to the clipboard, the format of the item is also carried with it. And an application may store the one entry in several formats -- e.g. plain text, "rich text", "MS Word specific", etc. Applications are always supposed to include "plain text" as one of the formats. The ROBOTC IDE only accepts "plain text" format in the clipboard.
- It may be possible that you're running some kind of 3rd party tool that is intercepting the keystrokes for "CTRL+C" and "CTRL+V" so that they are not received by ROBOTC IDE. Instead of using the keyboard shortcuts see if cut and paste work when you use the explicit commands on the ROBOTC menu bar for CUT and PASTE
|
| Fri Aug 15, 2008 3:55 am |
|
 |
|
Ford Prefect
Senior Roboticist
Joined: Sat Mar 01, 2008 12:52 pm Posts: 936 Location: a small planet in the vicinity of Beteigeuze
|
 Re: RobotC help: mark, copy, & paste code examples
hello, this happens always , and it happens only with the RobotC help topics pages.
e.g. if I'm looking for a help topic such as motorencodertarget, a help window opens with sort of explanations a/o code snippets. I can mark them with the mouse, and I can drag and drop the marked area to the RobotC IDE, but I can't mark with the mouse, copy by right mouseclick/context menu"copy" (or ctlr+c) and paste by right mouseclick/context menu"paste" (or ctrl+v).
edit: if I did so, just the help topic was copied, not the whole marked text
_________________ Ford Prefect
Never purchase release 1.x ! (ancient programmer's wisdom) "Don't argue with idiots. They'll drag you down to their level and then beat you with experience."
|
| Fri Aug 15, 2008 4:20 am |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 3 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|