Jump to content




[1.4] TACO - A text editor with flavor!

turtle computer utility

  • This topic is locked This topic is locked
35 replies to this topic

#21 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 11 December 2012 - 10:29 AM

View Postda404lewzer, on 11 December 2012 - 07:51 AM, said:

Hey guise, I'll try to get to the flickering, it doesn't happen on mine unless I goto HUGE screens in which case I'm blaming the network. Still, I'll implement something that updates only on changes, i was waiting to implement my double buffer but oh well.


View PostNeonJ, on 10 December 2012 - 01:06 PM, said:

1. Screen tends to flicker a lot, and it can get annoying after a while. This is especially noticable on the "About" screen.. it looks like you tried (and failed) to make a transparency effect.

Hrm.. the about screen is bugging out anyways, It's probably related. the code doesn't draw much overlap (and surely not overlapping dialogs) so i'm not sure what you mean by a "failed" transparency. I'm sure it's the flicker you mentioned not but 10 words previous ;)


View PostNeonJ, on 10 December 2012 - 01:06 PM, said:

3. Not everywhere has mouse support, and when clicking on text it appears to click 2 squares to the right of the cursor. I'm guessing this is because of the numbers on the side, but it seems to be 2 squares right even when I went down to 100, where it pushed a third row to the side. Hm.

I'm aware the menus don't have mouse support and it's mentioned in the description (future update, other things were more important). As for the 2 squares.. D'oh. Was a last minute fix.. I'll have to release this update after the multi-key update (see next)



View PostNeonJ, on 10 December 2012 - 01:06 PM, said:

4. Classic keyboard shortcuts would be awesome. CTRL + A, CTRL + C, CTRL + V? I know CTRL is for the menu, but if you could somehow implement these too, bonus points! (Perhaps make it so that if you press A within 500ms of CTRL or something? I'unno.)

I've actually already started on this, and yes there will have to be a delay lock.


View PostNeonJ, on 10 December 2012 - 01:06 PM, said:

You've been coding awesome things. xD Next thing you know you'd be making the next Excel (or similar 2d-database-thing) in CC.

Thanks man.. and yes, you caught me.. http://imgur.com/a/gScBt, that and hex-edit were part of the plan but I thought they may be overkill.. so anyways now I may add them as modes foXD

I did fix the flickering screen by editing line 1351, the timer, to 0.1 seconds instead of 0.01, thats too high comparing at the rate it need to refresh.

Also, nice Excel you are doing there...

#22 Jojo.bacon

  • Members
  • 20 posts

Posted 11 December 2012 - 04:12 PM

My request: printer support

#23 da404lewzer

  • New Members
  • 31 posts

Posted 11 December 2012 - 06:48 PM

Printer support will be fun :-)

#24 Goof

  • Members
  • 751 posts

Posted 15 December 2012 - 06:39 AM

if you want to only update if the version is updated, then you could make a seperate file which contains the Version number like "1.0" and then make the startup-file first download the version file, and then if the version file is bigger than the current version, then it would ask, for updating... i have made that in my AdvLock, and that works fine...
if you want any examples then feel free to PM me :D

Edited by Mikk809h, 19 February 2014 - 09:15 AM.


#25 CastleMan2000

  • Members
  • 195 posts
  • LocationThe trashcan where all Undertale trash is

Posted 15 December 2012 - 08:47 AM

This is really cool, but I have two complaints:

First, why isn't it mouse controlled? It's a little annoying to be using advanced compys without using mouse control.
Second, it flickers like it's having a seizure. Somewhat bothersome.

#26 darkroom

  • Members
  • 70 posts

Posted 15 December 2012 - 02:24 PM

local logo = {
" 1111111111 ";
" 11115e454e5e11 ";
" 11545e5111111111";
"1154e411111111111";
"1e455111111111111";
"15ec5111111111111";
"1cccc1111111111 ";
"1cccc111111 ";
" 111111 ";
}
--[[Stolen Shamelessly from nPaintPro - http://pastebin.com/4QmTuJGU]]
Reading through your epic code....It cannot be unseen

#27 KillaVanilla

  • Members
  • 303 posts

Posted 15 December 2012 - 03:51 PM

Nice IDE / text editor.
I'd use it, but I prefer using Notepad++.

#28 Zaggy1024

  • Members
  • 23 posts

Posted 15 December 2012 - 08:32 PM

Soo... I decided it would be fun to try adding mouse support to this today, and so I started playing around with it. It turned into a day-long project, which was successful. I believe I've made all the menus and dialogs have mouse support. Here's a link:

http://pastebin.com/aKyMYgbF

Note: I totally garbled the indentation because I decided it would be too annoying to get used to using spaces instead...

Also, if you find any bugs, please say so, because I haven't tested it all that much.

@da404lewzer: I hope you don't mind me modifying your code and posting it... but it sure was fun. :) The code was pretty well organized, so it wasn't too difficult.

edit: Ugh, somehow a ridiculously obvious error slipped past me (it didn't even cause errors when it should have, which was weird). If anyone downloaded it already (which is unlikely), re-download it from the link above.

edit: Accidentally left some debug code in there, too... I guess that's what I get for staying up till 3:00 coding. :P Update it again if you downloaded it...

#29 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 27 December 2012 - 01:24 PM

Why the name TACO? I think it's an acronym, but I'm not sure.

#30 Mendax

  • Members
  • 366 posts

Posted 29 December 2012 - 10:35 PM

Could I get permission to use this in my operating system?

#31 da404lewzer

  • New Members
  • 31 posts

Posted 05 January 2013 - 07:56 AM

Hey guys, sorry the holidays ate me up. So, I'm back now, ready to post new updates. I have some updates to TACO coming out here in the next day or so, something this weekend. Happy New Year! XD

View PostCranium, on 27 December 2012 - 01:24 PM, said:

Why the name TACO? I think it's an acronym, but I'm not sure.

Probably an Invader ZIM reference, I'm not sure. It just sounded funny I guess.


View PostMendax, on 29 December 2012 - 10:35 PM, said:

Could I get permission to use this in my operating system?

I don't mind if you use TACO in your OS. I would just like some credit and if you could try to keep the auto-update functionality.

#32 coryb2007

  • Members
  • 7 posts

Posted 14 January 2013 - 10:24 AM

It would be awesome if your update includes printer support, I don't think there are any (many very few I have not found) with printer support. So far all we have is the "edit filename" command...

#33 CastleMan2000

  • Members
  • 195 posts
  • LocationThe trashcan where all Undertale trash is

Posted 14 January 2013 - 04:48 PM

Ok, if there is one thing that's needed, it's FULL MOUSE SUPPORT! (soz for caps) I mean really, why do you have to use keyboard for everything on an advanced comp?? Aside from that, pretty good.

#34 Unit158

  • Members
  • 7 posts

Posted 31 March 2013 - 05:53 AM

Reminds me of QBasic's editor. If someone could make a QBasic intepreter for computercraft, that would be awesome.

#35 gamax92

  • Members
  • 157 posts

Posted 31 March 2013 - 06:09 AM

I've gotten rid of most of the flickering by simply changing the update rate from 0.01 (Actually 0.05, rounds up) to 0.1.

This is a great editor otherwise, I'd love to have this be the default (Once the bugs are hammered out of course)

#36 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 31 March 2013 - 10:47 PM

Ok.. Just tested this and I gotta say: Awesome!
Since that what it is..
But you should try to add some code highlighting like in the
normal editior. Since that can be useful.
And you should mention that you have to press CTRL to
access the menu options since I tried clicking them first and wondered why it did'nt work.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users