NavisionIDE_CTP
Here is CTP version of my "Navision IDE". Just "milestone".
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Play!
This version is more or less usable. I think there is a lot of possible problems, but it's CTP (Community Technology Preview) only.
There is not 2way communications between "Compare" tab and source object. 1way only.
You can DblClick on comparision results.
Contact me.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Comments
Here is CTP version of my "Navision IDE". Just "milestone".
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Play!
This version is more or less usable. I think there is a lot of possible problems, but it's CTP (Community Technology Preview) only.
There is not 2way communications between "Compare" tab and source object. 1way only.
You can DblClick on comparision results.
Contact me.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
It would be a lot easier. Especially for Eclipse. Eclipse is very plugin-friendly. It was specifically designed to be a common for IDE-oriented plugins rather than being an IDE by itself. (Although most people don't know it, as they associate Eclipse with it's most frequently use IDE plugin: a Java IDE)
It offers very useful hooks for all common tasks like comparision, CVS/SVN checkin/chechkout, Projects, tasks, todos, intellisense, whatever.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
I did not understand how to start the application.
Anyone has an idea?
Best Regards
Ufuk
Pargesoft
But there is not any file or folder as NavisionIDE in the related path.
The error is ms encountered a problem and needs to close etc...
Pargesoft
No. There is not any folder like that. How does this folder created? Clicking the exe creates it?
Thanks
Ufuk
Pargesoft
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Framework has been installed correctly but I have a Turkish service pack on it. Could it be the reason? :-k
Pargesoft
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at NavisionIDE.Tools.NavisionControl.ParseFromText(String sourceText)
at NavisionIDE.Tools.NavisionObject.ReadNavisionForm(NavisionSolution solution, TextReader reader, NavisionObject navisionObject, String firstLine)
at NavisionIDE.Tools.NavisionSolution.LoadObjectsFromFile(String fileName, Boolean append)
at NavisionIDE.MainForm.loadObjectsToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
NavisionIDE
Assembly Version: 0.5.0.0
Win32 Version: 0.5.0.0
CodeBase: file:///C:/Program%20Files/Navision%20IDE/NavisionIDE.exe
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
DifferenceEngine
Assembly Version: 1.0.2467.34064
Win32 Version: 1.0.2467.34064
CodeBase: file:///C:/Program%20Files/Navision%20IDE/DifferenceEngine.DLL
Fireball.CodeEditor
Assembly Version: 1.0.0.1
Win32 Version: 1.0.0.1
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Fireball.CodeEditor.DLL
Fireball.Windows.Forms
Assembly Version: 1.9.0.0
Win32 Version: 1.9.0.0
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Fireball.Windows.Forms.DLL
Fireball.SyntaxDocument
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Fireball.SyntaxDocument.DLL
TabStrip
Assembly Version: 1.0.2467.34065
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Navision%20IDE/TabStrip.DLL
Ascend.Windows.Forms
Assembly Version: 1.0.0.5
Win32 Version: 1.0.0.5
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Ascend.Windows.Forms.DLL
Ascend
Assembly Version: 1.0.0.5
Win32 Version: 1.0.0.5
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Ascend.DLL
Ascend.Resources
Assembly Version: 1.0.0.5
Win32 Version: 1.0.0.5
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Ascend.Resources.DLL
Fireball.Win32
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Fireball.Win32.DLL
Fireball.Core
Assembly Version: 1.1.0.1
Win32 Version: 1.1.0.1
CodeBase: file:///C:/Program%20Files/Navision%20IDE/Fireball.Core.DLL
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
t_-iungb
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
hkchac0v
Assembly Version: 0.5.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.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.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
to promote your project and convince more developers to spend some time to investigate it you should consider putting some key benefits on the main sites description. This would be better than keep on telling "this is not reinvention of the (Devtool)-Wheel"...Another way could be a small powerpoint that you integrate in your download - Just give us an idea of your intentions... :-k
Kind regards
Oliver
First of all I'd like to say that this is definitely shaping up very nicely. A lot of nice features that I'd definitely use!!
The form preview is looking to be a very nice feature.
A few suggestions there would be to be able to make changes to the preview and have that update the underlying text. The same should be extended to reports.
I really like the code editor, syntax highlighting AND line numbering!
A few more useful features would be:
:arrow: Show unused Functions.
:arrow: Show unused variables.
:arrow: Show unused keys.
Also if you could make a similar (or better 8) ) automated merge tool than the NDTK then I would delete it straight away and only use this!!
=D>
Just a few observations:
1. When I'm loading a textfile that is 17mb in size, it takes a while for NIDE to process. Is it possible to add a progressbar or something so I know how far it is?
2. After loading the textfile, the textfile is still locked
3. When Importing a menu suite, The parser gets lost and messes up the color
{ MenuItem ;[{7C3E9458-0B09-4386-BB32-642569232655}] ;Name=&CAO's;
CaptionML=[ENU=CLA's;
NLD=CAO's];
MemberOfMenu=[{DA4FB1E8-2304-4E3F-9DEA-4A131325F584}];
RunObjectType=Form;
RunObjectID=11020769;
ParentNodeID=[{CEBD7CF6-4882-41D9-8BCB-28133D595FEE}];
Visible=Yes;
NextNodeID=[{153BAFE9-4377-469E-AEAF-13D80D3DE24A}] }
4. Some of the nodes on the menusuite are absolete.
Dataitems
Globals
Locals
5. A menuitem of the menusuite has a GUID as identifier. Some GUID have green numbers and some don't. Is it possible to make the Whole GUID a different color? Now you just make the numbers green.
6. doubleclicking on a documentation treenode doesn't work. It just shows the first line of the object.
7. All the text in the documentation trigger should be purple. Just like the text with // in front of it.
8. Fields that have no "" around them do not become blue
RecElecTaxDeclarationHeader."Created By" := USERID;
RecElecTaxDeclarationHeader.Status := RecElecTaxDeclarationHeader.Status::Create
9. All the objects you one get there own tab. Is it possible to add a prefix if it a table, codeunit, form, etc.?
10. I cannot change the number of the menusuite in the editor.
11. What I would like to see with the menusuite
we have 2 menusuites 50 and 80
in 50 we add a menuitem. In 80 we remove the menuitem. So no matter what I change in 50, the menuitem will never be shown.
I would like to see the structure of the menu when I open the Menusuite Treenode. On that Item I would like to see, by function or visual mark that the menuitem is overruled by a higer menusuite number.
Some of our objects have the same name.
Keep up the good work.
Guido
1. When does it popup? I tried to import a 17mb file but never saw a progressbar.
2. what was the previous version? In the version I mention above it's still there.
3/4. Too bad. There is no tool yet that does stuff with the menu
6/7. ok
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.6.0 (30.10.2006)
+ Bugfixing
+ Performance improvements
+ Drag-n-drop from objects tree to "Object Compare"
+ "Solutions Compare": only objects with changes included by default
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.6.5 (14.11.2006):
+ Bugfixing
+ Fixed source code lookup in "Compare" by double-click in changes list
+ Fixed "Export marked objects" from solution objects list
Tested in real live (merging SP3 changes in customer's database).
Some warning - possible issue with procedures/controls IDs (different name, but same ID after "@). Just be careful. Working on solution.
Version 0.6.0 (30.10.2006):
+ Bugfixing
+ Performance improvements
+ Drag-n-drop from objects tree to "Object Compare"
+ "Solutions Compare": only objects with changes included by default
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.6.6 (16.11.2006):
+ Service release based on live experience
+ Performance improvements in objects comparison
+ Issue fixed in objects export from objects list
Version 0.6.5 (14.11.2006):
+ Bugfixing
+ Fixed source code lookup in "Compare" by double-click in changes list
+ Fixed "Export marked objects" from solution objects list
Tested in real live (merging SP3 changes in customer's database).
Some warning - possible issue with procedures/controls IDs (different name, but same ID after "@). Just be careful. Working on solution.
Version 0.6.0 (30.10.2006):
+ Bugfixing
+ Performance improvements
+ Drag-n-drop from objects tree to "Object Compare"
+ "Solutions Compare": only objects with changes included by default
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.6.7 (1.12.2006):
+ Some bugs are fixed
+ Added PayPal donation button to About box (who knows...)
Version 0.6.6 (16.11.2006):
+ Service release based on live experience
+ Performance improvements in objects comparison
+ Issue fixed in objects export from objects list
Version 0.6.5 (14.11.2006):
+ Bugfixing
+ Fixed source code lookup in "Compare" by double-click in changes list
+ Fixed "Export marked objects" from solution objects list
Tested in real live (merging SP3 changes in customer's database).
Some warning - possible issue with procedures/controls IDs (different name, but same ID after "@). Just be careful. Working on solution.
Version 0.6.0 (30.10.2006):
+ Bugfixing
+ Performance improvements
+ Drag-n-drop from objects tree to "Object Compare"
+ "Solutions Compare": only objects with changes included by default
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.6.8 (5.12.2006):
- BIG bugfixing (sorry for previous 0.6.7 release, it was some kind of small disaster)
- Objects tree details updated
- Context menu now works everywhere
Version 0.6.7 (1.12.2006):
+ Some bugs are fixed
+ Added PayPal donation button to About box (who knows...)
Version 0.6.6 (16.11.2006):
+ Service release based on live experience
+ Performance improvements in objects comparison
+ Issue fixed in objects export from objects list
Version 0.6.5 (14.11.2006):
+ Bugfixing
+ Fixed source code lookup in "Compare" by double-click in changes list
+ Fixed "Export marked objects" from solution objects list
Tested in real live (merging SP3 changes in customer's database).
Some warning - possible issue with procedures/controls IDs (different name, but same ID after "@). Just be careful. Working on solution.
Version 0.6.0 (30.10.2006):
+ Bugfixing
+ Performance improvements
+ Drag-n-drop from objects tree to "Object Compare"
+ "Solutions Compare": only objects with changes included by default
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.
Requirements:
- Microsoft .NET Framework 2.0
DB-based solutions are not supported yet, "FileSystem" only.
1. Export some navision objects "as text"
2. Start new solution
3. Load objects into solution (solution context menu)
Version 0.6.8.1 (12.12.2006):
+ Quick fix in objects import
Version 0.6.8 (5.12.2006):
- BIG bugfixing (sorry for previous 0.6.7 release, it was some kind of small disaster)
- Objects tree details updated
- Context menu now works everywhere
Version 0.6.7 (1.12.2006):
+ Some bugs are fixed
+ Added PayPal donation button to About box (who knows...)
Version 0.6.6 (16.11.2006):
+ Service release based on live experience
+ Performance improvements in objects comparison
+ Issue fixed in objects export from objects list
Version 0.6.5 (14.11.2006):
+ Bugfixing
+ Fixed source code lookup in "Compare" by double-click in changes list
+ Fixed "Export marked objects" from solution objects list
Tested in real live (merging SP3 changes in customer's database).
Some warning - possible issue with procedures/controls IDs (different name, but same ID after "@). Just be careful. Working on solution.
Version 0.6.0 (30.10.2006):
+ Bugfixing
+ Performance improvements
+ Drag-n-drop from objects tree to "Object Compare"
+ "Solutions Compare": only objects with changes included by default
Version 0.5.5 (13.10.2006)
+ Object parser rewritten
+ Import preview dialog
+ Form object preview (not all controls supported yet)
Version 0.5.0 (03.10.2006):
+ Some parsing bugs are fixed
+ Broken features are fixed
+ UI changes
+ 'Form' parser up to controls level (planned feature - preview)
Please send me your feedback!
Version 0.4.0 (08.09.2006):
+ bug-fixing
+ "Dependencies" (object's context menu)
+ "Where is used" (object's context menu)
+ change: last solutions are not loaded on startup (quite long startup on big solution
Version 0.3.0:
+ bug-fixing
+ UI changes
+ objects manipulations in/between solutions (via solution objects list, context menu)
+ compare two solutions, instead of objects
Version 0.2.2:
Setup project, bug-fixing, "compare" improvements.
Version 0.2.1:
This is completely working (well tested!) package including installation package.
http://www.mibuso.com/dlinfo.asp?FileID=747
Discuss this download here.