

- SET TEXTWRANGLER THE DEFAULT EDITOR FOR FORTRAN CODE ON OSX? INSTALL
- SET TEXTWRANGLER THE DEFAULT EDITOR FOR FORTRAN CODE ON OSX? MAC

Fixed bug in which the color used for highlighting selected items in lists wouldn't always track changes to the highlight color setting in the General system preferences.

The "BBEdit Light" and "BBEdit Classic" color schemes no longer include explicit highlight colors, thus allowing the system highlight color selection to apply.Fixed a crash which would occur when changing a language-specific color scheme setting to "Application Defaults".Fixed a pair of bugs that conspired to prevent scratchpad documents (the Scratchpad and Unix Worksheet) from correctly remembering and restoring their state across open/close cycles.Fixed a case in which changes made by a documentDidSave attachment script would trigger a subsequent warning about the document having unsaved changes.In the case of untitled documents, the temporary copy will be in the system-designated temporary items location, which is arbitrary but generally not anywhere near $HOME. When using "Check Syntax" or "Run" on an unsaved or untitled document, the application will now write out a temporary copy of the document.Differences that have been applied are now crossed out in the Differences window list, in order to avoid janky font italicizing effects on some OS versions.Added Command-K and Command-R as keyboard equivalents for "Check Syntax" and "Run", respectively.Most will use the specified size, except in specific cases where circumstance requires the use of a fixed font size. Lists in the application all use the system font. The "List Display Font" setting in the Appearance preferences has been replaced with a slider to set the font size.For convenience you can assign keyboard equivalents to these commands in the "Menus & Shortcuts" preferences. Use these to change the magnification of the text in editing views. On the "Text Display" submenu of the View menu, there are three new commands: "Zoom In", "Zoom Out", and "Actual Size".Without removing /usr/bin/gcc or creating symblic links, is there any way to indicate to the system that gcc-mp-4. Which causes me some troubles, because most of the libraries I have to build rely on the output of 'which' to determine the compiler to be used. However, if I type "which gcc", the system still detects the old version: $ which gcc Which works if I just type gcc on terminal.

I created an alias on my bash.profile: alias gcc='gcc-mp-4.9' What I need to do is to set gcc-mp-4.9 as the default gcc compiler of the system, for any purpose at all. Gcc-mp-4.9, from MacPorts, installed on /opt/local/bin/gcc-mp-4.9 Gcc, from XCode, installed on /usr/local/bin/gfortran
SET TEXTWRANGLER THE DEFAULT EDITOR FOR FORTRAN CODE ON OSX? MAC
Therefore, I currently have two distinct versions of the compilers installed on my Mac (using here gcc as an example, but it is the same with gfortran):
SET TEXTWRANGLER THE DEFAULT EDITOR FOR FORTRAN CODE ON OSX? INSTALL
I installed XCode and its default compilers, but I had to install more recent versions from MacPorts since I need updated compilers. I am struggling to build a climate model that depends heavily on C and Fortran compilers installed on the machine.
