|
|
|
![]() |
|
|||||||
|
||||||||
| View Poll Results: Which environment? | |||
| MPlab |
|
44 | 53.66% |
| EasyC Pro |
|
24 | 29.27% |
| Eclipse |
|
14 | 17.07% |
| Other |
|
16 | 19.51% |
| Multiple Choice Poll. Voters: 82. You may not vote on this poll | |||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Re: What programming environment do you use?
mplab
|
|
#17
|
||||
|
||||
|
Re: What programming environment do you use?
WPILib in MPLab, with Emacs as the editor (all other editors are but pale imitations of the One True Editor, natch).
We tried EasyC but found it too restrictive. |
|
#18
|
||||
|
||||
|
Notepad is totally FTW.
![]() Although I hate to support the company that destroyed PC gaming, we use Microsoft Visual Studio. Although actually, we get it free through an educational liscense. YAY FREE STUFF ![]() |
|
#19
|
||||
|
||||
|
Re: What programming environment do you use?
MPLab for robotics, Dev C++ for other C,C++ programs, Eclipse for Java, and usually just a text editor for all other languages.
|
|
#20
|
||||
|
||||
|
Re: What programming environment do you use?
For robotics, MPLab. EasyC is too restrictive. For C++/Qt - KDevelop or vi. I use vi for everything else (PHP, HTML, Bash)
|
|
#21
|
|||||
|
|||||
|
Re: What programming environment do you use?
I use Eclipse for Java projects and FRC. For everything else, I use Emacs/Make/Shell on GNU/Linux systems.
|
|
#22
|
|||
|
|||
|
Re: What programming environment do you use?
We (ususally) edit files in an external editor, compile in MPLab.
|
|
#23
|
|||
|
|||
|
Re: What programming environment do you use?
We use VIM and Makefiles under Linux to program the robot, and I use the same setup for any other programing I do. Who needs an IDE when you can have 4 virtual desktops and 7+ xterms at your disposal?
Although this wasn't asked, we use SVN for revision control for both our code and our CAD files (solidworks) for the bot. It makes bringing up a new machine much easier. |
|
#24
|
|||||
|
|||||
|
Re: What programming environment do you use?
Gedit and VIM
![]() |
|
#25
|
||||
|
||||
|
Re: What programming environment do you use?
I've had great success with Eclipse and WPILib for both FRC and my own VEX bot.
Roger |
|
#26
|
||||
|
||||
|
Re: What programming environment do you use?
I use MPLab for Robot programming because it's neat and puts everything together, I like it for projects. I use Eclipse now and then but usually get tired of it. Textpad for quick Java projects. Bloodshed for C++ and C. Dreamweaver for HTML and CSS and Web projects. O and JCreatorPro because my Computer Science teacher makes us saying its easier to use (no complaints but I prefer Textpad, less complicated)
|
|
#27
|
||||
|
||||
|
Re: What programming environment do you use?
Quote:
|
|
#28
|
|||
|
|||
|
Re: What programming environment do you use?
SVN or Subversion is a software control system for tracking software changes. It is similar to Concurrent Version System.
What it means is there is a central site that you check in and check out versions of your robot software. That way you can track what changes are made. It works well if you have 2 or more developers. They can all work on the software and put their changes in. You can roll back to prior versions if you find that something did not work the way you expected it to. Even single developers will find it useful for the roll back features. |
|
#29
|
|||
|
|||
|
Re: What programming environment do you use?
And this gives you a sense of security that is greatly appreciated. You can no longer get your code in a state where you don't know how to get it back to a working state.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What programming tool does your team use? | ham90mack | Programming | 15 | 13-10-2007 15:52 |
| What environment will you use? | Astronouth7303 | Programming | 14 | 09-01-2007 14:58 |
| What programming environment did you use? | StevenB | Programming | 10 | 18-03-2006 09:32 |
| What kind of computer do you use for programming? | Rohan_DHS | Programming | 21 | 05-01-2006 11:52 |