Jump to content




Shockbrowser V2.00Pr2--Yay! Update

utility

  • You cannot reply to this topic
46 replies to this topic

#21 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 02 February 2013 - 05:39 PM

Yay :D

#22 DarkenedEvil

  • Members
  • 59 posts

Posted 03 February 2013 - 04:58 PM

Hi, great file browser. I was wondering if I could use this in my OS(DarkOS)I am currently making a colored version and this would go great with it. I'll definatly give you credit in the OS and on the topic. Thanks, DarkenedEvil (Sorry about no exclamation points lol my one key is broken)

#23 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 03 February 2013 - 05:37 PM

View PostDarkenedEvil, on 03 February 2013 - 04:58 PM, said:

Hi, great file browser. I was wondering if I could use this in my OS(DarkOS)I am currently making a colored version and this would go great with it. I'll definatly give you credit in the OS and on the topic. Thanks, DarkenedEvil (Sorry about no exclamation points lol my one key is broken)
Sure i fully support anyone that whats to include my programs in their OSes and if you need any help feel free to ask

#24 DarkenedEvil

  • Members
  • 59 posts

Posted 12 February 2013 - 02:33 PM

when you say disk specific options what do you mean?

#25 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 12 February 2013 - 04:05 PM

View PostDarkenedEvil, on 12 February 2013 - 02:33 PM, said:

when you say disk specific options what do you mean?
Can't remember completly but rather then copy and stuff I think it is label disk and eject....

#26 superaxander

  • Members
  • 609 posts
  • LocationHolland

Posted 13 February 2013 - 05:54 AM

Could you make a button to go back two folders?
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 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 13 February 2013 - 08:34 AM

View Postsuperaxander, on 13 February 2013 - 05:54 AM, said:

Could you make a button to go back two folders?
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
I've kinda been thinking about that for the next update but ive been lazy and havn't really done much...

#28 NeptunasLT

  • Banned
  • 147 posts
  • LocationVilnius,Lithuania

Posted 16 February 2013 - 09:57 PM

I will add this to my os.

#29 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 17 February 2013 - 06:45 AM

View PostNeptunasLT, on 16 February 2013 - 09:57 PM, said:

I will add this to my os.
Cool awsome

#30 LuaEclipser

  • Banned
  • 220 posts
  • LocationCleveland, Ohio

Posted 17 February 2013 - 11:09 AM

Hay Shock Browser,

I Was Looking 4EVA 4 this calculator
"A credit would be nce!"


Custom Color Binary Cal. http://jumk.de/color-calculator/

#31 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 17 February 2013 - 11:48 AM

View PostLuaEclipser, on 17 February 2013 - 11:09 AM, said:

Hay Shock Browser,

I Was Looking 4EVA 4 this calculator
"A credit would be nce!"


Custom Color Binary Cal. http://jumk.de/color-calculator/
oh sorry the binary colors are the CC binary colors you can get them here->http://www.computerc...nfo/wiki/Colors
since im bored right now ill update shockbrowser's config to be less of a piece of shit :P (it really is)

EDIT:Shockbrowser seems to be messed up for some reason....working on fixing

#32 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 17 February 2013 - 01:02 PM

Fixed the error....quite embarrassed that no one told me about it...

#33 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

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

Attached Thumbnails

  • Attached Image: Shockbrowser V2.00.png


#34 FuuuAInfiniteLoop(F.A.I.L)

  • Banned
  • 435 posts
  • LocationThe left part of this post

Posted 20 February 2013 - 03:54 PM

When displing disk you should dislpay its label with the icon

#35 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 21 February 2013 - 12:11 PM

View Posturielsalis, on 20 February 2013 - 03:54 PM, said:

When displing disk you should dislpay its label with the icon
I guess I could... Not sure how important it would be in comparison to the resource strain

#36 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

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 :D
  • Annoying bugs are fixed
  • Improved functionality/features
  • Lots of under the hood stuff (Cut 300~400 lines :D )
  • 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)
EDIT:just looked and found i had 6 followers...i guess some people do use this :P

#37 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 21 February 2013 - 04:46 PM

You can right click -> delete files whilst in recycle bin and it will error with:
shockbrowser:441: File exists
Oh, 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 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 21 February 2013 - 04:51 PM

View PostShnupbups100, on 21 February 2013 - 04:46 PM, said:

You can right click -> delete files whilst in recycle bin and it will error with:
shockbrowser:441: File exists
Oh, 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.
Didn't think about erroring from deleting....I'll fix that 2marrow when I'm on my computer.
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 :) great to see someone uses it :D

#39 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 21 February 2013 - 05:02 PM

View PostSkullblade, on 21 February 2013 - 04:51 PM, said:

Also the recyclebin is made when u delete something (unless I forgot that in the rewrite...)
Yeah, you must've forgotten.

View PostSkullblade, on 21 February 2013 - 04:51 PM, said:

Edit:thanks for the quick feedback man :) great to see someone uses it :D
You're welcome!

#40 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 21 February 2013 - 05:05 PM

Ok I'll probably be able to release a patch 2marrow :D





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users