What is everyone working on?
-
Just vaguely curious as to the types of applications generally being worked on at the moment. Anyone working on cool stuff to make the rest of us jealous? cheers, Chris Maunder
Working on my tan! ;P Cheers, -Erik ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ My thoughts are my own and reflect on no other.
-
I am just starting work on a WSH (Windows Scripting Host) IDE. It will allow users to edit and debug their VBScript/JavaScript/etc. WSH scripts. It will support such editing features as; syntax highlighting, intellisence like auto-completion and time permitting, a spell checker. The debugger part will provide all the expected standard functionality like setting break points, etc. –- as you can see there are not a whole lot of details yet, I need to do allot more research into the new XML based WSH project files, and what the new functionality that WSH version 5.6 brings in to the mix. I'm not sure if there’s much to be jealous about here, considering I wont see any money till the whole thing is complete -- and even then, who knows... but it will be interesting :cool: -Ben --------- On the topic of code with no error handling -- It's not poor coding, it's "optimistic" ;)
How is the syntax highlighting/code completion/intellisence implemeneted? Have you done it yourselves, or are you using some third party library? Maybe you should take a look at CodeMax at http://www.winmain.com/ They have a really cool editor component. AFAIK it also free. It sounds cool the tool you're making. Take a look at PrimalScript, which is a similar product. I'm looking forward to see you app. Would you be kind enough to consider posting some screenshots? Christian Skovdal Andersen
-
Hello, the codegurus around the world.:) Last year, Delta airplne is looking for the MFC programmer to map the location of where and how Delta airplanes are flying around the world. If some MFC programmer is done ths job, this application seems to be the coolest one. Each time the pilot sends some message to the airport, this information goes to this application, this application shows all info needed by maping on the views.:cool: Have a nice day!
-Masaaki Onishi-
Tell them to conatct: services@fswalkerhughes.com for all their aviation needs.
-
How is the syntax highlighting/code completion/intellisence implemeneted? Have you done it yourselves, or are you using some third party library? Maybe you should take a look at CodeMax at http://www.winmain.com/ They have a really cool editor component. AFAIK it also free. It sounds cool the tool you're making. Take a look at PrimalScript, which is a similar product. I'm looking forward to see you app. Would you be kind enough to consider posting some screenshots? Christian Skovdal Andersen
> How is the syntax highlighting/code completion/intellisence > implemeneted? Have you done it yourselves, or are you using some > third party library? Maybe you should take a look at CodeMax at > http://www.winmain.com/ They have a really cool editor component. > AFAIK it also free. I'm actually using CodeMax -- thought I've modified so much, that I doubt Barry(the guy who wrote it) would recognize it ;) To do most of the intellisence stuff I'm using Nathan Lewis's IntelliList/IntelliSense implementation. > Take a look at PrimalScript, which is a similar product. Actually it sort of inspired the whole thing, thought I'd like to stick strictly to supporting WSH compatible scripts. > I'm looking forward to see you app. Would you be kind enough to > consider posting some screenshots? Cool! Unfortunately there isn’t much to see just yet. All my test apps for the debugger are currently all simple command line thingamabobers and the ones for the editor are plain vanilla MFC apps. I'm planning on getting a copy of BCGControlBar in hopes of making it look as close to VS 7.0 as posible. On the bright side, if you don’t mind the wait, I will be posting allot of the MFC code that I will be using on the editor side. It encapsulates most, if not all, of the CodeMax functionality. It will also have a fully functional editor sample included. Have a good one, -Ben --------- On the topic of code with no error handling -- It's not poor coding, it's "optimistic" ;)