Current wish list

General discussion on mikroPascal.
Author
Message
lgrfbs
Posts: 78
Joined: 25 Sep 2004 12:19
Location: Sweden - ADSL 0.5Mbps
Contact:

visual initialization tool

#16 Post by lgrfbs » 15 May 2006 15:40

Can any one show a screendump on a visual initialization tool?
That do I use a visual initialization tool for?
ICQ Mess. = Forums name as ref.
If you see stave/grammatical errors is you welcome too tell me.

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

#17 Post by LGR » 15 May 2006 17:11

I think they understand the concept. In the new release of dsPIC Pascal, there's a very, very nice filter design tool. An initialization tool would be very simple by comparison.
If you know what you're doing, you're not learning anything.

joseLB
Posts: 444
Joined: 02 Apr 2006 05:56
Location: Riode Janeiro, Brasil

autocomplete for variables, constants, etc.

#18 Post by joseLB » 07 Dec 2006 10:49

a very helpful implementation would be the autocomplete variable, constant, etc.
It could work when you start to type something it shows in a pulldown window with all terms that conform with the characters you are typing.
Coud be all (vars, consts, commands, functions, procedures, etc.), or, at least vars and consts). The AutoIt language has it, and it increases a LOT the development speed, mainly in variables and consts..

joseLB
Posts: 444
Joined: 02 Apr 2006 05:56
Location: Riode Janeiro, Brasil

AUTOCOMPLETE

#19 Post by joseLB » 07 Dec 2006 15:41

this small flash movie explains better what I mean. they use SCITE freeware editor.

http://www.docpro.com.br/multimidia/lixo2.html

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

#20 Post by LGR » 07 Dec 2006 15:53

I agree with joseLB. It would also have the advantage of showing keywords and reserved identifiers for PIC registers (i.e. TRISB), so that people don't accidently use a reserved identifier.
If you know what you're doing, you're not learning anything.

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

Re: autocomplete for variables, constants, etc.

#21 Post by zristic » 07 Dec 2006 16:43

joseLB wrote:a very helpful implementation would be the autocomplete variable, constant, etc.
It could work when you start to type something it shows in a pulldown window with all terms that conform with the characters you are typing.
Coud be all (vars, consts, commands, functions, procedures, etc.), or, at least vars and consts). The AutoIt language has it, and it increases a LOT the development speed, mainly in variables and consts..
Have you tried to press CTRL+SPACE in mP editor?
I am not quite sure what you mean, but I have an impression that you are talking about something which is already implemented and it is called "Code Assistant".

Therefore, open a project, position in code and press CTRL+SPACE to get a list of available options (it is recommended that you compile the project at least once in order to make the compiler load all libararies- will give you more options).

GVHecke
Posts: 77
Joined: 28 May 2005 09:42
Location: Belgium

#22 Post by GVHecke » 22 Feb 2007 07:27

How about defining a port (or pin of a port) as a variable, as mentioned in:

_ The wish list: http://www.mikroe.com/forum/viewtopic.php?t=8490
_ MP general: http://www.mikroe.com/forum/viewtopic.php?t=8454

Being able to define a port as a variable in your code and pass this through functions as var or const is fundamental in writing reusable code.

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

#23 Post by zristic » 22 Feb 2007 09:40

GVHecke wrote:How about defining a port (or pin of a port) as a variable, as mentioned in:

_ The wish list: http://www.mikroe.com/forum/viewtopic.php?t=8490
_ MP general: http://www.mikroe.com/forum/viewtopic.php?t=8454
Yes, we hear you. Please do not repeat multiple requests, makes the forum more confusing and more difficult to administrate.

joseLB
Posts: 444
Joined: 02 Apr 2006 05:56
Location: Riode Janeiro, Brasil

#24 Post by joseLB » 22 Feb 2007 23:29

GVHecke wrote:How about defining a port (or pin of a port) as a variable, as mentioned in:
_ The wish list: http://www.mikroe.com/forum/viewtopic.php?t=8490
_ MP general: http://www.mikroe.com/forum/viewtopic.php?t=8454
Being able to define a port as a variable in your code and pass this through functions as var or const is fundamental in writing reusable code.
You can have that as sugested in http://www.mikroe.com/forum/viewtopic.php?t=8051. I'm using it in all my programs without any problem

Donald Shimoda
Posts: 553
Joined: 27 Feb 2006 17:00
Location: Argentina
Contact:

#25 Post by Donald Shimoda » 13 Mar 2007 13:16

One question. That is for discuss the already posted in the wish list?

Why theres two place to post wishes for next version?

TIA
Donald Shimoda.

informatiker
Posts: 12
Joined: 10 Oct 2006 15:46
Location: Germany

#26 Post by informatiker » 13 Apr 2008 18:08

HI MP team

Its is possible to add in the spi library, support for the mcp6s26 ?

thx
burak

informatiker
Posts: 12
Joined: 10 Oct 2006 15:46
Location: Germany

My SQL or Database Support for Ethernet Library

#27 Post by informatiker » 05 Dec 2008 01:08

Hi MP Team,

is it possible, a My-SQL Support for ethernet library?

Best Regards
Burak Senel
burak

alm7100
Posts: 85
Joined: 09 Oct 2008 11:58
Location: Denmark

How about a 1wire scan function

#28 Post by alm7100 » 26 Mar 2009 23:36

Hi

How about a 1-Wire scan function, to scan for 1Wire components, just to get the famelly code and ID back
//
Allan (Sorry for my English.)

Post Reply

Return to “mikroPascal General”