Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Program Announcements / Indigo - A DBPro IDE Alternative

Author
Message
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 22nd Jun 2013 02:51
Chris, one can only assume that in your silence your problem has been solved.

Balid, any chance you could make Indigo "Delete Key" friendly again? I love my delete key, but Indigo seems to error almost every time I press it, yet backspace works fine.

If I didn't want a delete key, I'd buy a Mac.

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 22nd Jun 2013 03:41
Quote: "Chris, one can only assume that in your silence your problem has been solved."


I haven't yet noticed any difference; but I've only tested the anti-virus change for a few moments. To be honest I've not done a great deal of stuff in 1.4 this week. Will use it more often this weekend.

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 23rd Jun 2013 18:42
Burning Feet Man,
Quote: "but I can't find/change which directory the backups are saved to?"
They are saved under 'Backup' in the projects' folder (where the .dbpro file is).

Quote: "able to have Indigo use the "Default Web Browser" to access the help files on pressing F1"
Added to list.

Quote: "any chance you could make Indigo "Delete Key" friendly again?"
I'm not able to duplicate having the 'Delete Key' not work or create errors.

Chris Tate,
Quote: "You can't open a .DBA file; period. It will crash immediately with the following:"
fixed in v1.4.0 b8. However individual .dba files don't receive the same parsing and highlighting as those contained in a project.

Quote: "Observation of performance"
I am seeing different results than you. I do see spikes up to 52% when changing to tabs with large source files, or opening all includes. These are spikes of a second or less not constant.

Something that does contribute to the CPU hit is the Line Overview. Hiding it does improve performance.

Quote: "Auto-complete bug"
I'm not able to duplicate. Can you provide a better list of steps?

Quote: "Minor ideas for features for the future {* = priority}"
Added to the list.


All,

I have uploaded v1.4.0 beta 8. A few misc defect fixes. As well as added an extra check when saving includes.

Indigo site

All the best,

Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 23rd Jun 2013 20:51 Edited at: 23rd Jun 2013 22:45
Quote: "Quote: "You can't open a .DBA file; period. It will crash immediately with the following:"
fixed in v1.4.0 b8. However individual .dba files don't receive the same parsing and highlighting as those contained in a project."


That's understandable.
Quote: "
Quote: "Observation of performance"
I am seeing different results than you. I do see spikes up to 52% when changing to tabs with large source files, or opening all includes. These are spikes of a second or less not constant."


I have set up a new PC; so far I am experience the opposite. Now the Beta 7 version works without any performance hits; Indigo 'correctly' uses zero CPU when not focused, instead of 70-80; then when running a load project it takes about 50%. The new PC isn't a top of the range hardware unit.

It might be the extra CPU core that makes the difference. I am sure the problem that occurred was to do with the components and the CPU architecture. Taking 100% of one core is 50% cpu usage. Taking 100% of a single core system is using up all the systems resources. I am noticing an improvement with compile speeds too.

Quote: "Quote: "Auto-complete bug"
I'm not able to duplicate. Can you provide a better list of steps?"


Neither can I on Windows 7. On XP when I set beuitification to title case; and type in something in lowercase, pressing CTRL enter to finish the autocompletion appends the command after what you type in, in stead of replacing it. For example; here all lowercase characters where typed and the title case letters were auto completed: positPosition Camera.

But this does not happen on Windows 7 here.

One thing I left out in the request list is the ability to convert absolute paths to relative .DBA project paths, instead of only files in the same folder or absolute paths (eg:sub-folder\file.dba instead of c:\project\sub-folder\file.dba)

Will try out the latest version;but the site shows Beta 7.

Edit

OK with beta 7, on this PC, the status bar flickering seems to occur with large projects. Also the CPU usage when Indigo is not focused does go up to about 40-60 %.

Quote: "Something that does contribute to the CPU hit is the Line Overview. Hiding it does improve performance."


On here, the line overview works smoothly in Indigo 1.33. This version does not slow down for about 1 hour of usage in a 40k line project. In 1.4, the slow down occurs immediately after compilation of large projects.

Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 25th Jun 2013 04:03
Hey Balid, looks like the "Delete" bug I've been complaining about seems to be gone in the latest release.

One new problem though, is that I keep getting an error message upon saving my .DBA files "Unable to save %Filename%.DBA", although the file looks to save OK.

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 26th Jun 2013 01:06 Edited at: 26th Jun 2013 01:25
BFM,

