A few more wishes/bugs/suggestions after a fun week of working with B4A:
- The auto-suggest dropdowns while typing are great, but currently they only show 10 items at once, and scrolling is tedious. Auto-sizing the dropdown for larger screens would be ideal, but even increasing the fixed height to 20 items would be good.
- After choosing a method from the auto-suggest dropdown, it would be handy if it auto-added the opening bracket. That would also keep the tooltip help in view as I continue coding.
- On a successful compile, could we add an option to auto-close the compile-results dialog? I keep having to close it manually - not a big deal, but would streamline things. Or even better, get rid of the dialog and just show the compile results in a bottom panel of the code editor.
- Would be handy if the compile dialog was tall enough to show a typical compile result without scrolling.
- Also on a successful compile, auto-bringing the emulator to front would be handy too.
- Would be handy to be able to comment/uncomment blocks of code using the context (right-click) menu.
- Would be very handy to have commands to indent/outdent blocks of code.
- Find - In most editors (and MS apps), F3 is Find Next, not Find. Would be handy (and more standard) to split up Ctrl-F and F3.
- When the Find dialog doesn't find any results, there is no feedback to show that the search happened. Perhaps just a beep and some message text in the dialog?
BTW, I've found the ability to select a word in the code and see all other instances of it highlighted is surprisingly useful. Thanks again!
- The auto-suggest dropdowns while typing are great, but currently they only show 10 items at once, and scrolling is tedious. Auto-sizing the dropdown for larger screens would be ideal, but even increasing the fixed height to 20 items would be good.
- After choosing a method from the auto-suggest dropdown, it would be handy if it auto-added the opening bracket. That would also keep the tooltip help in view as I continue coding.
- On a successful compile, could we add an option to auto-close the compile-results dialog? I keep having to close it manually - not a big deal, but would streamline things. Or even better, get rid of the dialog and just show the compile results in a bottom panel of the code editor.
- Would be handy if the compile dialog was tall enough to show a typical compile result without scrolling.
- Also on a successful compile, auto-bringing the emulator to front would be handy too.
- Would be handy to be able to comment/uncomment blocks of code using the context (right-click) menu.
- Would be very handy to have commands to indent/outdent blocks of code.
- Find - In most editors (and MS apps), F3 is Find Next, not Find. Would be handy (and more standard) to split up Ctrl-F and F3.
- When the Find dialog doesn't find any results, there is no feedback to show that the search happened. Perhaps just a beep and some message text in the dialog?
BTW, I've found the ability to select a word in the code and see all other instances of it highlighted is surprisingly useful. Thanks again!