Search found 6 matches

by SpiderKenny
07 Sep 2012 09:20
Forum: mikroC PRO for dsPIC30/33 and PIC24 Wish List
Topic: BUG - Ide options ignores 'tab to spaces' option
Replies: 2
Views: 3581

Re: BUG - Ide options ignores 'tab to spaces' option

Some more information.... So yesterday I spent ages going through all the IDE options and Advanced Options trying to get the ide to work in a sensible way. I had my code looking great, and TAB was doing what you'd expect. However left/right arrow still move 1 column at a time, even over tabs - which...
by SpiderKenny
06 Sep 2012 08:47
Forum: mikroC PRO for dsPIC30/33 and PIC24 Wish List
Topic: BUG - Ide options ignores 'tab to spaces' option
Replies: 2
Views: 3581

BUG - Ide options ignores 'tab to spaces' option

Whether you have 'tab to spaces' checked or not, the IDE always converts tabs to spaces and left-arrow, right-arrow moves one space at a time instead of 1 tab at a time. The layout of code in the IDEs is practically impossible to get right. I have tab width set to 4, and tabs to spaces NOT checked, ...
by SpiderKenny
24 Jan 2012 11:09
Forum: mikroC PRO for dsPIC30/33 and PIC24 Wish List
Topic: Messy code formatter
Replies: 9
Views: 7215

Re: Messy code formatter

Here is an example of the messy code formatter. This is my project before I save and close it. http://www.spider-e.com/before.png The I simply close the IDE and open it again, and now my code looks like this: http://www.spider-e.com/after.png I know it's not the end of the world. But proper code lay...
by SpiderKenny
24 Jan 2012 10:20
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Interrupts not firing?
Replies: 2
Views: 1826

Re: Interrupts not firing? [FIXED]

Ooops. My bad!
Sorry folks, false alarm, the code was indeed running but there was a missing terminator in the incoming data.
It has now been resolved.
by SpiderKenny
23 Jan 2012 13:53
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Interrupts not firing?
Replies: 2
Views: 1826

Interrupts not firing?

I have set up a project to use UART1 and have confirmed with a 'scope that the correct data is arriving at the correct pin, however my U1RX interrupt never gets fired. This is the same code I have used in other (Non-mikroe) code with great success before. My interrupt is define as this: void U1_RX()...
by SpiderKenny
23 Jan 2012 13:49
Forum: mikroC PRO for dsPIC30/33 and PIC24 Wish List
Topic: Messy code formatter
Replies: 9
Views: 7215

Messy code formatter

I wish the compiler, or rather the IDE, would have some of the long standing bugs in it's formatter fixed. For example, if you set the editor to use TABS instead of spaces, then the option to match brackets and braces highlights the matching bracket/brace in the wrong place. If you set the editor to...

Go to advanced search