- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, sorry. Microsoft significantly changed the source editor coloring interface and that option is not available to us.
I will make the comment that if you're writing new code, using free-form source is strongly recommended. Then you wouldn't need to worry about columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I frequently use Fortran in conjunction with Abaqus. Abaqus demands that the Fortran source is fixed form (at least for a low level user as myself. It may be possible to use free form, but that needs changing of settings at a skille level above mine). A quote from the Abaqus Documentation: "The compilation of FORTRAN files using Fortran 90 freeform specifications is not supported by default".
SoI also miss the green line.
j_clausen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May I assume that since you can see the green line when a continuation line is present, that the problem is keeping track of spaces in order to place the continuation character in the correct column. If this assumption is correct, then consider making macro and hot key that when pressed it inserts a new-line followed by indent of proper number of spaces and then enters the next sequence digit for continuation character. When pressedat the end of the current line it enters a new line followed by proper indent and continuation character. When pressed in the middle of a line, it breaks and continues the line at the current position. And when pressed at the beginning of the line it test for at beginning of line and if so, it converts the line to to a properly indented continuation line. And you can make a variation that re-sequences the continuation characters (digits). e.g. when a series of continuation lines are selected when the hot key is pressed then the continuation digits are resequenced.
VS enhancement like this macro should be optionally installable and available with IFV.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page