|
-
Mar 2nd, 2002, 11:59 AM
#1
Thread Starter
transcendental analytic
IDE features
I'm developing an IDE for Squirrel and want to ask you to list some of the popular features you've encountered with different IDE:s.
thanks
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Mar 2nd, 2002, 12:00 PM
#2
Frenzied Member
ATA/133, bigass ribbon cable..wait, methinks I have the wrong kind of IDE
I'm bringing geeky back...
-
Mar 2nd, 2002, 12:02 PM
#3
Thread Starter
transcendental analytic
hehe lol, i meant Integrated Developement Environment
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Mar 2nd, 2002, 12:11 PM
#4
Member
The popup property/method/variable list, i.e. the listbox that comes up in VB when you type Debug.
Color coding as you type, not when you go to a new line, grr. However syntax checking like in VB when you end a line it colors it red if it is syntaxually incorrect.
-
Mar 2nd, 2002, 12:18 PM
#5
Thread Starter
transcendental analytic
thanks, winamp-jump-search style listing for functors and member listing in a sidepanel is on my list.
coloring code as you type can be tricky, it might flicker several times as you choose what to type, but i'll think about it.
coloring syntax errors noted
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Mar 2nd, 2002, 12:19 PM
#6
Member
What about calling LockWindowUpdate when you redraw the colors?
-
Mar 2nd, 2002, 12:24 PM
#7
Thread Starter
transcendental analytic
yeah i know, but thats not what i meant, if you type something it will be a identifier until you type [ when it turns into a functor declaration, and then again if you type = it turns into a identifier declaration
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|