<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Intellisense, Source Browsing, Refactoring, development too in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863026#M69791</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/244802"&gt;Wayne&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Can anyone confirm that Photran built on top of Eclipse can do all this for Fortran &amp;amp; it's free? It's not a compiler but a IDE plug-in to make Eclipse syntax aware of Fortran. I hear you provide the command line to the compiler/linker via a make file but it's worth it just to use the Outline, Refactoring, and intellisense?&lt;/EM&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Short answer: no.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Long answer:&lt;/P&gt;
&lt;P&gt;The Photran plugin still has lots of issues, say:&lt;/P&gt;
&lt;P&gt;* Installing on Windows is still rusty (see &lt;A href="http://wiki.eclipse.org/PTP/photran/documentation/photran5#Additional_Instructions_for_Windows_Users)" target="_blank"&gt;http://wiki.eclipse.org/PTP/photran/documentation/photran5#Additional_Instructions_for_Windows_Users)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;* The runtime is not very stable (e.g., it's quite common to get a "java.lang.NullPointerException" crash).&lt;/P&gt;
&lt;P&gt;* The outline feature only works well under the standard scenario, otherwise you get "Syntax Error: Unexpected identifier", making the feature useless. For example, it seems to dislike preprocessing lines; if your code contains any kind of extension or new feature (e.g., a boz literal) the outline won't work ---in the past, it even disliked code that used [ ] instead of (/ /), but that seems to have been fixed in newer versions.&lt;/P&gt;
&lt;P&gt;* The managed make feature is just a demo (i.e., not intended for heavy usage).&lt;/P&gt;
&lt;P&gt;* The refactoring feature requires increasing the VM memory... a lot (e.g., 3 GB or so, for 5000 lines of code, just to add "implicit none" to every subroutine).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/244802"&gt;Wayne&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV&gt;We're still trying to get Intel Fortran 11.1 to run with Microsoft Visual C++ 2008.&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;May I ask, what seems to be your problem?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/244802"&gt;Wayne&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV&gt;As a Plan B there is always ftoc then ctoj--convert the Fortran 77 to ANSI C then the C to java then use the Eclipse IDE. :-)&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;All that in order to use an outline-, refactoring- or intellisense-like feature? I always assume that if someone is using C/C++/Fortran, then performance matters a lot, but that might not be your case. Anyway, some text editors might provide outline- and intellisense-like behavior (e.g., Geany), so you might want to take a look at those before setting Plan B into motion.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2009 03:35:09 GMT</pubDate>
    <dc:creator>John4</dc:creator>
    <dc:date>2009-11-24T03:35:09Z</dc:date>
    <item>
      <title>Intellisense, Source Browsing, Refactoring, development tools</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862994#M69759</link>
      <description>&lt;DIV&gt;We're well into the 21st century, so when are we going to get FORTRAN development tools which match the age?&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Developing in, say, VB.NET is a real dream. Coming back to FORTRAN and you wonder what it's been up to for the last 10 years. Why aren't the development tools as mature as the language?&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Intellisense: I know the usual response is that Microsoft keep this to themselves, but surely Intel are friendly enough with MS to ask for its use with the FORTRAN compiler? After all, we are using Intel FORTRAN because we started with MS FORTRAN Powerstation (via DIGITAL, HP, COMPAQ...) and it doesn't impact on MS development tools as they clearly aren't interested in FORTRAN anymore. It makes development a breeze, using structures a doddle, calling routines &amp;amp; getting the argument list&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Source Browsing: what happened to it? It was soooo useful, especially on big projects. I now compile code on COMPAQ to use the source browser, then go back to Intel for final compiles. Crazy! Please get it into Intel soon.&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Refactoring: other language development environments have support for repackaging blocks of code into a subroutine or function; can we have one for Intel FORTRAN?&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;code completion and templates: adding new routines by typing SUB+space and getting the template to complete the basics with default headers, marshalling of logic blocks, automatic select case blocks on enumerations, etc.&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Variable renaming: why can't we safely rename a variable using the scoping rules the code uses? ie rename all related instances across the project in one go.&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;I could go on, but I think you all get the gist. Please add comments, point me to useful add-ins and toold for FORTRAN / Visual Studio, tell me who to badger to get some of these things into the dev environment.&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Cheers&lt;/DIV&gt;
