DelphiWorlds

Results 65 issues of DelphiWorlds

Not exactly a high priority, however - consider if Octoid is running, but in Delphi a framework is added to the relevant SDK. Octoid needs to reload the list of...

enhancement

Currently in order to import a 3rd party framework the procedure is: 1. Copy the `.framework` folder of the 3rd party framework to the `/System/Library/Frameworks` folder of an existing iOS...

enhancement

This may be relevant: https://developer.apple.com/documentation/swift/importing-swift-into-objective-c 2 scenarios: 1. Compiled Swift framework for which the source is not available, and no bridging headers 2. Swift framework where the source is available...

enhancement

Currently Octoid requires LLVM to be installed because it depends on the `libclang.dll` library. Embarcadero is able to build their own `libclang.dll` which means that LLVM would no longer be...

enhancement

Pasting into the package list (at the bottom) does not work

bug

Currently, Delete does nothing. Needs to: * Ask for confirmation * In the case of a folder, delete the subnodes as well as the folder * In the case of...

enhancement

JID should not produce a unit with no declarations, or a zero-byte `.missing.txt` file. It should: * Emit a message saying why it was unable to produce any output (e.g....

enhancement

For example: ``` GCEulerAngles GCGamepadSnapShotDataV100 GCExtendedGamepadSnapshotData GCExtendedGamepadSnapShotDataV100 GCMicroGamepadSnapshotData GCMicroGamepadSnapShotDataV100 GCAcceleration GCRotationRate ``` etc

Add reading of tag ids etc as per Brian Long's work: http://blong.com/Articles/Delphi10NFC/NFC.htm

enhancement

Original request came from Alisson Rodrigo Oliviera in the [Telegram group](https://t.me/delphidevelopers) Implement an intent chooser where more than one package is specified, or simply use setPackage on the intent

enhancement