
Finalmente ha sido el dÃa de hoy cuando ha salido la versión final 1.8 de Basic4Android. Esta nueva versión trae suculentas novedades, sobre todo en lo referente al IDE del mismo. El listado total de novedades es el siguiente:
Important!
Code editor
- Automatic case correction of variables and subs (based on their declaration)
- Highlighting of undeclared variables
- Highlighting of global variables
- “Find all references” tool – F7
- “Find sub” tool – Ctrl + E
The above two tool make it much easier to develop and maintain large projects
- Backward / forward navigation buttons
- Improved Find/Replace
- Improved support for multiple monitors
- Support for custom color schemes:Â IDE Color Schemes
- Drag and drop text



Comparte esto:
Artículos relacionados:
Important!
Code obfuscation
Variables renaming and strings obfuscation make your code much more difficult to be reverse-engineered.
See this tutorial for more information:Â Code Obfuscation
Comparte esto:
Artículos relacionados:
Important!
Manifest editor
Allows you to add or modify elements in the manifest file without needing to further maintain the file.
See this tutorial for more information:Â Manifest Editor
Comparte esto:
Artículos relacionados:
Important!
Other features
- File – Export as zip maintains the read-only attribute
- Libraries can now reference other jar files with the @DependsOn annotation (“dummy” xml files are no longer needed)
- DateTime.GetTimezoneOffset returns a Double instead of Int
- #Regions are collapsed when a file is opened
- New compilation mode combo box – Debug, Release or Release (obfuscated)
- Outlining – ToggleAll (Ctrl + Shift + O)
- Notification.SetInfo2 – allows you to distinguish between multiple notifications
- Bug fixes and other small improvements
Comparte esto:
Artículos relacionados:
Comparte esto:
Artículos relacionados: