Talk:Comparison of integrated development environments/Archive 1: Difference between revisions
Content deleted Content added
m Archiving 32 discussion(s) from Talk:Comparison of integrated development environments) (bot |
m Fix Linter errors. |
||
(2 intermediate revisions by one other user not shown) | |||
Line 65:
I would like to propose some changes to the organizational structure of the chart, and before doing so I'd like to get feedback from others who use and/or help to maintain this article.
* <
* Removal of "Author". I don't think this is relevant at all to the function of the IDE, unless a person is looking for a ''specific'' IDE "made by so-and-so", in which case they aren't really interested in a ''comparison'' of IDEs but rather a list of de facto IDEs.
* Replacement of "Proprietary" license type. I think this plays too much into the duality of proprietary vs open source. Let's instead state specifically what kind of proprietary license it is -- shareware, freeware, shrinkwrap, etc and only resort to "proprietary" if it is difficult to describe.
Line 134:
by the way on the linux platform some pure text editors like kate/kwrite could be added because they have an exelent syntax highlighting and you just need to type a command in a console for launching or compiling your program <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/85.27.16.225|85.27.16.225]] ([[User talk:85.27.16.225|talk]]) 00:29, 18 September 2007 (UTC)</small><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
:The point of an '''integrated''' DE is that it eliminates as much as possible the need to do things like type in commands or install/configure separate tools. Source editors can be very good at what they do, but they're not IDEs. Another way to look at it is that you can either discuss each component individually (editor, make, compiler, gui builder, debugger) or discuss them as a whole (IDE). <
::Question answered. [[User:Ham Pastrami|Ham Pastrami]] ([[User talk:Ham Pastrami|talk]]) 03:13, 6 February 2008 (UTC)
Line 341:
According to the linked topic, it is a text-editor, not topical here [[User:Tedickey|TEDickey]] ([[User talk:Tedickey|talk]]) 09:51, 1 May 2012 (UTC)
== Autocomplete feature is a bit unclear... ==
Some IDEs only has autocomplete for keywords, some others can even list methods of objects.
Could we add a "*" to the "Yes" to let others distinguish them? <small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Ppc123|Ppc123]] ([[User talk:Ppc123|talk]] • [[Special:Contributions/Ppc123|contribs]]) 02:47, 23 July 2012 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
== Scheme/Racket ==
Should there be a section on IDE's aimed at Scheme or Racket programming? Probably the most widely-used one is [http://racket-lang.org DrRacket], and that's the only one I've used in recent years, but I'm sure there are others.
[[User:Sbloch|Sbloch]] ([[User talk:Sbloch|talk]]) 13:55, 24 August 2012 (UTC)
==Multithread debug capacity==
What do you think about adding a "multithread debug" information as note [n] in debug column ? ''24 Feb 2013'' <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/78.251.17.244|78.251.17.244]] ([[User talk:78.251.17.244|talk]]) 12:52, 24 February 2013 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
== Something is wrong with some of the sortable tables ==
On the current version of the page, some of the sortable tables only sort the first time (as ascending) on the column you choose. After that, clicking to sort on that column or any other column does not work. I checked this in two browsers and compared to other Wiki pages. This issue exists on this page alone (out of the ones I checked). Having reviewed the code, I cannot immediately see why this is happening with my limited wiki-coding knowledge. However, I was hoping someone else with greater knowledge might see this and figure out why this is happening.
Example is the C/C++ table. Might it be due to number of items????
UPDATE: I opened my JavaScript Console in my browser. On the C/C++ table alone, the following error is produced on the second click to re-sort the table:
{|
|-
| colspan="2" width="500pt" valign="top" | <span style="color:red">Uncaught TypeError: Cannot call method 'format' of undefined</span> || load.php?debug=false&lang=en&modules=jquery.tablesorter&skin=vector&…
version=20130817T022511Z&*:3
|-
| || valign="top" | <span style="color:red">buildCache</span> || load.php?debug=false&lang=en&modules=jquery.tablesorter&skin=vector&…
version=20130817T022511Z&*:3
|-
| || valign="top" | <span style="color:red">$headers.filter.on.mousedown.onselectstart</span> || load.php?debug=false&lang=en&modules=jquery.tablesorter&skin=vector&…
version=20130817T022511Z&*:12
|-
| || valign="top" | <span style="color:red">jQuery.event.dispatch</span> || load.php?debug=false&lang=en&modules=jquery%2Cmediawiki%2CSpinner%7C…
jquery.l%7Cmw.MwEmbedSupport&only=scripts&skin=vector&version=20130817T022511Z:45
|-
| || valign="top" | <span style="color:red">elemData.handle.eventHandle</span> || load.php?debug=false&lang=en&modules=jquery%2Cmediawiki%2CSpinner%7C…
jquery.l%7Cmw.MwEmbedSupport&only=scripts&skin=vector&version=20130817T022511Z:38
|}
[[User:Kdmckale|Kdmckale]] ([[User talk:Kdmckale|talk]]) 21:18, 18 August 2013 (UTC)
|