js361014
js361014
Please replace `CMD="xvfb-run appium --log $APPIUM_LOG"` with `CMD="xvfb-run appium server --base-path /wd/hub --log $APPIUM_LOG"` in `entry_point.sh` and `APPIUM_VERSION=next` with `APPIUM_VERSION=2.0.0-beta.42` in `Dockerfile`
 I'll add an option to turn off search bar and use old search dialog. I guess it has all the options the find dialog has.
I feel most users will prefer to use search bar instead of search dialog except those who got really accustomed to the old one. Advantages of search bar over search...
@elextr It doesn't eat up much vertical space. I would rather remove simplified search box from the toolbar bacause it won't be needed any more - instead you could use...
@b4n - Good point. - Search bar won't support only "find all in session" part. I guess it is a job for "Find in Files" (Shift+Ctrl+F) dialog, which could be...
@elextr but it would be easy to add an option to the dialog to search in session instead of in specific directory
@kugel- > Why? Besides "In Session" there are "Mark" and "In Document" options in "Find All" part. I implemented auto marking all occurrences in document. "In Document" lists occurrences in...
What should happen after search bar position pref changed? a)forced geany restart b)postpone apply to next geany start c)modify tabs as if geany restarted
I finished
@codebrainz I don't know what's your "philosophy" of plugins. The goal of providing the search bar is to improve UX , so I think it should be available out of...