Thank you. I noticed that yesterday. It only seems to do it on the first file, or use to do it. It's resolved now.

Chris Tate,

Glad to hear that the new PC is helping. I am still not able to duplicate the issue from compiling large projects.


Everything seems to be stable so unless I hear of anything else I will be posting v1.4.0 final this weekend (or sooner).

All the best,

Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 26th Jun 2013 01:32
Quote: "I am still not able to duplicate the issue from compiling large projects."


It must be the way my project is created; there is over 100 dba files in it. I use alot of plugins and lots of fields in UDTs.

I'm having to use 1.33 to do the actual work. I will continue to test any new updates.

Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 26th Jun 2013 03:47
The following error which is caused by human fault will cause Indigo to crash when you load a project (Version 1.4 Beta 7)



nw = AddSoundSource( iObj, iLimb, snd, tSource as SoundSourceType )

This causes an infinate loop; and judging by the log it keeps parsing the UDT over and over again.

Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 26th Jun 2013 12:58 Edited at: 30th Jun 2013 04:19
One more bug before release; Upon starting Indigo (the past few betas), the layout corrupts and the program warns about returning to default layout, then JIT crashes. Then, restarting the program, all menu's are back in their default position.

Love your work Balid.

EDIT: Custom Syntax Highlighting doesn't seem to be engaging until I fiddle with the settings, then it's starts working.

EDIT: There's a bug with maximising the Help Window, it disappears, or it loads itself into the side bar, rather than maximising to the entire screen. Upon restarting Indigo, this causing it to crash on startup & reload default layout.

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 30th Jun 2013 19:23
Chris Tate,
I will add your latest observations to my list of things to look into.


BFM,
Quote: "the program warns about returning to default layout, then JIT crashes."
I believe the crashing on resetting the default layout should be resolved.
Quote: "Custom Syntax Highlighting doesn't seem to be engaging ..."
Sorry but not really able to duplicate this.
.
Quote: "There's a bug with maximising the Help Window"
Well, there's no maximizing the Help window, so no bug there . Though there is a defect with trying to re-dock the Help window by double clicking on the title bar. Which causing it to disappear. But I have only been able to duplicate it in pre 1.4.0 versions.

I will your observations to the list of things to further look into.


All,
In the meantime v1.4.0 beta 8 was been uploaded. As well as v1.3.4 beta 1. It is basically v1.4.0 but without the Ribbon.

Indigo site

All the best,

Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 30th Jun 2013 23:50
Hi.

The 1.4 upload works, but the 1.34 upload is not found when you click the link.

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 1st Jul 2013 01:45
Chris Tate,

Thank you. Should be resolved now.

All the best,

Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 1st Jul 2013 15:02
OK, just a little glitch with 1.34; the top toolbar overlaps some of the layout.

Attachments

Login to view attachments
Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 2nd Jul 2013 17:39
Well, my attempt to optimize has failed.

I can't believe Indigo has a whole CPU to itself but it is still lagging for 4-6 seconds between words and scrolling the page up and down with or without the line overview; new PC didn't make a difference, infact sometimes it is worse on here than on the old PC. Same thing on XP and windows 7.

I've spent a few weeks testing out different modes to try to tackle the problem. I've tried every combination of setting to prevent it. I've looked at the log to try to figure out what setting is the root cause but couldn't see anything. I've tried giving Indigo, high CPU priority. I've tried restarting indigo every 15 minutes; but my luck has run out; I'm fresh out of ideas now.

It has got to be something about the project; maybe every few seconds a recursive loop is making a large series of checks and changes. When you press the key, the window says '(Not responding)' for 5 seconds then I am free to type in 3 or 4 words until the next pause. 5 seconds multiplied 5 times a minute every hour does add up, so I still have to do the programming in the default IDE and paste it into indigo.

I would love to use the IDE seriously but this problem keeps on creeping up from PC to PC, operating system to operating system.

Anyway, at least it's good with project management

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 8th Jul 2013 07:00
Chris Tate,

Please take a look at the latest beta's (v1.4.0 b9 and v1.3.4 b2). the overlap issue should be resolved (though I can't duplicate it).

Hopefully you will see an improvement in CPU usage and response. I did find some run away processing. Though for me (for whatever reason) doesn't show up nearly as badly as you describe.

Indigo site

