Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21905
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2013-01-30 19:10 -0800 |
| References | <cc234760-dc9e-4cec-8100-1bf52a537092@googlegroups.com> |
| Message-ID | <579ddd6c-7797-4114-831b-c62713785267@googlegroups.com> (permalink) |
| Subject | Re: Getting an html file from a online html document and converting it back to code. |
| From | Lew <lewbloch@gmail.com> |
On Wednesday, January 30, 2013 6:27:48 PM UTC-8, Patrick Rutledge wrote:
> I'm taking an object oriented programming class and my professor assigned an assignment
> in which the skeleton is given in an online html document.>
>
> We are using the BlueJ IDE.
>
> I am not sure how to get the code from the html document online.
Open your editor or IDE editor window.
Create an editor window for your code.
Open the assignment document in a browser.
Using your mouse or keyboard (shift+arrows), in the browser window
highlight the code you want to paste into your editor.
Press Control-C ("apple"-C on Macs), or use the context menu and select "Copy".
This will copy the text into your system clipboard.
Click into your editor window.
Press Control-V ("apple"-V on Macs), or use the context menu and select "Paste".
The code is now in your editor window.
Use your editor's "Save" feature.
--
Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting an html file from a online html document and converting it back to code. Patrick Rutledge <patrickrutledge47@gmail.com> - 2013-01-30 18:27 -0800
Re: Getting an html file from a online html document and converting it back to code. Lew <lewbloch@gmail.com> - 2013-01-30 19:10 -0800
Re: Getting an html file from a online html document and converting it back to code. Jim Gibson <jimsgibson@gmail.com> - 2013-01-31 10:51 -0800
Re: Getting an html file from a online html document and converting it back to code. "John B. Matthews" <nospam@nospam.invalid> - 2013-01-31 17:00 -0500
Re: Getting an html file from a online html document and converting it back to code. Roedy Green <see_website@mindprod.com.invalid> - 2013-01-31 04:18 -0800
Re: Getting an html file from a online html document and converting it back to code. Patrick Rutledge <patrickrutledge47@gmail.com> - 2013-01-31 10:47 -0800
Re: Getting an html file from a online html document and converting it back to code. lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-31 19:06 +0000
Re: Getting an html file from a online html document and converting it back to code. FredK <fred.l.kleinschmidt@gmail.com> - 2013-01-31 11:10 -0800
Re: Getting an html file from a online html document and converting it back to code. Roedy Green <see_website@mindprod.com.invalid> - 2013-01-31 14:11 -0800
csiph-web