<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/codecommander/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/codecommander/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 31 May 2001 08:38:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codecommander/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Save-check before build doesn't save</title><link>https://sourceforge.net/p/codecommander/bugs/60/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you select Build from the menu and you haven't&lt;br /&gt;
saved, a pop-up appears and says 'do you want to save&lt;br /&gt;
file?', and if you select yes it doesn't save, but&lt;br /&gt;
builds anyway.&lt;br /&gt;
(Just one of those little things..)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 31 May 2001 08:38:21 -0000</pubDate><guid>https://sourceforge.net6263380802a020d113a40614e26dcf72eaf1e09f</guid></item><item><title>Syntax highlighting</title><link>https://sourceforge.net/p/codecommander/bugs/59/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm a Nedit user, and one of the things I missed was Nedit's regexp-based syntax highlighting.&lt;/p&gt;
&lt;p&gt;For example: In the PHP language definition, there is no way (that I have found) to specify that highlight of PHP syntax occur only inside PHP open/close tags, and outside them only HTML is highlighted. In Nedit, this is done by making the PHP patterns &amp;amp;quot;children&amp;amp;quot; of open/close tags. Likewise, JavaScript code can't be highlighted properly inside HTML files.&lt;/p&gt;
&lt;p&gt;I like CodeCommander, but the inability to have multiple languages in use in the same source file is IMO a disadvantage.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Teunissen</dc:creator><pubDate>Wed, 19 Jul 2000 21:18:35 -0000</pubDate><guid>https://sourceforge.net2a0e30cf03f862ca6075c46b9671d17f372c2f34</guid></item><item><title>Funky cursor behavior</title><link>https://sourceforge.net/p/codecommander/bugs/58/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This may be a problem with the GNOME text editor component,&lt;br /&gt;
but the cursor has the following problems:&lt;/p&gt;
&lt;p&gt;1.  It doesn't stay where you put it.  When scrolling up or down it jumps to seemingly random positions in each line.&lt;/p&gt;
&lt;p&gt;2. When scrolling down, sometimes the page jumps as if page down was hit instead of cursor down (kind of like the pico scrolling behavior where going to the bottom of the screen brings up half a page instead of one line.)&lt;/p&gt;
&lt;p&gt;3. In a programmer's editor, the cursor should go where you tell it.  This means it should ignore the actual line length (or there should be a toggle).&lt;/p&gt;
&lt;p&gt;On a related note, if you open a lot of files, it's difficult to navigate.  Instead of those tiny up/down arrows to move through buffers, how about a scrolling list?&lt;/p&gt;
&lt;p&gt;See KDevelop.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 15 Jul 2000 22:08:54 -0000</pubDate><guid>https://sourceforge.neta60f490cf491a70031393474a6c525c32020e4a8</guid></item><item><title>Non-standard TAB Behaviour for Selections</title><link>https://sourceforge.net/p/codecommander/bugs/57/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;amp;gt;Sorry, but it doesn't work like that. The line that the cursor is on is included in the&lt;br /&gt;
&amp;amp;gt;selection, because of the way that it is represented internally. This is logical, and that is&lt;br /&gt;
&amp;amp;gt;how I determine what proper behavior is in CodeCommander.&lt;/p&gt;
&lt;p&gt;Well, I must respectfully disagree with you, so I will reopen this bug.&lt;br /&gt;
NO OTHER PROFESSIONAL, or SEMI-PROFESSIONAL EDITOR, &lt;br /&gt;
works the way you describe.&lt;/p&gt;
&lt;p&gt;Try:&lt;/p&gt;
&lt;p&gt;-SlickEdit&lt;br /&gt;
-MS VisualStudio&lt;br /&gt;
-Symantec Cafe&lt;br /&gt;
-UltraEdit&lt;br /&gt;
-CodeWright&lt;br /&gt;
-the list goes on.....&lt;/p&gt;
&lt;p&gt;These editors all have the STANDARD, ACCEPTED behaviour as I describe.&lt;/p&gt;
&lt;p&gt;1) Place the caret at the start of a line and then use SHIFT-DOWNARROW to select a number of lines. &lt;/p&gt;
&lt;p&gt;2) Press TAB &lt;/p&gt;
&lt;p&gt;The entire selected section is tabbed to the right, which is &lt;br /&gt;
correct, but also the line on which the caret resides is &lt;br /&gt;
tabbed, which is NOT correct. &lt;/p&gt;
&lt;p&gt;eg., starting with: &lt;/p&gt;
&lt;p&gt;this line is selected &lt;br /&gt;
this line is also selected &lt;br /&gt;
|caret is at the start of this line &lt;/p&gt;
&lt;p&gt;After pressing TAB we incorrectly have: &lt;/p&gt;
&lt;p&gt;........this line is selected &lt;br /&gt;
........this line is also selected &lt;br /&gt;
........caret is now at the end of this line| &lt;/p&gt;
&lt;p&gt;We really should be getting something like: &lt;/p&gt;
&lt;p&gt;........this line is selected &lt;br /&gt;
........this line is also selected &lt;br /&gt;
|caret is at the start of this line &lt;/p&gt;
&lt;p&gt;Note: using &amp;amp;quot;.&amp;amp;quot; to denote space character&lt;/p&gt;
&lt;p&gt;Version tested: CodeCommander v0.9.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cypherpunks</dc:creator><pubDate>Fri, 14 Jul 2000 03:03:48 -0000</pubDate><guid>https://sourceforge.net28bed974c44de63bf0e9f54d6b515dc5f72937f8</guid></item><item><title>Compilation output?</title><link>https://sourceforge.net/p/codecommander/bugs/56/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After I compile a file, I don't see the output of the command; thus, I don't know if it succeeded or if there were errors!&lt;br /&gt;
Shouldn't that be displayed somewhere?&lt;/p&gt;
&lt;p&gt;This was in the latest CVS Version (and earlier Versions)&lt;/p&gt;
&lt;p&gt;Also, a menu entry called &amp;amp;quot;Make&amp;amp;quot; would be good - it would invoke &amp;amp;quot;make&amp;amp;quot; or &amp;amp;quot;make currentfile.o&amp;amp;quot; (i.e. the name of the currently opened file, but the extension changed to .o&amp;amp;quot;)&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 13 Jul 2000 18:58:56 -0000</pubDate><guid>https://sourceforge.net175181cfddcd4fa553b8864ceb7b0392f4f5ce4f</guid></item><item><title>CVS Version doesn't compile</title><link>https://sourceforge.net/p/codecommander/bugs/55/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As of Thu, Jul 13 2000, 18:52 GMT, the CVS Version of CodeCommander doesn't compile: Symbol USE_XIM isn't covered by acconfig.h&lt;br /&gt;
After adding &amp;amp;quot;#undef USE_XIM&amp;amp;quot; to acconfig.h, everything worked.&lt;/p&gt;
&lt;p&gt;By the way, what is USE_XIM for?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 13 Jul 2000 18:54:15 -0000</pubDate><guid>https://sourceforge.net3f749d7d721882962245029e83e026cab94be63f</guid></item><item><title>Cursor Movement is slow</title><link>https://sourceforge.net/p/codecommander/bugs/54/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The cursor is VERY slow. This is very disturbing.&lt;/p&gt;
&lt;p&gt;To reproduce this: Press (for example) the right arrow key and hold it down. Then release it - the cursor continues to move.&lt;br /&gt;
(This is CodeCommander v0.9.4, not CVS)&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 13 Jul 2000 18:39:36 -0000</pubDate><guid>https://sourceforge.net46eb3410d29b919e984c95e864c510d93ff4cdd5</guid></item><item><title>Selected text not tabbing properly</title><link>https://sourceforge.net/p/codecommander/bugs/53/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1) Place the caret at the start of a line and then use SHIFT-DOWNARROW to select a number of lines.&lt;/p&gt;
&lt;p&gt;2) Press TAB&lt;/p&gt;
&lt;p&gt;The entire selected section is tabbed to the right, which is &lt;br /&gt;
correct, but also the line on which the caret resides is &lt;br /&gt;
tabbed, which is NOT correct.&lt;/p&gt;
&lt;p&gt;eg., starting with:&lt;/p&gt;
&lt;p&gt;this line is selected&lt;br /&gt;
this line is also selected&lt;br /&gt;
|caret is at the start of this line&lt;/p&gt;
&lt;p&gt;After pressing TAB we incorrectly have:&lt;/p&gt;
&lt;p&gt;this line is selected&lt;br /&gt;
this line is also selected&lt;br /&gt;
caret is now at the end of this line|&lt;/p&gt;
&lt;p&gt;We really should be getting something like:&lt;/p&gt;
&lt;p&gt;this line is selected&lt;br /&gt;
this line is also selected&lt;br /&gt;
|caret is at the start of this line&lt;/p&gt;
&lt;p&gt;Version tested: CodeCommander v0.9.5&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cypherpunks</dc:creator><pubDate>Wed, 12 Jul 2000 07:15:27 -0000</pubDate><guid>https://sourceforge.netb0dffbe7216d9299a713545f873ae4074f5f10ec</guid></item><item><title>Has something to do with paranthesis seeking?</title><link>https://sourceforge.net/p/codecommander/bugs/52/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When typing &lt;br /&gt;
{&lt;br /&gt;
}&lt;br /&gt;
Into an empty file, the whole editor hangs after typing enter a few times after that&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 09 Jul 2000 10:04:52 -0000</pubDate><guid>https://sourceforge.net4bc9ec6573f77ad6e11a0a8017142fd341050048</guid></item><item><title>While doing a &amp;quot;search and replace&amp;quot; CC crashes.</title><link>https://sourceforge.net/p/codecommander/bugs/51/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While doing a search and replace, if the option to leave the Keep window open checkbox is selected the program crashes after the first replace operation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lewis Bergman</dc:creator><pubDate>Thu, 29 Jun 2000 19:51:45 -0000</pubDate><guid>https://sourceforge.netcbaa320a0fe3e1fa54e5983b88a44e41a88a5323</guid></item></channel></rss>