All the best,

Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 8th Jul 2013 15:53
It's my project; even the DBP Compiler cannot handle it; it crashes due to having too many functions... Having to split up the project into seperate parts. Will download and test for the next week; thanks.

Juggernaut
12
Years of Service
User Offline
Joined: 12th Mar 2012
Location:
Posted: 11th Jul 2013 22:53
The editor in its current version hangs and crashes are following conditions -

1. Enable tool tip

2. Enable auto complete after 1 character

3. Try typing a dark physics command

4. Try typing a xtend plugin command
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 15th Jul 2013 05:31 Edited at: 15th Jul 2013 05:32
Juggernaut,

Thank you. While I don't have 'dark physics' or the 'xtend plugin', I think I may have resolved the issue you described.


Both v1.3.4 and v.1.4.0 have been updated and uploaded.

Indigo site

All the best,

Juggernaut
12
Years of Service
User Offline
Joined: 12th Mar 2012
Location:
Posted: 20th Jul 2013 09:08
Balid: Thank you for the fix. The issue is gone. Typing plugin commands now do not hang the IDE. Excellent work.

The INDIGO IDE now seems to come into places properly.

The only thing itching is the scattered help system of Dark Basic Pro
and its plugins.

Help docs for the plugins do not work.
Juggernaut
12
Years of Service
User Offline
Joined: 12th Mar 2012
Location:
Posted: 20th Jul 2013 09:32
Balid: A new bug -

If you have installed Indigo in the C:\Program Files (x86)\Indigo v1.4.0 Beta10 path and then if you try to compile project examples
then a runtime exception shows up hanging up the IDE.

It is an issue related to administrative privilege on Win7 X64.

Fix: Right click on the indigo exe file and check the -"Run as Administrator" check-box under compatibility tab.

The IDE should display a dialog with a message asking the user to
assign administrative privilege to Indigo IDE exe instead of showing
up run-time exception and hanging up the IDE.
Juggernaut
12
Years of Service
User Offline
Joined: 12th Mar 2012
Location:
Posted: 22nd Jul 2013 07:27
Balid: Another bug = Update help based on caret position does not work any more.
JamesWalker101
14
Years of Service
User Offline
Joined: 14th Apr 2010
Location: England
Posted: 29th Jul 2013 12:14
Also, with the office 2007 menu interface, can you make it like in MS Office you can use the scroll wheel to go through the tabs? And once the bugs are fixed, new icons?
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 4th Aug 2013 06:55
Juggernaut, if you're talking about .CHM help files, I discovered that these can be pulled apart with the help of 7zip. Simply open them up as a compressed archive.

I would also like to help out with a better DBPro help system. I tried a few years back by using Wikia (as per my signature), in the hope that others would fill in the gaps if I gave it a good crack, but unfortunately it didn't take and only a handful of other uses made minimum changes.

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Juggernaut
12
Years of Service
User Offline
Joined: 12th Mar 2012
Location:
Posted: 5th Aug 2013 14:07
Burning Feet Man: Thank you for the chm file tip.
Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 10th Aug 2013 23:44
Well, well. After a two week vigorous test, the latest versions has been the most stable so far. It also runs much faster than all previous 1.4 versions on my machines. It is almost possible to use it for my project.

I am still better off using 1.33, for some reason this version crashes least often (1.34 behaves similar to 1.4x).

One thing I notice about slow downs in the old 1.33 version is that when you scroll the page, during the pause, the function list gets repopulated, even if I simply click anywhere in the source file.

There are various crashes occuring; but the main one is caused by some string memory fault. It indicates that the system has run out of memory but the task manager indicates otherwise. I can't see why this crash is related to running out of memory; I can run Indigo with 3 instances, each containing projects in excess of at least 50k lines with no problem; however the chances of crash increases the more projects I open, and I must restart Indigo after 3 or 4 compiles otherwise I am guaranteed a crash related to being 'Out of memory' or it fails to locate the executable after the compiler 'finishes'. That last one is a killer because after a 10 minute wait for the compiler to finish, Indigo might crash and the .Exe is not assembled.

Here is the error message:


Another problem that is occuring is related to UI crashing. I attached an image of when it happened earlier, but I have not been able to successfully capture a better image of the experience. Sometimes when it crashes, lots of the UI elements are drawn with a single red cross in each component.

When I get paid this month I will definitely donate again.

Attachments

Login to view attachments
Westmere
14
Years of Service
User Offline
Joined: 12th Mar 2010
Location: Germany
Posted: 17th Sep 2013 22:01
Are you aware that the latest 1.4 beta will expire in less than 2 weeks? ^^

Anyway here are some minor issues:

1. Auto-Indent messes up under the following circumstances:

a. When you use the combination "Then If" in one line it pushes all lines after that further in. And yes "Then If" is useful and not the same as "And". Try to run these two lines in an otherwise empty source and see why "Then If" can be better:



The first line will crash with an illegal image number, the second will work. Of course this serves no purpose here other than demonstrating the reason for using "Then If" so it would be nice if it would be spaced correctly

b. Ending a line with a ":" also causes the indention to mess up. Of course you're no supposed to end a line like that but if you remove certain commands temporarily by adding a "rem" between the last ":" and the command in question in several places in a large project in can become annoying ^^

2. Under Win 8.1 (and presumably 8) some tool windows are partially covered by their own borders. (see attached screenshot)

3. Small suggestion: In search windows you can select between "Selection", "Project" or "Current document". Why not add something similar to the Go To Line window? I hard a pretty hard time figuring out how to go to a global line in 1.4 ^^

Otherwise. Great work, keep it up.


Attachments

Login to view attachments
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 1st Oct 2013 06:35 Edited at: 1st Oct 2013 06:38
Apologizes on scaring everyone with coming so close to the expiration date. I pushed the expiration out to the end of the year. As well as added an option to use the user default web browser with the help files. Though like most first additions, it needs a little tweaking. Also fixed an issue (possibly only one of many) with the AutoComplete hanging. And a few other minor defects.

While I've been out of touch with the community the past few months. I am still pursuing improving Indigo. Though just not at the same rate as before. As probably most of you. I tend to have a few (or several) projects going at the same time. Right now Indigo is #2 (or 2.5) on my list. The upside of that is. While I am not actively adding new features. I am using Indigo in my projects and fixing defects. When I'm in new feature mode I'm not always able to come up with test cases to full test the addition. But when I'm working on my other projects. I'm actually using Indigo and on more than one occasion wondered "what was I thinking when I put that in?"

Thank you Chris Tate and Westmere for your latest observations. I like into them as I can.

On a side note, before I got caught in my other project. I was looking into adding a plug-in system to Indigo. I am still thinking that it will be part of the next major release but have no idea on when that will be at the moment. I first want to make Indigo even more stable and put in a few minor improvements like the "then if" suggestion.

Indigo Site
All the best,

Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 22nd Oct 2013 04:28
Small request;

Matrix1 Utilities command "Function Ptr is Valid" seems to confuse Indigo, and causes folding to occur as if a function is being declared.

All the best Balid,
BFM

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Westmere
14
Years of Service
User Offline
Joined: 12th Mar 2010
Location: Germany
Posted: 23rd Oct 2013 01:26
Thanks for updating it when you did.

