289
I Use This!
High Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted over 4 years ago by andrew_b
Status, Votes for changeset, Resolution, Branch state changed Merged to master: [5990b06c9a1d95600767dcd456ba7686049130fb].
Posted over 4 years ago by andrew_b
Votes for changeset, Branch state changed
Posted over 4 years ago by andrew_b
Branch state changed Branch: 4013_menubar_mouse_click changeset:6a5d4243ce7b5fe1a41ad12a5420f66e87413b72
Posted over 4 years ago by andrew_b
Owner, Status, Milestone changed
Posted over 4 years ago by egmont
The attached patch modifies the boundary by one. If we want to offset it by yet another one, it would probably be nicer to do that in the assignment of start_x, affecting the entire rendering of the menu.
Posted over 4 years ago by egmont
Off by one fix
Posted over 4 years ago by andrew_b
Description, Summary changed
Posted over 4 years ago by egmont
In the menu bar, click on the space character immediately before the "File" label. Actual: The "Left" menu opens. Expected: The "File" menu should open, since when clicking on "File", this space character on its left is also highlighted. Or ... [More] , taking into account the dropdown menu's location (including its border), maybe even the second space character to the left could open this menu. Same goes for all other top row entries of course, and also for mcedit. [Less]
Posted over 4 years ago by egmont
In the top row, click on the space character immediately before the "File" label. Actual: The "Left" menu opens. Expected: The "File" menu should open, since when clicking on "File", this space character on its left is also highlighted. Or ... [More] , taking into account the dropdown menu's location (including its border), maybe even the second space character to the left could open this menu. Same goes for all other top row entries of course, and also for mcedit. [Less]
Posted over 4 years ago by adamk
In mcedit, replace function does not work correctly if used with "In selection" enabled and selection was done with "Mark columns" option. What happens: text is replaced in whole lines that are selected What is expected: replace only in columns that are selected