-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Fix layout for Find-Replace dialog (round 2) #2540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix layout for Find-Replace dialog (round 2) #2540
Conversation
Build successful. Please test this code using one of the following:
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-111-linux32.tgz
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-111-linux64.tgz
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-111-windows.zip
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-111-macosx.zip
wayoda
commented
Jan 8, 2015
Works for me on Linux (Gtk, Nimbus, Metal L&F) and Windows 7
On Linux standard-L&F (Gtk) the dialog window gets pretty wide: Switching to a vertical layout for the checkboxes BoxLayout.PAGE_AXIS
vs. BoxLayout.LINE_AXIS
Line 124 JPanel checkboxPanel = new JPanel(); Line 125 checkboxPanel.setLayout(new BoxLayout(checkboxPanel, BoxLayout.PAGE_AXIS));
looks more pleasent to me, but is probably a matter of personal taste:
wayoda
commented
Jan 8, 2015
"Search all Sketch Tabs" is not translated into german.
I don't really know how the i18n system in the Arduino project works, but if someone knows how to fix this the german translation for
"Search all Sketch Tabs"
would be "In allen Tabs suchen"
Build successful. Please test this code using one of the following:
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-113-linux32.tar.xz
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-113-linux64.tar.xz
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-113-windows.zip
http://arduino.cc/download.php?f=/javaide/pull_requests/arduino-PR-2540-BUILD-113-macosx.zip
@wayoda
thanks for the contribution!
For the translations we use Transifex:
https://www.transifex.com/projects/p/arduino-ide-15/
You can subscribe and edit the translations straight away.
This pull request fix the layout of Find/Replace dialog box, as explained in #2419 #2424
ide-1.5.x
Tested on linux. To be tested on Mac and Win.
/cc @wayoda