<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/codecommander/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/codecommander/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/codecommander/bugs/</id><updated>2001-05-31T08:38:21Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Save-check before build doesn't save</title><link href="https://sourceforge.net/p/codecommander/bugs/60/" rel="alternate"/><published>2001-05-31T08:38:21Z</published><updated>2001-05-31T08:38:21Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net6263380802a020d113a40614e26dcf72eaf1e09f</id><summary type="html">&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;</summary></entry><entry><title>Syntax highlighting</title><link href="https://sourceforge.net/p/codecommander/bugs/59/" rel="alternate"/><published>2000-07-19T21:18:35Z</published><updated>2000-07-19T21:18:35Z</updated><author><name>Jeff Teunissen</name><uri>https://sourceforge.net/u/deek/</uri></author><id>https://sourceforge.net2a0e30cf03f862ca6075c46b9671d17f372c2f34</id><summary type="html">&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;</summary></entry><entry><title>Funky cursor behavior</title><link href="https://sourceforge.net/p/codecommander/bugs/58/" rel="alternate"/><published>2000-07-15T22:08:54Z</published><updated>2000-07-15T22:08:54Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta60f490cf491a70031393474a6c525c32020e4a8</id><summary type="html">&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;</summary></entry><entry><title>Non-standard TAB Behaviour for Selections</title><link href="https://sourceforge.net/p/codecommander/bugs/57/" rel="alternate"/><published>2000-07-14T03:03:48Z</published><updated>2000-07-14T03:03:48Z</updated><author><name>cypherpunks</name><uri>https://sourceforge.net/u/cypherpunks/</uri></author><id>https://sourceforge.net28bed974c44de63bf0e9f54d6b515dc5f72937f8</id><summary type="html">&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;</summary></entry><entry><title>Compilation output?</title><link href="https://sourceforge.net/p/codecommander/bugs/56/" rel="alternate"/><published>2000-07-13T18:58:56Z</published><updated>2000-07-13T18:58:56Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net175181cfddcd4fa553b8864ceb7b0392f4f5ce4f</id><summary type="html">&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;</summary></entry><entry><title>CVS Version doesn't compile</title><link href="https://sourceforge.net/p/codecommander/bugs/55/" rel="alternate"/><published>2000-07-13T18:54:15Z</published><updated>2000-07-13T18:54:15Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net3f749d7d721882962245029e83e026cab94be63f</id><summary type="html">&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;</summary></entry><entry><title>Cursor Movement is slow</title><link href="https://sourceforge.net/p/codecommander/bugs/54/" rel="alternate"/><published>2000-07-13T18:39:36Z</published><updated>2000-07-13T18:39:36Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net46eb3410d29b919e984c95e864c510d93ff4cdd5</id><summary type="html">&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;</summary></entry><entry><title>Selected text not tabbing properly</title><link href="https://sourceforge.net/p/codecommander/bugs/53/" rel="alternate"/><published>2000-07-12T07:15:27Z</published><updated>2000-07-12T07:15:27Z</updated><author><name>cypherpunks</name><uri>https://sourceforge.net/u/cypherpunks/</uri></author><id>https://sourceforge.netb0dffbe7216d9299a713545f873ae4074f5f10ec</id><summary type="html">&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;</summary></entry><entry><title>Has something to do with paranthesis seeking?</title><link href="https://sourceforge.net/p/codecommander/bugs/52/" rel="alternate"/><published>2000-07-09T10:04:52Z</published><updated>2000-07-09T10:04:52Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4bc9ec6573f77ad6e11a0a8017142fd341050048</id><summary type="html">&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;</summary></entry><entry><title>While doing a &amp;quot;search and replace&amp;quot; CC crashes.</title><link href="https://sourceforge.net/p/codecommander/bugs/51/" rel="alternate"/><published>2000-06-29T19:51:45Z</published><updated>2000-06-29T19:51:45Z</updated><author><name>Lewis Bergman</name><uri>https://sourceforge.net/u/lbergman/</uri></author><id>https://sourceforge.netcbaa320a0fe3e1fa54e5983b88a44e41a88a5323</id><summary type="html">&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;</summary></entry></feed>