[LDPartEditor] 0.8.42 Beta Released (Bug fix / open *.dat with LDPartEditor.exe) - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: [LDPartEditor] 0.8.42 Beta Released (Bug fix / open *.dat with LDPartEditor.exe) (/thread-22673.html) |
[LDPartEditor] 0.8.42 Beta Released (Bug fix / open *.dat with LDPartEditor.exe) - Nils Schmidt - 2018-01-23 Hi, this release is mainly a critical bug fix, but it includes one handy feature: You can now open *.dat files from the Windows file explorer.
As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 new feature and 3 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.43 deliver? An improved version of Lines2Pattern, bug fixes. The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 140.000 lines of code. Make sure that you choose the right architecture for your OS and Java Virtual Machine (JVM) (64bit or 32bit). A short guide how to check if a 64bit JVM is installed on your system is located at the bottom of this message.
When you install/extract LDPE on Windows you will find your LDPE configuration files under {drive}\Users\{user}\AppData\Roaming\LDPartEditor It is not recommended to use the "update.bat" script when you installed LDPE via the setup file. Manually install the new version instead. Please note that this software is in the beta stage. Although, this version was tested, there are already known issues for this release. There is a potential risk of data loss. You can search for updates if you do the following steps:
It is not recommended to use the "update.bat" script when you installed LDPE via the setup file. Manually install the new version instead. I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software. LDPE is a 3D CAD application: The overall system requirements are higher. While I recommend to use a powerful 64-bit multicore system, it could be possible, to run LDPE on older machines as well. System Requirements: Minimum System Requirements:
How to check your JVM version (32- or 64-bit): -------------------------------------------------------------------------------- You can try on the command line: Code: java -d64 version If it's not a 64-bit version, you'll get a message that looks like: This Java instance does not support a 64-bit JVM. Please install the desired version. RE: [LDPartEditor] - Launch from explorer - Philippe Hurbain - 2018-01-24 (2018-01-23, 20:36)Nils Schmidt Wrote: this release is mainly a critical bug fix, but it includes one handy feature: You can now open *.dat files from the Windows file explorer.Highly appreciated, missed that. But there is a small setback: even if LDPE is already opened, it launches a new instance (with increased startup time) instead of just adding a new tab in running LDPE. RE: [LDPartEditor] Problem when switching from rotate to move - Philippe Hurbain - 2018-01-24 Sometimes, when switching from move to rotate (or rotate to move) tool using keyboard shortcut, the next operation performed is done with previous tool instead. Eg. I rotate a subpart, hit the move shortcut key ("M" in my configuration), and when I mouse-drag an arrow to move the subpart, it gets rotated instead. This problem is not new, but "sometimes" happened several times in a row so I felt urged to report RE: [LDPartEditor] - Launch from explorer - Magnus Forsberg - 2018-01-24 (2018-01-24, 8:10)Philippe Hurbain Wrote: it launches a new instance (with increased startup time) instead of just adding a new tab in running LDPE. Strange. On my machine it works fine. It looks like a new instance is opened (it takes about 1 or 2 seconds, I get a brief glimpce of it) but then it "turns itself" into a new tab. I have dat-files associated with LDDP. How do I tell windows to also associate it with LDPE? Now, I have to right click on a file, choose "Open with/choose an other app", scroll the list, and select LDPE in the list. When I want to open a file with DATHeader, it is already there, in the right click meny. All I do is choose "Open with/DATHeader" in the menu. I can't see LDPE in the Task Manager. All I see there is "Java Platform SE binary". RE: [LDPartEditor] Problem when switching from rotate to move - Nils Schmidt - 2018-01-24 (2018-01-24, 14:39)Philippe Hurbain Wrote: Sometimes, when switching from move to rotate (or rotate to move) tool using keyboard shortcut, the next operation performed is done with previous tool instead. Eg. I rotate a subpart, hit the move shortcut key ("M" in my configuration), and when I mouse-drag an arrow to move the subpart, it gets rotated instead. Thank you for this bug report! I created an issue (#679). My assumption is, that the last transformation was not applied when you switched from move to rotate or vice versa. RE: [LDPartEditor] - Launch from explorer - Nils Schmidt - 2018-01-24 (2018-01-24, 16:38)Magnus Forsberg Wrote:(2018-01-24, 8:10)Philippe Hurbain Wrote: it launches a new instance (with increased startup time) instead of just adding a new tab in running LDPE. I will inlcude an option to associate *.dat files to LDPE in the next installer (Setup.exe) (#680). Then you don't have to struggle with your Windows configuration. Workaround: You can drag & drop *.dat files on a shortcut to LDPartEditor.exe and they will be opened. RE: [LDPartEditor] - Launch from explorer - Philippe Hurbain - 2018-01-24 (2018-01-24, 16:38)Magnus Forsberg Wrote:Ah, yes, it mostly works: if I open a part file with LDPE from explorer then another part with the same method, I get only one LDPE instance. But (and that's how I tried) if I launch LDPE exe, load a file through LDPE open function, then open a part file from windows explorer, I get a second instance.(2018-01-24, 8:10)Philippe Hurbain Wrote: it launches a new instance (with increased startup time) instead of just adding a new tab in running LDPE. Quote:I have dat-files associated with LDDP. How do I tell windows to also associate it with LDPE?I too have dat file associated with LDDP, but I only had to tell windows once about LDPE. Now if I double click on a dat file, LDDP opens as expected, and if I right click on dat file -> open with, LDPE is in the list... Otherwise you could probably also use the send-to mechanism (that's how I use LETGUI or Datheader) RE: [LDPartEditor] - Issues with launch from explorer - Nils Schmidt - 2018-01-25 (2018-01-24, 18:51)Philippe Hurbain Wrote:(2018-01-24, 16:38)Magnus Forsberg Wrote: Strange.Ah, yes, it mostly works: if I open a part file with LDPE from explorer then another part with the same method, I get only one LDPE instance. But (and that's how I tried) if I launch LDPE exe, load a file through LDPE open function, then open a part file from windows explorer, I get a second instance. I am aware that sometimes LDPE is launching a second instance to open a file. I will try to fix this with future releases. It was not trivial to implement this "Open with..." feature in Java. The current implementation took about 500 lines of code. I guess that I need about 750-1000 lines for a "stable" implementation. I have to use threads, queues, locks and a simple communication protocol just for opening a *.dat file in LDPE from the Windows explorer RE: [LDPartEditor] - Issues with launch from explorer - Philippe Hurbain - 2018-01-26 I reported the problem, but I can live with present state which is already a great improvement RE: [LDPartEditor] 0.8.42 Beta Released (Bug fix / open *.dat with LDPartEditor.exe) - Willy Tschager - 2018-01-28 Bug of the day: * Selecting a color for the font in Txt2dat does not work. Letters are always rendered in black. w. RE: [LDPartEditor] Font colour + Txt2dat - Nils Schmidt - 2018-01-29 (2018-01-28, 15:30)Willy Tschager Wrote: Bug of the day: Today, I fixed this issue (#681). It will be included in the upcoming release in February. [LDPartEditor] 0.8.43 TEXMAP SPHERICAL is now "correct" - Nils Schmidt - 2018-01-31 While I was reading the texture mapping thread, I decided to finally fix LDPE's problems with poles on TEXMAP SPHERICAL (#243). |