Author Topic: Ever Wanted to Screw With IntelliSense? Here's How.  (Read 1980 times)

0 Members and 1 Guest are viewing this topic.

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Ever Wanted to Screw With IntelliSense? Here's How.
« on: August 06, 2010, 03:21:19 am »
Two lines which create an array of arrays and set the first element of that to the parent array.  Intellisense doesn't really know when to stop...
Code: [Select]
Dim Arr(0) As Array
Arr(0) = {Arr}
;D
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

SirCmpwn

  • Guest
Re: Ever Wanted to Screw With IntelliSense? Here's How.
« Reply #1 on: August 06, 2010, 09:19:06 am »
Nice!  That's pretty badass.
tiDE will have intellisense, too, but I don't know how much you could screw with it.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ever Wanted to Screw With IntelliSense? Here's How.
« Reply #2 on: August 07, 2010, 02:11:41 pm »
Wow nice lol. Did it crash badly?

I always liked intellisense, though. Back when I programmed in Visual Basic 6.0 (which dates back in 1998), I found it pretty useful.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Ever Wanted to Screw With IntelliSense? Here's How.
« Reply #3 on: August 07, 2010, 02:33:30 pm »
lol! Hopefully it wont happedn with tiDE