I 've started learning Objective C with ChatGPT as mentioned here:
I 've been looking for an IDE that supports Objective C in windows and found one althought there is no compiler included for this language. But it has some very nice features which although they are not absolutely necessary, I would love to see them in B4X IDEs. These are the following:
- URLEncoder
- URLDecoder
- Base64Encoder
- Base64Decoder
- Execute batch file
- Execute OS command
- Macro recorder
- Macro reproducer
The first six are easily implementable and no explanation is needed for them.
The sixth can also be used for adding at our own will Git support for the IDEs (usable also in macro reproducer) and much more.
The seventh records typing and clicked buttons in an order and the eightth reproduces them. It can be used for recording and inserting code snippets and/or executing massive actions. If implemented it would be nice to select where you save the Macros in order for you to be able to save them in the cloud so they are accessible from all your computers. Thus another path should be added in the Tools > Configure Paths in which you would select the folder of the Macros.
ChatGPT - the great programmer's code book ?
I am developing the new version of our flagship application in C# and MsSql. Existing version is on Xbase++ and DBF. Since I am new to both C# and Sql, I do lots of code snippet search in Google. It requires opening and going through many webpages to get the working code, as I require. Now...
www.b4x.com
I 've been looking for an IDE that supports Objective C in windows and found one althought there is no compiler included for this language. But it has some very nice features which although they are not absolutely necessary, I would love to see them in B4X IDEs. These are the following:
- URLEncoder
- URLDecoder
- Base64Encoder
- Base64Decoder
- Execute batch file
- Execute OS command
- Macro recorder
- Macro reproducer
The first six are easily implementable and no explanation is needed for them.
The sixth can also be used for adding at our own will Git support for the IDEs (usable also in macro reproducer) and much more.
The seventh records typing and clicked buttons in an order and the eightth reproduces them. It can be used for recording and inserting code snippets and/or executing massive actions. If implemented it would be nice to select where you save the Macros in order for you to be able to save them in the cloud so they are accessible from all your computers. Thus another path should be added in the Tools > Configure Paths in which you would select the folder of the Macros.