📄 changes.html
字号:
<p class="body"><b>Fix:</b> Files could be truncated if the option to "remove extra white space" is enabled. It is strongly recommended that you upgrade to this version if you have <b>Options > Preferences: Files: "Remove extra white space when saving"</b> enabled.</p>
<h2>Version 3.50.0027 - March 7, 2003</h2>
<p class="body"><b>Fix:</b> Relation Window: The Relation Window was not expanding correctly when showing multiple references inside the same node box.</p>
<p class="body"><b>Fix: </b>Saving Files that contain lines longer than 2026 characters was corrupting the file and introducing new line breaks.</p>
<p class="body"><b>Fix: ASP/JSP/HTML:</b> Several bug fixes were made to how scripts were parsed and formatted. Also, a freezing bug was fixed in this area that could happen when typing in a script body.</p>
<p class="body"><b>Fix: Searching:</b> Fixed a bug that caused some regular expressions to freeze the program.</p>
<p class="body"><b>Fix: C#:</b> Some Verbatim strings were not parsed correctly.</p>
<p class="body"><b>Fix: Paste: </b>After pasting and using the UP or DOWN arrows, the horizontal position was kind of arbitrary. Now when you use the UP or DOWN arrows after pasting, the cursor will move vertically from the position the cursor is in after the paste.</p>
<p class="body"><b>Fix: C++/Java/C#:</b> Symbol lookup was not finding members of a base class when the derived class was referred to with a namespace prefix. For example:</p>
<pre><font color="#006600">namespace NS
{
class Base
{
void member();
};
class Derived : Base { };
};
NS::Derived d;
d.member(); // member was not being found in NS::Base
</font></pre>
<p class="body"></p>
<p class="body"><b>Change:</b> Replace command: After the replace operation, the original whole line-selection is restored. You can disable this with a new check box added to the <b>Options > Preferences: Search</b> dialog.</p>
<p class="body"><b>New: </b>Macro function: <b>AddFileListToProj</b> <b>( hprj, szListFileName)</b> - adds all the files listed in the given file to the project.</p>
<blockquote>
<p class="body"><i>hprj</i> is the project handle</p>
<p class="body"><i>szListFileName</i> is a string containing the name of the list file. The list file should be a text file containing one file name per line. The file can also contain one directory per line, in which case the directory's contents are added to the project.</p>
</blockquote>
<p class="body"><b>New: </b>Macro function: <b>EmptyProj</b> <b>(hprj)</b> - empties the project by removing all files from the project. The files themselves are not deleted or affected.</p>
<blockquote>
<p class="body"><i>hprj</i> is the project handle</p>
</blockquote>
<h2>Version 3.50.0026 - February 10, 2003</h2>
<p class="body"><b>Fix:</b> ASP/JSP error parsing some server-side scripts.</p>
<p class="body"><b>Fix:</b> Auto-complete window was not showing separate entries for overloaded functions.</p>
<p class="body"><b>Fix:</b> Repainting bug when drawing the application background, which would cause the background to be drawn using the wrong color when the Style Properties dialog was up.</p>
<p class="body"><b>New: </b>Preferences: Display option: "Enable Animations". This controls various window border animations that occur when you activate and roll-up some windows. You may want to disable these animations if your video performance is too slow.</p>
<h2>Version 3.50.0025 - February 7, 2003</h2>
<p class="body"><b>Fix:</b> Task switching into Source Insight could be slow when many files were open in Source Insight. Unnecessary formatting and redrawing was being done.</p>
<p class="body"><b>Fix:</b> Java: Crashes in symbol lookup operations and displaying code.</p>
<p class="body"><b>Fix: </b>Java Symbols: Display speed and general symbol lookup speed was increased for Java files. Some very slow situations were found and removed.</p>
<p class="body"><b>Fix:</b> The symbol-lookup engine was not handling symbols that had embedded dots (.) in the name. Normally symbols do not have dots in the name, but it is possible to create a custom parsing pattern that results in such a symbol name. Source Insight stores symbol names internally in a "dotted-name" format, such as "classname.membername". </p>
<p class="body"><b>Fix: </b>Pasting lines when the "Smart Paste" mode is on caused the lines to be re-tabbified. This could result in some spaces appearing where there used to be tabs. Now, if the paste does not need to alter the indentation of the line, the tabs in the line are not altered.</p>
<p class="body"><b>Fix: </b>Pasting a whole line now moves the insertion point to the beginning of the next line, instead of the end of the new line.</p>
<p class="body"><b>Fix: </b>HTML/ASP/XML parsing: Attribute strings that spanned more than one line were not parsed correctly.</p>
<p class="body"><b>Fix: </b>Symbol Lookup could result in a crash, especially in deeply nested blocks, or in Java with many import statements.</p>
<p class="body"><b>Fix: </b>C/C++ parsing: Function declarations were not parsed if a struct was declared in the formal argument list.</p>
<p class="body"><b>Fix: </b>C++ parsing: In a class or struct, the member that followed the "public:" label was not being parsed correctly. This was caused by a bogus entry for "public" in the c.tom file. A new c.tom file is installed with this version. If you don't want to accept this new c.tom file, then open "My Documents\Source Insight\c.tom" and find the line with "public" on a line by itself. Delete that line.</p>
<p class="body"><b>Fix: </b>C# parsing: Global Function declarations were not parsed (at the file scope).</p>
<p class="body"><b>Fix: </b>Auto-completion: the auto-completion list would fail to appear at times, even if the option was active.</p>
<p class="body"><b>Fix: </b>Resource leak when docking and undocking windows.</p>
<p class="body"><b>Fix:</b> Project Report: File name case was not being preserved in the project report.</p>
<p class="body"><b>Fix: </b>The check mark on the menu item "View > Visible Tabs" was not working correctly.</p>
<p class="body"><b>Fix: </b>Minor adjustments to toolbar positioning.</p>
<p class="body"><b>Change: </b>Java: Nested package names now appear on one line in the symbol window pane, instead of showing a tree of package nodes.</p>
<h2>Version 3.50.0023 - January 14, 2003</h2>
<p class="body"><b>Fix:</b> Crash Parsing HTML & XML: Including CDATA sections inside of some HTML and XML files could cause the parser to crash.</p>
<p class="body"><b>Fix:</b> HTML & XML: Custom parsing patterns were not finding symbols in element tags.</p>
<p class="body"><b>Fix:</b> Slowness in C/C++/Java/C#: Symbol lookup operations in some projects could be very slow, due to duplicate symbols being returned by the lookup engine.</p>
<p class="body"><b>Fix:</b> Some dialog boxes did not display correctly in Asian versions of Windows. Notably, the Preferences multi-page dialog box was not sized large enough to display the font used in the dialog box.</p>
<p class="body"><b>Fix: </b>The styles used to display references to Java packages and namespaces were swapped.</p>
<p class="body"><b>Fix: </b>JSP script comments were not recognized. For example:</p>
<p class="code"><%-- this is a comment --%></p>
<p class="body"><b>Fix: </b>ASP/HTML/JSP script languages were not recognized in cases where version number was appended to the language name. For example:</p>
<p class="code"><script language="JavaScript2.0">......</script></p>
<p class="body"><b>Fix: </b>Java: Initializer lists following a new array was not parsed correctly. For example:</p>
<p class="code">static int[] newarray = new int[] { ...... };</p>
<p class="body"><b>Fix:</b> Project Synchronizing could put up warning messages, even if the "Suppress warning messages" option was checked.</p>
<hr>
<p class="body">For a list of new features introduced in version 3.5, see the <a href="http://www.sourceinsight.com/new35.html">Source Insight 3.5 Changes</a> page.</p>
<p class="body"></p>
</td>
</tr>
<tr>
<td valign="top"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#87ceeb">
<tr>
<td>
<p class="menu"> <a href="http://www.sourceinsight.com/index.html">Home</a> | <a href="http://www.sourceinsight.com/buyit.html">Buy</a> | <a href="http://www.sourceinsight.com/prodinfo.html">Product</a> | <a href="http://www.sourceinsight.com/support.html">Support</a> | <a href="http://www.sourceinsight.com/update.html">Updates</a> | <a href="http://www.sourceinsight.com/contact.html">Contact</a> | <a href="http://www.sourceinsight.com/aboutus.html">About</a> </p>
</td>
</tr>
</table>
<p></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -