Forum Index
HomeZBasic Home   Forum RulesForum Rules   Forum FAQForum FAQ   MemberlistMemberlist   UsergroupsUsergroups   RSS FeedRSS Feed
Site SearchSite Search   LinksLinks   DownloadDownload   Digests and SubscriptionsDigests and Subscriptions
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in   RegisterRegister
auto goto file/lineno on compile worning/notice/error

 
Post new topic   Reply to topic    Forum Index -> ZBasic IDE
Author Message
ndudman



Joined: 25 Dec 2008
Posts: 79

Posted: 13 January 2009, 10:02 AM    Post subject: auto goto file/lineno on compile worning/notice/error Reply with quote

Hello

Is it possible to control the behaviour after compilation, where the file and lineno of first occuring #notice/#warning/#error occures. To either switch this behaviour off, or say only do it for errors ?

Thanks
Neil
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 13 January 2009, 16:55 PM    Post subject: Re: auto goto file/lineno on compile worning/notice/error Reply with quote

ndudman wrote:
Is it possible to control the behaviour after compilation, where the file and lineno of first occuring #notice/#warning/#error occures.
Warnings will be ignored if you add the line below to your User Options file (accessible via "Open User Options File" on the Options menu). If you've never opened the User Options file before, it will be empty. The added line can go anywhere in the file.
Code:
next.message.ignore.warnings=1
If, at a later time, you want to revert to the default behavior, either comment out that line (using a # in column 1) or change the value to zero.
Back to top
ndudman



Joined: 25 Dec 2008
Posts: 79

Posted: 16 January 2009, 18:17 PM    Post subject: Reply with quote

Thanks for that

I ended up, for the time being putting
    next.message.ignore.errors=1
    next.message.ignore.notice=1

also as at least for now its annoying when the text editor jumps around, I.e auto going to an error/warning/notice. Id prefer to click myself...

A small thing... dont mean to be fussy... the zbasic IDE and development enviroment is great, Ive done so much in a short time compared to previous efforts using AtMega8 and straight c.

Neil

p.s Where can I find all these things defined or described ? Id like to make the font size of the filename in the tabs a little bigger. I found the tabbar item in global definitions... am I warm ?
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 16 January 2009, 18:59 PM    Post subject: Reply with quote

ndudman wrote:
Where can I find all these things defined or described ?
Such things fall into two general categories: those that are endemic to the SciTE editor and those that are specific to the ZBasic IDE. The next.message.ignore.warnings is an example of the latter while fonts, etc. are an example of the former. The items specific to the ZBasic IDE are described in the HTML file obtained by selecting "ZBasic IDE Help" on the Help menu. In that HTML file, near the top, you'll find a link to SciTE configuration information.

ndudman wrote:
Id like to make the font size of the filename in the tabs a little bigger.
Offhand, I don't think that this is a configurable item. The tab control is a WC_TABCONTROL to which one can send a WM_SETFONT message so it might be possible to make it configurable.
Back to top
ndudman



Joined: 25 Dec 2008
Posts: 79

Posted: 16 January 2009, 19:59 PM    Post subject: Reply with quote

Thanks

Ill look up the docs

Ive just removed the user options... as it seemed in the last few days since I added them that the IDE would freeze/lockup after compilation and as the warnings/errors/notices where being scrolled through automaticly and ignored... pausing on a warning... and locking up...

Ill see if I get the problem any more...

Not a major thing, just giving feed back incase its useful. Im happy with the IDE and development enviroment and not really so fussy.

Neil
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> ZBasic IDE Time synchro. with the server - Timezone/DST with your computer
Page 1 of 1

 


All content Copyright © 2005-2012 Elba Corp. All Rights Reserved.
Opinions expressed in posts are those of the author and not necessarily those of Elba Corp.
Powered by phpBB © 2001, 2005 phpBB Group