Re: Copy In Code Window?
Nathan Fiedler <[email protected]> Wed, 14 Jul 2004 23:44:30 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1089873869.29668.1.camel@nuts> |
JSwat has limited copy & paste support, mostly in the Messages/Command and Output/Input areas. It never made sense for the source viewer to support copy since it did not support paste (or any editing for that matter). Full editing support will be available in the 3.0 version. n On Wed, 2004-07-14 at 09:21, Wilson Jimmy - jiwils wrote: > I have some open source code that I am looking at, and I want to experiment > with it in my editor. It would be great if I could copy those lines of code > to the clipboard in order to paste them into my application. Is there a way > to do this? Ctrl+c does not work as expected, and no menu options appear to > support this either. Is there a possibility for such an enhancement? > > Jimmy