mibuso.com

Microsoft Business Solutions online community
It is currently Thu Jun 20, 2013 6:39 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Wed Oct 11, 2006 5:58 am 
Offline

Joined: Tue Feb 22, 2000 8:01 am
Posts: 920
Location: Glasgow
Country: United Kingdom (uk)
Ok.

I'm rewriting object parser just now. It will be more "bulletproof" and will contain some kind of error reporting.

_________________
"Make everything as simple as possible, but not simpler."
- Albert Einstein

“A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.”
― Douglas Adams, Mostly Harmless


Top
 Profile  
 
 Post subject: Navision IDE 0.5.5
PostPosted: Mon Oct 16, 2006 9:34 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.5.5
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.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 16, 2006 10:31 am 
Offline

Joined: Mon Oct 16, 2006 10:05 am
Posts: 1
Location: Hamburg
Country: Germany (de)
Hi Black Tiger,

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 16, 2006 11:05 am 
Offline

Joined: Tue Feb 22, 2000 8:01 am
Posts: 920
Location: Glasgow
Country: United Kingdom (uk)
Eah, may be, later. :-k

May be I will abandon this project, may be not. Looks like nobody is interested in this kind of tools (as I see). It's not surprising me bcoz I 've seen a very small number of "real developers" in Navision, but alot of "advanced consultants" who have read "Developer's Guide" (at least) :)

General idea - more powerfull "official" NDTK replacement. :)
With some kind of version control management (not so powerfull as TeamServer).

That's all. That my "general idea".

_________________
"Make everything as simple as possible, but not simpler."
- Albert Einstein

“A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.”
― Douglas Adams, Mostly Harmless


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 16, 2006 12:10 pm 
Offline

Joined: Mon Sep 15, 2003 5:03 pm
Posts: 161
Location: Scotland
Country: United Kingdom (uk)
Hey BlackTiger,

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>


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 17, 2006 4:12 pm 
Offline

Joined: Wed Jul 07, 2004 10:20 am
Posts: 80
Location: Work
Country: Netherlands (nl)
This looks interesting as a addition to the current tools

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 17, 2006 4:56 pm 
Offline

Joined: Tue Feb 22, 2000 8:01 am
Posts: 920
Location: Glasgow
Country: United Kingdom (uk)
guidorobben

What version are you using?

1. Progress dialog is already added :)
2. File not locked after import anymore. Where was a bug in previous versions.
3,4. Eah, bloody MenuSuite! :) I hate them! I'm not parsing them too much yet, later.
6. I'm not extracting documentation content yet
7. Documentation colouring... Colouring itself isn't mine. I'm not planning to do this bcoz Navision text files are pure hell.

_________________
"Make everything as simple as possible, but not simpler."
- Albert Einstein

“A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.”
― Douglas Adams, Mostly Harmless


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 17, 2006 5:13 pm 
Offline

Joined: Wed Jul 07, 2004 10:20 am
Posts: 80
Location: Work
Country: Netherlands (nl)
Latest version. 0.5.5

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 :mrgreen:
6/7. ok


Top
 Profile  
 
 Post subject: Navision IDE 0.6.0
PostPosted: Thu Nov 02, 2006 9:58 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.6.0
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.


Top
 Profile  
 
 Post subject: Navision IDE 0.6.5
PostPosted: Wed Nov 15, 2006 11:14 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.6.5
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.


Top
 Profile  
 
 Post subject: Navision IDE 0.6.6
PostPosted: Thu Nov 16, 2006 5:34 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.6.6
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.


Top
 Profile  
 
 Post subject: Navision IDE 0.6.7
PostPosted: Mon Dec 04, 2006 12:18 pm 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.6.7
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.


Top
 Profile  
 
 Post subject: Navision IDE 0.6.8
PostPosted: Thu Dec 07, 2006 11:04 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.6.8
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.


Top
 Profile  
 
 Post subject: Navision IDE 0.6.8.1
PostPosted: Thu Dec 14, 2006 11:31 am 
Offline
Site Admin

Joined: Sun Nov 07, 1999 8:01 am
Posts: 1915
Location: Wilrijk, Belgium
Country: Belgium (be)
Navision IDE 0.6.8.1
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: SilverX and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: