#21
Posted 02 February 2013 - 05:39 PM
#22
Posted 03 February 2013 - 04:58 PM
#23
Posted 03 February 2013 - 05:37 PM
DarkenedEvil, on 03 February 2013 - 04:58 PM, said:
#24
Posted 12 February 2013 - 02:33 PM
#26
Posted 13 February 2013 - 05:54 AM
Also maybe make it an API to so someone can let people select some files for use in their programs something like this maybe:
function selectFiles(minX, minY maxX, maxY, multiple)You could then maybe use it like this
x, y = term.getSize() path = selectFiles(1,1,x,y,false) file = io.open(path, "w")Or when using multiple it will return a table with the paths
x, y = term.getSize()
path = selectFiles(1,1,x,y,false)
for i, v in ipairs(path) do
file = io.open(v, "w")
end
#27
Posted 13 February 2013 - 08:34 AM
superaxander, on 13 February 2013 - 05:54 AM, said:
Also maybe make it an API to so someone can let people select some files for use in their programs something like this maybe:
function selectFiles(minX, minY maxX, maxY, multiple)You could then maybe use it like this
x, y = term.getSize() path = selectFiles(1,1,x,y,false) file = io.open(path, "w")Or when using multiple it will return a table with the paths
x, y = term.getSize() path = selectFiles(1,1,x,y,false) for i, v in ipairs(path) do file = io.open(v, "w") end
#28
Posted 16 February 2013 - 09:57 PM
#30
Posted 17 February 2013 - 11:09 AM
I Was Looking 4EVA 4 this calculator
"A credit would be nce!"
Custom Color Binary Cal. http://jumk.de/color-calculator/
#31
Posted 17 February 2013 - 11:48 AM
LuaEclipser, on 17 February 2013 - 11:09 AM, said:
I Was Looking 4EVA 4 this calculator
"A credit would be nce!"
Custom Color Binary Cal. http://jumk.de/color-calculator/
since im bored right now ill update shockbrowser's config to be less of a piece of shit
EDIT:Shockbrowser seems to be messed up for some reason....working on fixing
#32
Posted 17 February 2013 - 01:02 PM
#33
Posted 20 February 2013 - 06:34 AM
Shockbrowser V2.00
Well if anyone is using this just so you know I am almost finished with Shockbrowser 2.0 and I anticipate it being out by the end of the week.What to expect
Better Config File-Reads better and makes more sense-can use and computercraft color code format
Better Draw Function-uses less term calls-less lag
More customization on the color schemes, Better coloring
Shit load of under the hood stuff-from 882 lines to 504 (that's a huge improvement if i do say so myself)
New Custom "Icons"
Better Menus
Teaser photo with custom colors
#34
Posted 20 February 2013 - 03:54 PM
#36
Posted 21 February 2013 - 03:05 PM
ShockBrowser V2.00pr1
Hey Guys here is a pre release of v2.00 hope you guys like it...What's New in ShockBrowser?
Huge Amazingly Great Update Pre Release
- Annoying bugs are fixed
- Improved functionality/features
- Lots of under the hood stuff (Cut 300~400 lines
) - Improved Color scheme setup/more customization
- A Config (That's not a shit pile...Can you believe it????)
- Better Menu Drawing/Screen Wrapping
- Better auto installer
- Custom "Icon" colors and text
- Option to stop auto updating
- Force Auto-Updates with "-u"
- Dump Entire Recycle bin(one click)
#37
Posted 21 February 2013 - 04:46 PM
shockbrowser:441: File existsOh, and you should also make it check at the start if the RecycleBin folder exists and if not, it creates it, because otherwise it will error when you delete things.
EDIT: You also can't run things with arguments...
#38
Posted 21 February 2013 - 04:51 PM
Shnupbups100, on 21 February 2013 - 04:46 PM, said:
shockbrowser:441: File existsOh, and you should also make it check at the start if the RecycleBin folder exists and if not, it creates it, because otherwise it will error when you delete things.
Also the recyclebin is made when u delete something (unless I forgot that in the rewrite...)
Also arts run just hasn't been finished yet (it's a pre release)
Edit:thanks for the quick feedback man
#39
Posted 21 February 2013 - 05:02 PM
Skullblade, on 21 February 2013 - 04:51 PM, said:
Skullblade, on 21 February 2013 - 04:51 PM, said:
#40
Posted 21 February 2013 - 05:05 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











