Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
http://www.axtools.com/products/codesmart.htm
This has really opened up VB6 for me. 9 copy and paste buffers, easy-to-follow statement linking, more organised and useful UI, automatic formatting, dead code searches, advanced find+replace...
I could go on. Just check out the website and give it a try. It really does open it up for you, and make developing a lot easier and can avoid any future problems, such as when I frequently find myself counting ifs and end ifs looking for breaks.
You've got nothing to lose!
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 262
Threads: 11
Joined: Apr 2023
Reputation:
0
Wow, Tabs!  hock:
sweet tabs, autotext, i can easily read through all of my coding now. nice find.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Yeah, really does make a big difference. It's like finding NetBeans all over again xD
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Urgh,
Netbeans rapes coding standards sideways though >______>;
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Fuck knows, I'm a complete JAVA newbie. This doesn't effect your coding at all, IDE or RTE.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Robin Wrote:Fuck knows, I'm a complete JAVA newbie. This doesn't effect your coding at all, IDE or RTE.
This looks awesome, netbeans is a curse though, someone used it for a few things at work and you end up just re-writing everything it does properly because the code it splurts out is disgusting and un-usable.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form ><
Can you suggest anything better to use for a GUI maker?
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
No idea. Had a look around, but can't find anything.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
wouldnt it be on demonoid?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Nope. Just checked.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
I was checkin' for it myself, just to find it for you guys.
No such luck.
Robin Wrote:Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form ><
Can you suggest anything better to use for a GUI maker?
Code.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Fox Wrote:Robin Wrote:Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form ><
Can you suggest anything better to use for a GUI maker?
Code.
Fuck that.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
You can always use the control GUI editors from other languages, like the C# or VB.NET one, then just copy over the locations. Not too convenient, I know, but it does get the job done pretty well. Its how I design all my in-game GUIs that are not control based.
Robin Wrote:Fox Wrote:Robin Wrote:Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form ><
Can you suggest anything better to use for a GUI maker?
Code.
Fuck that.
Once you get you're head around panels and things it gets a lot easier, its not as difficult as rendering an interface so it should be a piece of cake for you ^.^
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
I don't see why your game would lag at all just because of this addon to VB. Nothing from this addon is actually saved onto the exe game file. As far as I've seen it.
Love the buffer thing  It will be very handy. Great found Robin and james!
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Eh, just noticed that this addon fucked up my vb. Byebye CodeSmart for me.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
How did it fuck it up?
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Hum, everything seems fine now when I restarted my computer.
Asrrin29 Wrote:so CodeSMART is only a 30-day eval. and mine just expired so now I have this annoying nag screen popping up. Any idea where to find a full version download or disable the nag screen?
Same here.
just a guess but it might be connected to a server. which has the codesmarts serial num and how long its trial period has been. just a thought.
Not sure if this is a virus or not but somebody posted this on OGCore before I had to delete it.
RAR Format
ZIP Format
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Neither did I because the domain isn't responding xDDD
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
May possibly be off-topic, but @ Robin.
Netbeans is utter crap. I highly suggest, use, and recommend greatly! Eclipse Java IDE for Java programming. I haven't needed to remember anything in a while, the IDE will tell me everything if I forget  And it is better for conventions, etc.
|