&lt;DIV&gt;Jonathan&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Jan 2008 11:42:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862994#M69759</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2008-01-23T11:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862995#M69760</link>
      <description>Hi Jonathan&lt;BR /&gt;&lt;BR /&gt;You voice what probably most of us feel, especially when it comes to telling your manager why we should get rid of other compilers and stick with (pay for) Intel...:) You can see my earlier thread on "editor outlining" in this forum.&lt;BR /&gt;&lt;BR /&gt;That aside, I guess for the"time being" we have to frustratingly wait for Intel to hear us and keep doing the circus of other editors such as Notepad++ and Intel compiler. One mid-way solution would be to create Macros and add them to toolbar and short-cuts. I have been using those for common templates and would be glad to share. Another approach would be to create an add-in. (I am working on it in my spare time.)&lt;BR /&gt;&lt;BR /&gt;Abhi&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2008 19:01:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862995#M69760</guid>
      <dc:creator>abhimodak</dc:creator>
      <dc:date>2008-01-23T19:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862996#M69761</link>
      <description>&lt;P&gt;Hi Abhi, other FORTRAN developers,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I was hoping the community out there would add to this post and this might help to encourage Intel to add the new features we need. Sadly, if no one says anything they may just feel justified in doing nothing / as little as possible. Sometimes you have to SHOUT a little.&lt;/P&gt;
&lt;P&gt;Source browsing is so important it must be added, and that is really down to Intel as it is beyond macros or add-ins. The variable renaming would be tied to that as well.&lt;/P&gt;
&lt;P&gt;We use Multi-Edit to aid development ofnew code - because it is very flexible and customisable, so we can get templates etc. However, you find yourself switching to and fro because editing existing code can still be easier in the current dev. environment - which leads to having two apps editing a single file, not good.&lt;/P&gt;
&lt;P&gt;I like the idea of creating some macros, and thank you for your generous offer to share - we would certainly be happy to have a go with them. I wonder if Steve L &amp;amp; the Intel team have anything useful in that regard that they could share with the community - unsupported obviously. I read that Visual Studio 2005 &amp;amp; 2008 support customisable templates natively, maybe macros are not needed for templates if we move to that version of VS?&lt;/P&gt;
&lt;P&gt;This most definitely is not a moaning thread - I want to get people enthused about FORTRAN, and the best way to do it is to make the code development as efficient as possible. So many times it seems FORTRAN is not a language of choice, rather it hangs on because of the millions of lines of legacy code out there that need servicing. I do think Intel have an excellent FORTRAN compiler, I just want to see it get better!&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Jonathan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2008 14:02:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862996#M69761</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2008-01-24T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862997#M69762</link>
      <description>&lt;P&gt;Alas editors are a religion not a science.&lt;BR /&gt;There are plenty of people on various newsgroups ready to elaborate on the virtues of their "OneTrueEditor"  with plenty of others also ready to dismiss the same, and recommend their own..&lt;BR /&gt;The guy in the next cubicle to me swears by emacs, but for me life is too shortto spend time learning its idiosyncrasies. I get by with vi and the editor in VS, providing I get the line endings right. Sometimes I build from within VS and sometimes from the command line.&lt;/P&gt;
