Why Should I use a "better" IDE
Blitz3D Forums/Blitz3D Beginners Area/Why Should I use a "better" IDE
| ||
Why should i use a "better" IDE such a Protean. How would it benifit me from using the traditional Blitz3D IDE? |
| ||
Well, to single out Protean - it sorts the function list alphabetically. This alone is a good enough reason to switch. |
| ||
There is function folding, makes the code alot more readible, multiple undos, different syntax highlighting options, projects, typing helpers...The list keeps going. Protean supports all of the above, as does most every ide out there for blitz (except the native one). |
| ||
To quote your sig: "To be the best you have to go beyond." |
| ||
Because it has type member code completion |
| ||
Because it has type member code completion Last time I tried that in Protean it didn't work at all. |
| ||
Whilst Protean is very well regarded by many, be aware there are a number of other IDEs also well regarded. Essentially, you use a 'better' IDE because it has features that make your coding easier, more effective and more enjoyable. Whichever IDE you find that does that, use it. |
| ||
....don't use one of you don't want too...we don't care |
| ||
You need a "better" IDE for one simple reason: more than 1 level of undo. |
| ||
I think one of Protean's best features is the "Region" trick, allowing you to "collapse" your code, regardless or start and end point, without interfering with the code itself. So for instance, this:While Not KeyDown(1) ...;this represents any code you might type ... ;#Region This is collapsed ... ... Wend ... ;#End Region ...Would collapse down to this: While Not KeyDown(1) ... ... ;This is collapsed ...You really have to put it into practice to fully appreciate its value. But the fact that Protean is free, and works with three versions of Blitz (B3D, B2D, and B+) is also reason enough for a download. I mean, if you're still happy with the standard Blitz IDE, then go ahead and stick with it. I'd still reccommend, though, that you at least give Protean (and indeed, any other IDE that catches your eye) a test run before deciding; you might be pleasantly surprised! |
| ||
The Protean IDE link in your sig doesnt work, Adam. I get a 404 :( |
| ||
Actually it's worse than that, Malice... the Protean site seems to be down, since I get the same error when accessing it from the Blitz toolbox! If you want Protean, though, just tell me & I'll send you the installer; being a careful computer user, I keep all useful APP installers in an easy-to-remember folder. |
| ||
Please do, Adam! This thread has actually converted me! I have always got on fine with the standard IDE but some of the functions mentioned could really make things easier for me! email address is: teutanis_support<AT>ntlworld DOTCOM Many Thanks! |
| ||
Protean is on the way, Malice - hope it helps. (BTW, it's ADAM, not Adam... ^_^) |
| ||
Many thanks, ADAM :D |
| ||
Also, Protean has mouse gestures!I have got it so it only requires an upward flick to compile, a down one to undo... And it has project mangement,integreated web browser... |
| ||
Use IDEal |
| ||
Whats IDEal? �-<? |
| ||
http://www.blitzbasic.com/Community/posts.php?topic=66160 IDEal is a really, REALLY great new IDE for Blitz. It has a lot of similar features to Protean but also tons of neat new ideas besides. It will make your coding in Blitz 100% more productive, well it has with mine. Check it out. I cannot recommend it highly enough. Jason. |
| ||
Hey, Boiled Sweets! How's this for a new username, inspired (perspired) by your username: Boiled Sweat. Mmmmm, delicious! Drink up, lads! |
| ||
Well Protean never arrived... not even into my junkmail :( It's possible that the postmaster may have not liked it if it was a particularly large attachment (I dont know what the limit size is) |