Here are some more small requests:
- When searching for something the editor jumps to the line the search result is in, but it should also scroll to the right if the search result is outside of the screen (good for long lines
- When entering the search with Ctrl+F the search box puts the word you are at in as default search string. This entire thing should be highlighted so that Ctrl+F and typing what you need to find in one go should work. I know that it is supposed to act that way but more often than not it doesn't

Keep up the good work


Chris Tate
DBPro Master
15
Years of Service
User Offline
Joined: 29th Aug 2008
Location: London, England
Posted: 24th Oct 2013 11:24
Quote: " When entering the search with Ctrl+F the search box puts the word you are at in as default search string. This entire thing should be highlighted so that Ctrl+F and typing what you need to find in one go should work. I know that it is supposed to act that way but more often than not it doesn't "


Yeah, I mentioned that a few months ago; might I also add that when it does work, sometimes it inserts an entire multi-line chunk of code into the field when you intend to search and replace a single word.

mr_d
DBPro Tool Maker
17
Years of Service
User Offline
Joined: 26th Mar 2007
Location: Somewhere In Australia
Posted: 18th Dec 2013 06:32
Quote: "I pushed the expiration out to the end of the year"
with only 2 weeks to the end of the year, and some holidays between now and then, can we please get a new version soon?

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 31st Dec 2013 04:26
It's not that I intend to always wait to the last minute. It just works out that way.

I've uploaded new versions of v1.3.4 and v1.4.0. Both should resolve the highlighting issue when using [ctrl-f] and an issue with the highlighting on the Function Tip. Also both version are now good through the end of 2014.

Indigo is not dead. It's just taken a back seat to a couple of projects that I've been doing for my kids.

All the best,

Lost in Thought
20
Years of Service
User Offline
Joined: 4th Feb 2004
Location: U.S.A. : Douglas, Georgia
Posted: 17th Jan 2014 13:02
Glad to see you're still working on this! I haven't had any time to do any game programming, been too busy at work, but this IDE is awesome

paul5147
18
Years of Service
User Offline
Joined: 11th Jan 2006
Location: Hot & Sunny
Posted: 17th Jan 2014 16:37
Hi Balid,hope you can help me with this,i donated a while ago to the project which i seem to remember got rid of the time limit,been out of programing for while and just built myself a new pc due to hardware crash,but dont remember what i had to do to get rid of time limit,was there a full version to install before the latest beta?
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 18th Jan 2014 03:32
Lost in Thought,

Thank you. A few more defects have been pointed out that I will need to squash to fully live up to "Awesome".


paul5147,

I will resend your activation key to the email that you donated under. Can you reminded me what that was? Might be best to just send me email direct.

All the best,
Craig

paul5147
18
Years of Service
User Offline
Joined: 11th Jan 2006
Location: Hot & Sunny
Posted: 19th Jan 2014 08:01
Thanks Craig,latest betas working well,any chance this might make it to AppGameKit one day? i'd even donate again if it had to be an all new version.
Thanks ,Paul
Gervais
20
Years of Service
User Offline
Joined: 11th Mar 2004
Location: Canada
Posted: 1st Apr 2014 02:18
I am getting this error each time I open indigo it do not prevent me for using it but I would like to fix this problem

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: The specified text is not valid XML. ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 1, position 80.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseEntityName()
at System.Xml.XmlTextReaderImpl.ParseEntityReference()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at Qios.DevSuite.Components.QXmlHelper.ValidateXmlFragment(String fragment, Boolean throwException)
--- End of inner exception stack trace ---
at Qios.DevSuite.Components.QXmlHelper.ValidateXmlFragment(String fragment, Boolean throwException)
at Qios.DevSuite.Components.QCompositeItem.set_ToolTipText(String value)
at frmMain.()
at frmMain.(Object , EventArgs )
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Qios.DevSuite.Components.Ribbon.QRibbonForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Indigo
Assembly Version: 1.4.0.15
Win32 Version: 1.4.0.15
CodeBase: file:///C:/Program%20Files%20(x86)/Indigo%20v1.4.0%20Beta/Indigo.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Qios.DevSuite.Components
Assembly Version: 4.0.0.20
Win32 Version: 4.0.0.20
CodeBase: file:///C:/Program%20Files%20(x86)/Indigo%20v1.4.0%20Beta/Qios.DevSuite.Components.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking
Assembly Version: 2.5.0.2000
Win32 Version: 2.5.0.2000
CodeBase: file:///C:/Program%20Files%20(x86)/Indigo%20v1.4.0%20Beta/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Gervais
20
Years of Service
User Offline
Joined: 11th Mar 2004
Location: Canada
Posted: 3rd Apr 2014 16:00
Found solution

1) Uninstall
2) Remove indigo registry entries
3) Reinstall
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 14th Apr 2014 01:55
Good morning,

Random enhancement request;

When trying to restore a missing file, and if the automated restore process fails, prompt the user to find the file manually;



Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Dutrius
12
Years of Service
User Offline
Joined: 19th Apr 2012
Location: Lost in all this code
Posted: 18th Apr 2014 14:33
Just downloaded, and it certainly looks good.

Interestingly, I can actually save my projects with this editor, which for some reason I could not do with the default one, so I can start coding again.

M31 or Bust!
aerostudios
14
Years of Service
User Offline
Joined: 20th May 2009
Location: Oklahoma City OK (USA)
Posted: 24th Apr 2014 01:20
I apologize if Indigo has these features, but here are 2 of mine that I love about VB6 and would like to see in Indigo.

I would like to turn off function folding, and be able to list "just" the function I want to work on. Having to wade through all of the code to get to the function I am interested in can get annoying, even if they are folded. Plus, I sometimes make typing mistakes with other code there that is simply in the way.

