Jump to content
484 posts in this topic

Recommended Posts

20210306

* Optimized the edit box inside the data table.
1. Correct cursor behavior when editing
2. Use the Enter key to confirm the edit, then there will be a green check mark on the right side
3. Undo and redo using the block method instead of a single character
* New: All Label and Checkbox support copying text via right-click menu (easy to help others solve problems on OC)
* Other optimization

Edited by ic005k

20210308

* New: All data tables support copying rows and pasting rows between multiple processes or single processes (multiple rows, undo and redo are supported, copied history data is stored using persistent storage policy, if pasting history data is not supported, the paste menu is grayed out)
* Other detailed improvements and optimizations

Edited by ic005k

20210319

* OC added: Base, BaseSkip
* New: Cut Line
* Changed: The display of function tips is activated by the right-click menu (function tips are under continuous improvement, including typography, display style, etc.)
 

20210322

* Include all table header fields in the scope of the search.
* The APP will automatically check for updates once when it starts, and the "Check for updates" icon on the toolbar will change if there is a new version, but there will be no annoying alert box.
* Windows version adds dependency libraries required by Windows 7.

* OSX 10.12 and below adds features to check for updates.

Edited by ic005k
  • Like 2

hi @ic005k long time no see.

first of all, thanks for the continuous update.

i want to report improvement fact.

 

1. Standardization of spacing space
Many plist editors and Apple plist tools use the same spacing.
But your tool still has different spacing.
In the past, I made a request for improvement.

2078570574_2021-03-216_34_59.thumb.png.9319b12fa9cf2e571dd6e8869842a487.png

 

2. Add your "Open source cross-platform OpenCore auxiliary tools" site.

we need to find search your app thread to report some improvement or something.

2002416686_2021-03-216_30_12.png.0d7d172abadb550424f6a1f4efc74d26.png

EDIT, I found Discussion area in ABOUT, i think it is better that moves to "Help" under

 

 

thanks in advance

Edited by Sherlocks
  • Like 1
1 hour ago, Sherlocks said:

1. Standardization of spacing space
Many plist editors and Apple plist tools use the same spacing.
But your tool still has different spacing.
In the past, I made a request for improvement.

Hi, nice to see you again.
First of all, there's no standard for this auto indent, that's just Apple's standard you're talking about. However, with enough time behind me, I would like to analyze and study the differences between Qt and Apple. You can also get involved, the Qt source code is here: https://download.qt.io/archive/qt/, you can definitely find the answer from the source code inside. But I don't have too much energy to do this at the moment.

1 hour ago, Sherlocks said:

2. Add your "Open source cross-platform OpenCore auxiliary tools" site.

we need to find search your app thread to report some improvement or something.

The next version will improve this feature, thank you very much for your suggestions and feel free to ask more questions or give feedback.

On 3/21/2021 at 7:59 PM, ic005k said:

Hi, nice to see you again.
First of all, there's no standard for this auto indent, that's just Apple's standard you're talking about. However, with enough time behind me, I would like to analyze and study the differences between Qt and Apple. You can also get involved, the Qt source code is here: https://download.qt.io/archive/qt/, you can definitely find the answer from the source code inside. But I don't have too much energy to do this at the moment.

The next version will improve this feature, thank you very much for your suggestions and feel free to ask more questions or give feedback.

 

Apple uses the tap method for spacing
Your app uses the spacing method of the spacebar.

One input of tap method is one wide space,
The spacebar has to be pressed several times to match the space of the tap.

This is the most fundamental difference.

 

thank you for update.!

 

 

On 3/23/2021 at 11:39 PM, Sherlocks said:

Apple uses the tap method for spacing
Your app uses the spacing method of the spacebar.

APP will be continuously improved and updated, please pay attention to the subsequent upgrade of APP, thanks again for your attention and feedback.

  • Like 1

20210327

* New: Automatic OC validation when opening files. If the opened file is not compatible with the current OC version, the OC validation icon on the toolbar will change, but there will be no disturbing alert box.
* Changed: Serialization of plist files using the Boost C++ library (this is not visible to the user, only the way the file is written has changed).
* Other fine tuning.
 

APP will be continuously improved and updated, please pay attention to the subsequent upgrade of APP, thanks again for your attention and feedback.
thank you for hard work:)

Sent from my SM-N960N using Tapatalk

Hello @Sherlocks,

 

Outputting tabbed plist can be problematic while editing with shell. Thats why clover & oc supplying patches for this bugs. Please stay away from tab characters ;>

 

https://www.insanelymac.com/forum/topic/312263-edk2-uefi-shell-issuesbugs/?do=findComment&comment=2260725

  • Like 3

20210329

* Optimize the flow logic of OC validation, when opening or saving a file, it will be validated and alerted by the change of toolbar icon.
* Re-adopt indentation with spaces when writing plist files, and no longer use TAB indentation afterwards, to adapt to shell and other editing environments. Space indentation is universally applicable and has the same spacing in any editor, such as vi or vscode, etc., which displays exactly the same effect.

  • Like 3

20210330

* OC New: KeySkipFirstDelay
* Synchronous update of documents and database

Note: Currently OCAT has a well-designed data structure that, on the development side, can almost automatically adapt to the addition or deletion of OC profiles to achieve fast synchronization with OC iterations. In the future it may act like a generic editor where users can add or remove options themselves, including table fields.

Edited by ic005k
  • Like 2
×
×
  • Create New...