ide

  1. Jack Cole

    Wish IDE - Open Modules Send to First or Last

    This is a small time saving suggestion. When dealing with many open modules (tabs), it is difficult to rearrange them at times because they become undocked if you move the mouse too much up or down. Unless you hit escape while they are undocked, they'll be put in to the end of the open window...
  2. Jack Cole

    Wish IDE Modules and Files Tabs

    The IDE Modules and Files tabs have shown a lot of innovation in recent updates. I would like to suggest a couple of things that might make them even better. 1) It would be nice if the IDE would save the states of these tabs. In other words, if you have only one of the groups expanded and...
  3. nwhitfield

    Wish Include directive or new module type for x-platform code

    It's becoming very easy now to create apps that work on both iPhone and Android, with XUI and other b4x libraries. However, when it comes to handling the events, I now find that there are some things - displaying an XUI dialog box, for example, and getting the info back from the choices it...
  4. Mashiane

    Pity the IDE is in Windows Only....

    Ola So this was a response to a tweet I made that B4X always comes top!!! Well I was forced to upgrade my laptop to win 10 after being comfortable in win7 fpr a very long time and the only reason im using a windows laptop is due to b4x. It is a logical thing for win though due to costs...
  5. advansis

    Wish IDE wishes

    Hi Erel, some suggestions for the b4x IDE, forgive me if they are already present and I did not see them: 1) A keyboard shortcut for inserting/deleting debugger-breakpoints 2) The ability to enable/disable each breakpoint without removing it 3) Conditional breakpoints 4) Compilation (release...
  6. Patent

    Bug? B4J 6.8 IDE - Cursor

    Its not related to V6.8. It was the same in older Versions: The IDE does not remember the actual cursor position. For exampe: cursor is in row 254 in main sub. starting the app (in debug mode). closing the app. the ide jumps to row1. (not allways, but 95%. Cant say when not....) greets
  7. rtek1000

    Android Question App 'Service Browser' finds the IP of ESP8266, how to do this with b4a?

    The Arduino IDE can find the IP address of the ESP8266 (mDNS:arduino) when it is programmed with OTA, but we also have ESP-LINK software, which allows the ESP8266 to work in transparent (TCP / IP-Serial) mode allowing reprogramming of microcontrollers like Atmega328 (Arduino UNO / Nano / Pro...
  8. Hajnal Máté

    Android Question Default IDE theme

    How Can I change the default IDE theme? I know that I can change the theme in Tools->IDE options->Themes but if I close the IDE it will recover from the original one. For example I want to have the IDE Theme MetroDark, Core Editor Theme Dark, but the default is Light, so despite I change it in...
  9. Sandman

    Android Question [SOLVED] [B4X] How to use the BorderColor property in IDE theme?

    This is a follow-up to this Wish: Add theme setting for "Current Line Outline" https://www.b4x.com/android/forum/threads/add-theme-setting-for-current-line-outline.94825/ I'm unable to get it working. Has anyone figured it out? I tried looking at the available themes also, but none seemed to...
  10. MarkusR

    Wish IDE connected to multiple devices

    it seems the ide can connect only to one bridge app. i like to start my app from within ide and it run at all devices.
  11. MarkusR

    Wish ide extention via executable .jar files in tools menu

    can u list files in a ide sub folder Tools the filename as menu name and at click execute this .exe,.jar,.bat? Menu/Tools/Extentions/...
  12. MarkusR

    B4J Question is it possible to make a ide extension that can be reached by menu?

    is it possible to make a ide extension that can be reached by menu? an executable .jar (or maybe .exe) that appear in a ide menu.
  13. MarkusR

    Wish IDE Font Style selection?

    Hello, i found a nice font but can not select a style from it in the ide. it have SourceCodePro-Black SourceCodePro-Bold SourceCodePro-ExtraLight SourceCodePro-Light SourceCodePro-Medium <- SourceCodePro-Regular SourceCodePro-Semibold <- https://blog.typekit.com/2012/09/24/source-code-pro/...
  14. MarkusR

    Wish Support of File Link

    hello, it would be nice if we can use a link to a designer layout file example 1.bjl as 1.bjl.lnk or possibility of a reference to a layout file same as we have for classes / modules (copy / absolute path / relative path after drag & drop)
  15. Sandman

    Wish Make number of lines in Log configurable (or save to disk also)

    I recently needed to catch quite a lot of logs to find an issue, and found that the IDE limits the log to 5000 lines, with no option to increase. Therefore I propose that the Log size can be configurable, to a really high number. I do understand that there might be limits to what the Log area...
  16. Sandman

    Android Question How do I increase log size in the IDE?

    I need to increase size of the log in the IDE. Is this related somehow to the Developer options -> Logger buffer sizes in the phone? So if I increase it in the phone, it will show more in the IDE? Or what would be the way to do this?
  17. JohnC

    Wish Please add a "Bookmarks" tab

    I often need to jump between a few places in my code that are NOT in the same module. The current way bookmarks are implemented in B4A's IDE makes it impossible for me to do this quickly. Some users suggested creating remarked keywords such as 'FixUI and place these in the spots of my code that...
  18. J

    Android Question Where can we find the Net - v1.77 Library?

    Good morning Unfortunately, in the B4x documentation https://www.b4x.com/android/documentation.html looks like the Net - v1.77 Library is part of the default libraries. But because the B4A IDE Library Manager does not know anything about the Net - v1.77 Library, I guess we have to google for...
  19. Sandman

    Bug? IDE a little shakier in 8.30 when using RDP

    I'm using B4A using RDP from my Linux box, and I'm getting weird error messages from this now and then (at least I don't think non-RDP users are seeing them). Earlier they've been simple to ignore, they haven't really affected much. Just a strange message to close, and continue working...
  20. Sandman

    Wish Add IDE support for variable documentation

    If we have a sub like this... ' This is a very important sub Public Sub showingOff Msgbox("Never use Msgbox", "Important message") End Sub ...we get very nice docs when hovering that sub name in other code: However, if we do the same with a variable: ' This timer is very important...
Top