Komodo 8.5.0 Beta 1 available (pre-release)
Todd Whiteman <[email protected]> Wed, 26 Jun 2013 16:27:57 -0700
| Newsgroups | gmane.comp.ide.komodo.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============2062820136==
Content-Type: multipart/alternative;
boundary="------------000909090507050000070606"
This is a multi-part message in MIME format.
--------------000909090507050000070606
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
We are releasing the first Beta build of Komodo IDE/Edit 8.5.0 - you can
download it directly from the links below:
http://www.activestate.com/komodo-ide/downloads
http://www.activestate.com/komodo-edit/downloads
This is a pre-release build, and as such, there may be bugs. Please help
us test it out and provide feedback on the new features.
You can (and should) install Komodo 8.5 to a separate directory, as this
will allow you to continue using the official 8.0 release (if you have
it installed).
Note that we'll be creating a number of 8.5 beta builds over the coming
months, with an official 8.5.0 final release expected around Q4 2013.
------------------------------------------------------------------------
*8.5.0 Overview*
**
*
*Code Refactoring*: The new Komodo refactoring component has these
smart code-transformation capabilities:
o *Variable Renaming*: quickly and easily rename variables in the
editor. It uses inline markers and multiple cursor selections to
easily change the name of a code variable.
o *Method Extraction*: move parts of your code into a new
function. Any variables used in the selected text are refactored
into function arguments and are then passed to the extracted method.
Note that code refactoring will only work with languages that
provide code intelligence information (i.e. PHP, Perl, Python, Ruby,
JavaScript).
*
*Breadcrumbs*: A new file and directory navigation bar has been
added to the Komodo window. This navigation bar allows you to easily
find and open related files. You can use mouse and/or keyboard to
navigate entries and easily filter down the list of files.
*
*Abyss theme*: A new dark theme for the Komodo user interface has
been added. This theme affects the Komodo UI elements outside of the
main editor (i.e. different from Komodo color schemes which only
affect the main editor colors). You can enable Abyss in the Komodo
/Appearance/ preferences.
*
*Open Files*: The Open Files widget (in the left Komodo Pane) now
includes additional sorting and grouping options. You can group by
language, file extension, directory, location and even group by a
custom regular expression.
*
*Code Intelligence Out-Of-Process*: Komodo's code intelligence
system (code scanning, calltips, completions, goto definition,
refactoring, etc...) is now handled by an external process. Mostly
you won't notice any changes in functionality, but this does boost
Komodo's responsiveness whilst editing.
*
*Updated Platform*: Komodo has received a number of updates to its
underlying code base. Komodo now uses Mozilla 24 and Python 2.7.5.
You can also view the release notes for a full list of changes in Komodo
8.5:
http://docs.activestate.com/komodo/8.5/releases/ide.html#bug_fixes-8.5.0b1
------------------------------------------------------------------------
*Contact Us*
For Komodo feedback, please contact us through one of the channels below:
forums http://community.activestate.com/Komodo
email http://listserv.activestate.com/mailman/listinfo/komodo-discuss
bugs http://bugs.activestate.com/enter_bug.cgi?product=Komodo
irc irc://irc.mozilla.org/#komodo
Thanks,
Todd
--------------000909090507050000070606
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
We are releasing the first Beta build of Komodo IDE/Edit 8.5.0 - you
can download it directly from the links below:
<blockquote><a class="moz-txt-link-freetext"
href="http://www.activestate.com/komodo-ide/downloads">http://www.activestate.com/komodo-ide/downloads</a><br>
<a href="http://www.activestate.com/komodo-edit/downloads">http://www.activestate.com/komodo-edit/downloads</a><br>
</blockquote>
This is a pre-release build, and as such, there may be bugs. Please
help us test it out and provide feedback on the new features.<br>
<br>
You can (and should) install Komodo 8.5 to a separate directory, as
this will allow you to continue using the official 8.0 release (if
you have it installed).<br>
<br>
Note that we'll be creating a number of 8.5 beta builds over the
coming months, with an official 8.5.0 final release expected around
Q4 2013.<br>
<br>
<blockquote> </blockquote>
<hr size="2" width="100%"><big><big><b>8.5.0 Overview</b></big></big><br>
<p> <strong></strong></p>
<ul>
<li>
<p><strong>Code Refactoring</strong>: The new Komodo refactoring
component has these smart code-transformation capabilities: </p>
<ul>
<li><strong>Variable Renaming</strong>: quickly and easily
rename variables in the editor. It uses inline markers and
multiple cursor selections to easily change the name of a
code variable.</li>
<li><strong>Method Extraction</strong>: move parts of your
code into a new function. Any variables used in the selected
text are refactored into function arguments and are then
passed to the extracted method.</li>
</ul>
<br>
Note that code refactoring will only work with languages that
provide code intelligence information (i.e. PHP, Perl, Python,
Ruby, JavaScript). </li>
<li>
<p> <strong>Breadcrumbs</strong>: A new file and directory
navigation bar has been added to the Komodo window. This
navigation bar allows you to easily find and open related
files. You can use mouse and/or keyboard to navigate entries
and easily filter down the list of files. </p>
</li>
<li>
<p> <strong>Abyss theme</strong>: A new dark theme for the
Komodo user interface has been added. This theme affects the
Komodo UI elements outside of the main editor (i.e. different
from Komodo color schemes which only affect the main editor
colors). You can enable Abyss in the Komodo <em>Appearance</em>
preferences. </p>
</li>
<li>
<p> <strong>Open Files</strong>: The Open Files widget (in the
left Komodo Pane) now includes additional sorting and grouping
options. You can group by language, file extension, directory,
location and even group by a custom regular expression. </p>
</li>
<li>
<p> <strong>Code Intelligence Out-Of-Process</strong>: Komodo's
code intelligence system (code scanning, calltips,
completions, goto definition, refactoring, etc...) is now
handled by an external process. Mostly you won't notice any
changes in functionality, but this does boost Komodo's
responsiveness whilst editing. </p>
</li>
<li>
<p> <strong>Updated Platform</strong>: Komodo has received a
number of updates to its underlying code base. Komodo now uses
Mozilla 24 and Python 2.7.5. </p>
</li>
</ul>
<br>
You can also view the release notes for a full list of changes in
Komodo 8.5:<br>
<br>
<a
href="http://docs.activestate.com/komodo/8.5/releases/ide.html#bug_fixes-8.5.0b1">http://docs.activestate.com/komodo/8.5/releases/ide.html#bug_fixes-8.5.0b1</a><br>
<blockquote> </blockquote>
<hr size="2" width="100%"><big><big><b>Contact Us</b></big></big><br>
<br>
For Komodo feedback, please contact us through one of the channels
below:<br>
<br>
forums <a class="moz-txt-link-freetext"
href="http://community.activestate.com/Komodo">http://community.activestate.com/Komodo</a><br>
email <a class="moz-txt-link-freetext"
href="http://listserv.activestate.com/mailman/listinfo/komodo-discuss">http://listserv.activestate.com/mailman/listinfo/komodo-discuss</a><br>
bugs <a class="moz-txt-link-freetext"
href="http://bugs.activestate.com/enter_bug.cgi?product=Komodo">http://bugs.activestate.com/enter_bug.cgi?product=Komodo</a><br>
irc <a class="moz-txt-link-freetext"
href="irc://irc.mozilla.org/#komodo">irc://irc.mozilla.org/#komodo</a><br>
<br>
Thanks,<br>
Todd<br>
<br>
<br>
</body>
</html>
--------------000909090507050000070606--
--===============2062820136==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Komodo-discuss mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
--===============2062820136==--