This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
rhysjack7's profile picture

[1.5] CCNotepad Document Maker Beta Prelelease 2

Started by rhysjack7, 09 April 2013 - 02:52 AM
rhysjack7 #1
Posted 09 April 2013 - 04:52 AM
CCNotepad Allows You To Make Documents In CC(Computercraft)
Right Now It Is Only In A Early Beta Stage There's Still Work To Do

Type pastebin get dzD9bM8K CCNotepad
Note: Programming Will Be Added In A Future Update

Changelog
SpoilerBeta 1.0 PR2


Added CCNotepad Context Menu
Moved Context Menus To CCNotepad Context Menu
Removed Print

Coding Removed:

function Print()
if not printer then
print("No Printer Attached To Advanced Computer")
else
print("Not Coded Yet")

Beta 1.0 PR1
First Release Of CCNotepad
Kingdaro #2
Posted 09 April 2013 - 05:06 AM

...
function Print()
if not printer then
print("No Printer Attached To Advanced Computer")
else
print("Not Coded Yet")

Untested code. Wonderful.
svdragster #3
Posted 09 April 2013 - 05:28 AM
I still don't know why People upload very very early, not even Alpha, versions of a program, instead of the Beta or even the finished program. But I hope you will work on this :3
nutcase84 #4
Posted 09 April 2013 - 07:43 AM
MORE INFO PLEASE.
Left4Cake #5
Posted 10 April 2013 - 03:37 AM
I still don't know why People upload very very early, not even Alpha, versions of a program, instead of the Beta or even the finished program. But I hope you will work on this :3

because Minecraft did it, so obviously is a good idea for a program for a mod for it to do it too.

onTopic: Some pics and a description would be nice.
theoriginalbit #6
Posted 10 April 2013 - 03:42 AM
because Minecraft did it
Not really, minecraft was playable. there was quite a lot they had done and they had been working on it for months before releasing it…
Really no program should be released until BETA. Alpha should be in house, and no program should make BETA until a defined set of features have been implemented and the program will at least do basic functions towards its intended purpose.
Left4Cake #7
Posted 10 April 2013 - 03:47 AM
Not really, minecraft was playable. there was quite a lot they had done and they had been working on it for months before releasing it…
Really no program should be released until BETA. Alpha should be in house, and no program should make BETA until a defined set of features have been implemented and the program will at least do basic functions towards its intended purpose.

I know, this is just one of thous time when the lake of tone of voice in text ruined the joke, oh well.
rhysjack7 #8
Posted 11 April 2013 - 10:46 PM
Beta 1.0 Prelelease 2 is comming out soon
rhysjack7 #9
Posted 11 April 2013 - 11:47 PM
Beta 1.0 Prelelease 2 is comming out soon
Upadated To Beta PR2
rhysjack7 #10
Posted 11 April 2013 - 11:50 PM

...
function Print()
if not printer then
print("No Printer Attached To Advanced Computer")
else
print("Not Coded Yet")

Untested code. Wonderful.

Version PR2 is out It Removes Print From The File Context Menu In The CCNotepad Context Menu
rhysjack7 #11
Posted 11 April 2013 - 11:54 PM
because Minecraft did it
Not really, minecraft was playable. there was quite a lot they had done and they had been working on it for months before releasing it…
Really no program should be released until BETA. Alpha should be in house, and no program should make BETA until a defined set of features have been implemented and the program will at least do basic functions towards its intended purpose.

I Released Beta Straight Away Because I Wanted All Of You To Have A Copy
Kingdaro #12
Posted 12 April 2013 - 12:28 AM
First of all, Please Don't Talk Like This. It's very annoying.

On topic: Your program is still very broken. Again I ask, are you testing your code at all?

EDIT: Never mind, I was viewing an old version.
rhysjack7 #13
Posted 13 April 2013 - 12:00 AM
First of all, Please Don't Talk Like This. It's very annoying.

On topic: Your program is still very broken. Again I ask, are you testing your code at all?

EDIT: Never mind, I was viewing an old version.

I Haven't Released PR2 Yet
remiX #14
Posted 13 April 2013 - 08:12 AM
Just from looking at the code I can see that it's broken…