I would also like to see an immediate window, pausing program execution. Meaning, I could press CTRL+Break, and a text window pop up that would allow me to use "Print A" or "Print Array(12)", etc. to examine existing values of variables. But also the ability to force a change to a variable such as "A = 10" or "Array(12) = 'hello'", etc. and then press [F8] (or some other key) to continue program execution.
Zero G Scott
16
Years of Service
User Offline
Joined: 14th Dec 2007
Location: California, USA, Earth, Sol Sys
Posted: 22nd May 2014 23:12 Edited at: 22nd May 2014 23:15
I'm currently using version 1.3.4 on the most up to date Vista. These also occur with the latest 1.4.15ish

Couple observations I'm having, first, the background is black on the code cue markings along the right side. Is there a way to change this, it used to be white from what I recall. Its harder so see where purple line marks are when its black.

Second, the functions count don't calculate correctly, often times showing 0 when I have at least 30+ functions it should recognize.

Love this IDE otherwise, won't leave home without it! Thanks!

Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 3rd Aug 2014 22:41 Edited at: 3rd Aug 2014 22:42
paul5147,

That would depend on the AppGameKit community. If there are enough users interested then I would look into making an IDE for AppGameKit similar to Indigo.


Gervais,

Glad you were able to resolve the issue.


Burning Feet Man,

An Advanced Restore option has been added (for those with activated versions ).


Dutrius,

Glad to have you as a user of Indigo.


aerostudios,

Finished adding the option to be able to open be able to open Functions and Labels in their own window. Use cautiously as it is the initial beta release of that feature .
Quote: "I would also like to see an immediate window, pausing program execution."
- that request will need to be made TGC as a possible enhancement to their debug option.


Zero G Scott,

I have reverted the colors back to their original values. And have added an option be able to change the fore and back ground colors of the Line Overview (code cue).
Quote: "Second, the functions count don't calculate correctly, often times showing 0 when I have at least 30+ functions it should recognize."
- I need to look further into why the counts are off at times.


To all,

Apologies for being so absent. But work on Indigo does continue. As mentioned in the above replies there have been a new features added to v1.4.0 (and v1.3.4). The latest versions have been added to the Indigo website.

Thank you to everyone who have supported the development of Indigo.

Indigo Site

All the best,

roswell1329
14
Years of Service
User Offline
Joined: 12th Apr 2010
Location:
Posted: 6th Sep 2014 06:32
Did the download site for Indigo change recently? I just tried it, and I'm getting an "Unable to connect to server" error message.
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 10th Sep 2014 08:01
Hopefully all is well in the land of Balid!

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Balid
20
Years of Service
User Offline
Joined: 21st Nov 2003
Location: MI, USA
Posted: 13th Sep 2014 00:36
roswell1329,

Thank you for letting me know. Quite a surprise to me as well.


BFM,

All is as well as it can be .


All,

I am working setting up a new site. In the meantime, I've attached the latest version of 1.4.0.


All the best,
Craig

Attachments

Login to view attachments
roswell1329
14
Years of Service
User Offline
Joined: 12th Apr 2010
Location:
Posted: 13th Sep 2014 00:40
Thanks, Craig! Much appreciated! Glad to see you're doing well.
Manson_NS
19
Years of Service
User Offline
Joined: 4th May 2004
Location: Denmark
Posted: 15th Sep 2014 00:29
Is any further work being done to Indigo?
I somehow seem to have a lagging experience when working with it in general, and a very heavy hit when tabbing between sources. I guess this is mentioned a few times already, just wanting to pitch in on the choir.

If improvements to the general performance is coming, I wouldn't mind throwing in a donation - after all, the overall program is the best so far.
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 15th Sep 2014 14:47 Edited at: 15th Sep 2014 14:53
I've found a nasty bug with intellisense, which I don't recall experiencing before. I've created a screencast video which shows the problem below - Next post... my bad!

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia
Burning Feet Man
16
Years of Service
User Offline
Joined: 4th Jan 2008
Location: Sydney, Australia
Posted: 15th Sep 2014 14:50 Edited at: 15th Sep 2014 14:52
Strange, that the preview of the new TGC forums worked OK, but the final post did not.

Here's the direct link;

https://screencast.autodesk.com/Embed/133eb383-e056-4bd2-b957-e9d19f318fd1

Help build an online DarkBASIC Professional help archive.
DarkBasic Help Wikia

Login to post a reply

Server time is: 2024-04-25 15:58:41
Your offset time is: 2024-04-25 15:58:41