|
[Sponsors] |
What software do you guys use for programming? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 7, 2011, 12:53 |
What software do you guys use for programming?
|
#1 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
I'm curious - what works for you guys?
I'm only using gedit. Sometimes I want to search through the OpenFOAM code to find an example, but I can't easily do that. I wound up creating two massive files - one that contains all /src code, and one with /applications. Then I use gedit's search feature. I recently learned about 'Ultraedit' (commercial), which would have made much of that easier... that got me wondering what other foamers do. Open discussion welcome. |
|
June 7, 2011, 13:33 |
|
#2 |
Senior Member
Laurence R. McGlashan
Join Date: Mar 2009
Posts: 370
Rep Power: 23 |
I use gedit quite often with OpenFOAM, although I do use Eclipse a lot for other projects. Eclipse links in really well with CMake and Git so that you can do everything within the Eclipse IDE.
I think IDEs are especially useful when you start out (at least, new people in my group find code easier to get to know and navigate via an IDE). I'm looking forward to the emacs/vi crew to pile in now.
__________________
Laurence R. McGlashan :: Website |
|
June 7, 2011, 14:08 |
|
#3 |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
Of course Emacs! Is there anything else?
Martin |
|
June 7, 2011, 14:55 |
|
#4 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
||
June 8, 2011, 04:25 |
|
#5 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
I use vim to edit code, grep to find in files and meld for diffs. Might be tough for beginners, but it works pretty well once you're used to it
|
|
June 8, 2011, 07:44 |
|
#6 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Quote:
|
||
June 9, 2011, 07:18 |
|
#7 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
use notepad++, you will never use anything else after that.
|
|
June 9, 2011, 08:44 |
|
#8 |
Senior Member
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 24 |
FYI, recently we release the first public version of gdbOF a tool to debug OpenFOAM attachable to gdb. It does easier to extract data formatting it to use Octave/Matlab, check BC's, dump matrices etc.
Check it out at: http://openfoamwiki.net/index.php/Contrib_gdbOF Any new ideas o contributors are welcome! Regards
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D. Research Scientist Research Center for Computational Methods (CIMEC) - CONICET/UNL Tel: 54-342-4511594 Int. 7032 Colectora Ruta Nac. 168 / Paraje El Pozo (3000) Santa Fe - Argentina. http://www.cimec.org.ar |
|
June 9, 2011, 11:53 |
|
#9 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
@Mark - grep - yeah, I've used it a little. I don't speak regexp very fluently... git grep would be useful if I used version control...
@Arjun - I use notepad++ on all my windows machines. I was looking for a version for Ubuntu. @Santiago - I use gdb... a version that can make more sense of the objects in memory would be awesome! Thanks! I will check it out. |
|
June 9, 2011, 20:06 |
|
#10 | |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
Quote:
i have started using it on ubuntu too. It works well with the help of wine. It is little bit hampered compared to windows version but still better than using gedit. Install it with the help of wine and you will be able to run it. |
||
June 10, 2011, 08:55 |
|
#11 |
Senior Member
Karl-Johan Nogenmyr
Join Date: Mar 2009
Location: Linköping
Posts: 279
Rep Power: 21 |
For small modifications I usually go with vi. For larger stuff gedit.
grep / find / diff are good friends too! |
|
June 10, 2011, 13:46 |
|
#12 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
I've had good experiences with Ultraedit in the past, but in Linux I usually resort to:
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[CAD formats] Hexahedral meshing of CAD files - Which free software? | Wolle | OpenFOAM Meshing & Mesh Conversion | 14 | November 22, 2014 22:40 |
Water mist modelling capabilities of any software. | Iqbal | FLUENT | 0 | January 13, 2011 03:59 |
CAD integrated CFD Software | kostikr | Main CFD Forum | 3 | February 4, 2010 15:38 |
Need help in proper CFD software | AMusteykis | Main CFD Forum | 0 | September 6, 2009 09:28 |
Visualization Software for CFD | Paul | Main CFD Forum | 3 | March 25, 2006 18:16 |