Current Wish List

General discussion on mikroBasic.
Author
Message
TonyC
Posts: 63
Joined: 12 Mar 2007 18:36
Location: Atlanta, GA

#136 Post by TonyC » 20 Mar 2007 16:17

More detailed information on Warnings and Errors in the Error window at the bottom of the IDE. This could be linked to the help file.
More details about Errors and Warning could save us many hours of debugging!
Currently have EasyPIC4 & mikroBASIC

okoman
Posts: 45
Joined: 31 May 2005 13:15

#137 Post by okoman » 07 May 2007 20:30

to be useful adding date time stamp(or projects last compile time) for compiler messages at messages panel.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

#138 Post by zristic » 08 May 2007 09:46

More detailed information on Warnings and Errors in the Error window at the bottom of the IDE. This could be linked to the help file.
More details about Errors and Warning could save us many hours of debugging!
...
to be useful adding date time stamp(or projects last compile time) for compiler messages at messages panel.
OK, thanks.

marcus
Posts: 101
Joined: 12 Sep 2006 08:58

#139 Post by marcus » 10 May 2007 09:25

can you get the implements keyword working as it says in the help? or get the help describing the implements keyword as it actually works? is there a way to make subs private to a module? i use mb for the reason that it provides more than other pic compilers in terms of encapsulation, re-use, organisation, etc. what would be cool would be calling subs and vars in other modules rather like classes in code: eg modulename.subname or something similar

Kalain
Posts: 1093
Joined: 11 Mar 2005 18:26
Location: Aubenas, France

#140 Post by Kalain » 10 May 2007 12:37

Hi Zoran,
zristic wrote:Uint32 is planned for the next release.
When is planned next release ? :)
Alain

mjimenez
Posts: 62
Joined: 13 Mar 2006 18:21
Location: SPAIN

#141 Post by mjimenez » 21 May 2007 13:01

Hi

And a functional bootloader for the next release?

And when is planned next release??

Regards.
Miguel Angel Jiménez

trust issues
Posts: 231
Joined: 14 Nov 2004 19:43

#142 Post by trust issues » 11 Jun 2007 10:56

Function re-entrancy. I want to be able to call a function from both my ISR and main if I want to.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

#143 Post by zristic » 12 Jun 2007 15:13

trust issues wrote:Function re-entrancy. I want to be able to call a function from both my ISR and main if I want to.
You can do it already, but two conditions have to be satisfied:
1. Called procedure must not have parameters,
2. Called procedure must not have local variables.
We will not change these restrictions in near future.

jacobronniegeorge
Posts: 4
Joined: 17 Jun 2007 23:30

microsoft visual basic feature

#144 Post by jacobronniegeorge » 18 Jun 2007 01:46

Intellisense would be very helpful so you know if you are going wrong!

marcus
Posts: 101
Joined: 12 Sep 2006 08:58

#145 Post by marcus » 09 Jul 2007 13:45

can you improve your select case statement with the operators, such as:

Code: Select all

dim x, y as byte
select case x
case 1
case < y
case else
end select

okoman
Posts: 45
Joined: 31 May 2005 13:15

#146 Post by okoman » 30 Jul 2007 10:02

auto incramanted version constants. for self checking version inside of program...

ver_major
ver_midor ':)
ver_minor

p3t3rv
Posts: 268
Joined: 14 Apr 2005 09:33
Location: Doncaster UK

editor windows

#147 Post by p3t3rv » 17 Aug 2007 21:21

i wish for a reset button to put all the windows and tabs back as they were when first installed, instead of actualy having to re-install it all
there are 10 types of people Those that understand binary and those that dont

Copy'nPaste
Posts: 573
Joined: 25 Apr 2006 15:39
Location: Cape Town, South Africa

#148 Post by Copy'nPaste » 04 Sep 2007 20:34

This would be nice :twisted:

Code: Select all

COUNT Pin,Period,Var

Count the number of pulses that occur on Pin during the Period and stores the result in Var. 
"Copy'nPaste"

LGR
Posts: 3204
Joined: 23 Sep 2004 20:07

#149 Post by LGR » 04 Sep 2007 20:41

Count is useful, but if it's going to be non-blocking, it has to use interrupts, which is a can of worms.
If you know what you're doing, you're not learning anything.

Copy'nPaste
Posts: 573
Joined: 25 Apr 2006 15:39
Location: Cape Town, South Africa

#150 Post by Copy'nPaste » 04 Sep 2007 20:49

What I need it for, I wouldn't care if it hangs up the pic for a few hundred clock cycles :)
"Copy'nPaste"

Post Reply

Return to “mikroBasic General”