&lt;P&gt;AFAIUI the editor in VS is a Microsoft product so it's anotherwaste of time shouting at them - if it aint .NET or whatever latest technology MS has going, then MSisn't interested (at least that's how it seems to us developers - witness the supposed improvements from VS6-&amp;gt;VS2003-&amp;gt;VS2005 with various backwards steps in usability! We will let the next department find the problems with VS2008 before we take the plunge with VS2008 SP1) &lt;/P&gt;
&lt;P&gt;But if Intel want to provide tools to help better development in VS then I for one wouldn't complain. :-)&lt;/P&gt;
&lt;P&gt;Les&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:08:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862997#M69762</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2008-01-24T15:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862998#M69763</link>
      <description>&lt;P&gt;Ah yes, I have read the Wiki entry for vi versus Emacs... (&lt;A href="http://en.wikipedia.org/wiki/Editor_war"&gt;http://en.wikipedia.org/wiki/Editor_war&lt;/A&gt;) but I have no opinion on that.&lt;/P&gt;
&lt;P&gt;What we really need is an editor so integrated with the project that it knows the same rules as the compiler. For example, whenyou rename a function in VB.NETapparently a tooltip prompts you to rename all calls to the function. This isnot a simple text search and replace - it understands the scope of variables etc so it can safely rename only those calls affected. Or searches on all uses of a variable, function etc, again using scoping rules not just text search.&lt;/P&gt;
&lt;P&gt;There are many other examples where the integration of the editor could be more powerful than simply text editing, syntax highlighting and templates.&lt;/P&gt;
&lt;P&gt;If anyone reading this hasn't seen the power this gives developers, then try downloading the VB.NET express edition for free and have a play. Alternatively, I hear Eclipse is very good but I've never seen it.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2008 15:53:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862998#M69763</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2008-01-24T15:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862999#M69764</link>
      <description>&lt;P class="MsoNormal"&gt;I fully agree to encourage Intel to implement Intellisense, Refactoring and all the other tools that are available in modern languages. We use both MS C# and Intel Fortran, and there is a tremendous difference writing code in the two languages.&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Intel I really like to encourage you to listen to this thread, and recognize that Fortran has to be more up-to-date on the development tools.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2008 07:36:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/862999#M69764</guid>
      <dc:creator>Jeppe_G_</dc:creator>
      <dc:date>2008-01-25T07:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863000#M69765</link>
      <description>I will pass along your comments to the development team.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863000#M69765</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-01-25T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863001#M69766</link>
      <description>&lt;P&gt;And also fully implementing the Fortran 2003 standard is now overdue! I agree that thisa lot of work, but this is required if we want Intel Fortran to be a modern development tool.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Jean Vezina&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:40:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863001#M69766</guid>
      <dc:creator>jeanvezina</dc:creator>
      <dc:date>2008-01-25T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863002#M69767</link>
      <description>We are committed to fully implementing Fortran 2003. &lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:54:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863002#M69767</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-01-25T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863003#M69768</link>
      <description>&lt;P&gt;Here are a few more items for the wish list:&lt;/P&gt;
&lt;P&gt;1. PGO from the Build menu or on right click of a project in Solution Explorer as with VC++ &lt;/P&gt;
&lt;P&gt;2. Links to forum url's from Intel Help integrated into VS IDE as with .&lt;/P&gt;
&lt;P&gt;3. Cross reference mapping.&lt;/P&gt;
&lt;P&gt;4. IVF Windows apps that provide containment for VS managed assemblies and OCXs.&lt;/P&gt;
&lt;P&gt;5.IVF integration into Dev C++ IDE just like VC++ 2005&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2008 22:02:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863003#M69768</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-01-25T22:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863004#M69769</link>
      <description>Gerry, would you please explain item 5 further? I don't know what you mean by "Dev C++".&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 22:15:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863004#M69769</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-01-25T22:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863005#M69770</link>
      <description>It's so fun to watch these types of threads...in comp.lang.fortran, there seems to be a bias in the other direction. Everybody wants to use command line tools and make (development environment, bah humbug).</description>
      <pubDate>Fri, 25 Jan 2008 22:55:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863005#M69770</guid>
      <dc:creator>garylscott1</dc:creator>
      <dc:date>2008-01-25T22:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863006#M69771</link>
      <description>&lt;P&gt;It's an open source ide for the GCC&lt;/P&gt;
&lt;P&gt;&lt;A href="http://wxdsgn.sourceforge.net/"&gt;http://wxdsgn.sourceforge.net/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2008 23:38:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863006#M69771</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-01-25T23:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863007#M69772</link>
      <description>Thanks. I really, seriously doubt we would do anything with Dev C++, especially as we do not support mixing with gcc on Windows. We've been cooperating with the Photran project (Fortran development tool for the open-source Eclipse IDE) though even Photran's developers themselves would tell you that it is not yet "production quality". Still, you should check it out and maybe give them a hand.&lt;BR /&gt;&lt;BR /&gt;That said, we have seen almost no demand on Windows for any IDE other than Visual Studio. On Linux, IDEs for Fortran seem to be a curse word, unless IDE is spelled "emacs". On Mac, there's Xcode, which we do support.&lt;BR /&gt;&lt;BR /&gt;Right now, our IDE developers have their hands full making IVF work with VS2008. As Microsoft separates the "Visual Studio Shell" from C++, more things may be possible in the future. It's not clear to me how many of the C++/C# editor features would map well onto Fortran, but some of them certainly would. If Microsoft would stop changing internal interfaces so frequently, maybe we'd be able to free up resources to add new features...&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jan 2008 16:02:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863007#M69772</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-01-26T16:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863008#M69773</link>
      <description>Many thanks Steve - appreciate your help</description>
      <pubDate>Tue, 29 Jan 2008 13:28:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863008#M69773</guid>
      <dc:creator>fortrandevelopers</dc:creator>
      <dc:date>2008-01-29T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863009#M69774</link>
      <description>&lt;P&gt;I installed Eclipse/Photran (&lt;EM&gt;sic&lt;/EM&gt; Phortran) and tried the old reliable 'Hello World' project from c++ only to get:&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P align="left"&gt;**** Build of configuration Debug for projectHW ****&lt;/P&gt;
&lt;P align="left"&gt;&lt;/P&gt;
&lt;P align="left"&gt;**** Internal Builder is used for build ****&lt;/P&gt;
&lt;P align="left"&gt;**** WARNING: The "Debug" Configuration may not build ****&lt;/P&gt;
&lt;P align="left"&gt;**** because it uses the "MinGW GCC" ****&lt;/P&gt;
&lt;P align="left"&gt;**** tool-chain that is unsupported on this system. ****&lt;/P&gt;
&lt;P align="left"&gt;&lt;/P&gt;
&lt;P align="left"&gt;**** Attempting to build... **** &lt;/P&gt;
&lt;P align="left"&gt;&lt;/P&gt;
&lt;P&gt;Nothing to build for WH&lt;/P&gt;
&lt;P&gt;Dyed in the wool Windows loyalists draw the line at mingw, don't do cygwin, and eat quiche whenever they want to.&lt;/P&gt;
&lt;P&gt;There are two Intel plug-ins: Compiler Core Support and Fortran Managed Build Definitions which I've yet to investigate as I can't find any documentation in the distro. Photran appears to be an interesting app worth looking at. Thanks for bringing to my notice.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 30 Jan 2008 18:05:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863009#M69774</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-01-30T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863010#M69775</link>
      <description>I tried (in vain) to use Photran a few months ago; here are some comments, in case someone is willing to try:
&lt;BR /&gt;
&lt;BR /&gt;*It didn't work with MinGW (there seems to be a problem with the version of Make included in MinGW); MSYS and MSYSDTK should be installed instead.
&lt;BR /&gt;*The full version of Photran didn't seem to be able to find gfortran (I double-checked the environment variables), so it's much better to install the full version of Eclipse and then adding the photran feature (i.e., the plugin).
&lt;BR /&gt;*Although IVF is shown in the list of options, it didn't work for me (eclipse must be launched from prompt, after setting the environment for IVF).
&lt;BR /&gt;*The tags parser will not work if the source code uses [ ] instead of (/ /), and doesn't seem to be able to handle derived types properly.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Although source browsing was great under DVF/CVF, the fact that might translate to Intellisense under VS2005, is sort of a problem.  I mean, Intellisense works just fine for VB.NET, but it's a nightmare if you use C++ (i.e., it tries to rebuild the whole database after every change, so if your solution has multiple projects referencing lots of headers, it's going to be a lot of database rebuilds).
&lt;BR /&gt;
&lt;BR /&gt;One advantage of the Visual Studio over eclipse is that (after renaming feacp.dll to disable Intellisense), its memory requirements are quite reasonable ---my computer has enough memory, but it doesn't seem right that eclipse requires about 150 MB just to open an empty environment.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;John.</description>
      <pubDate>Wed, 30 Jan 2008 22:10:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863010#M69775</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2008-01-30T22:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863011#M69776</link>
      <description>&lt;P&gt;Thanks John. You've corroborated my assessmentof Eclipse/Photran which is in contrast to my experience with wxDev-C++. The latter plays well withMinGW and its make, and it's trivial to have itwork withgfortran. Its editor, however, doesn't color code or code complete Fortran. I haven't tried to "integrate" IVF with the IDE (which in ways is a minimalist replicaof VS) but if it can be done with VC++ 2005 I don't see why not. IMO, Photran has a slicker UI and more ergonomic online help than either VS or wxDev-C++ (which BTWis written in Delphi for C++ development!). wxDev-C++ has support for wxWidgets-based UI development but the code is even uglier than MFC. For fearless open sourcers I would imagine that wxDev-C++ would be easier to change than Eclipse/Photran which appears to bea convoluted hodge podge of java and c/c++ and a lot more besides.&lt;/P&gt;
&lt;P&gt;Gerry&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2008 23:16:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863011#M69776</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-01-30T23:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863012#M69777</link>
      <description>Source Browser and Intellisense are completely independent. Intellisense requires a "real-time" parser which is continuously reparsing the source looking to see what you've typed so far. Source Browser works on a database that is built by the compiler and linker.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2008 14:04:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863012#M69777</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-01-31T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Intellisense, Source Browsing, Refactoring, development too</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863013#M69778</link>
      <description>I said that Source Browsing "might" translate to Intellisense, because I wasn't sure.  As I remember from CVF, Source Browsing was a compiler thing that had to be enabled for the project rather than for the IDE ---but, since Microsoft is prone to building "All-in-one" features and reinventing the wheel every now an then, I thought that maybe they had decided to merge Source Browsing with Intellisense.  If it works the same way as it did in CVF, then it will be great.
&lt;BR /&gt;
&lt;BR /&gt;And regarding Intellisense: if its performance is somehow related to the syntax of the particular language, then it might not be as bad when used in Fortran as compared to C++.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;John.</description>
      <pubDate>Thu, 31 Jan 2008 21:29:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Intellisense-Source-Browsing-Refactoring-development-tools/m-p/863013#M69778</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2008-01-31T21:29:17Z</dc:date>
    </item>
  </channel>
</rss>

