Skip to content

Commit ce70246

Browse files
committed
some notes on future
1 parent 6901707 commit ce70246

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Tab bar fixes for chromium.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- Fixes for chromium tabs
2+
- Remove animation when dragging tab out of window tab bar
3+
- Distance to drag *down* when detacting tab is slightly too far
4+
- Close buttons should be on the left
5+
- Typeface that tab titles are rendered in is ugly
6+
- Restyle tab appearance
7+
- When dragging a tab outside a tab bar, the window titlebar is shown at around 50% opacity. This is ugly and unnecessary because the user already has enough visual cues if they drag into a tab bar (the tab bar's window will become key and the tabs will move around)
8+
- There should be some limit to the number of tabs that can be created (to avoid http://fileability.net/snaps/chromium_too_many_tabs.png). If there's no space, a new window should be created instead
9+
- Tabs currently don't resize if the mouse is over the entire area of the window title/toolbar, excluding the rightmost tab. This should be changed to the area starting from the right edge of the leftmost tab extending all the way to the right edge of the window (assuming a left hand close button).
10+
- The add tab button should probably have a fixed position on the right hand side of the window (where the toolbar tic-tac normally is).
11+
Downside: You have to move the mouse to move the tab you've just created
12+
Upside: Better consistency. The thing doesn't move around so much.

rc2 release notes.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,17 @@ Methods are now visibly marked as deprecated in documentation
2323
<li>Fixed a bug where Ingredients could crash if a new window was opened while indexing</li>
2424
<li>Now shows availability for classes</li>
2525
<li>Methods are now visibly marked as deprecated in documentation</li>
26-
</ul>
26+
</ul>
27+
28+
29+
* Fixed a bug where full method prototype would fail to show up
30+
* Added support for x-ingredients://search/searchquery URLs
31+
* Now opens a new window when clicking the dock icon, if the main window has been closed
32+
* Now shows the whole superclass chain of a class
33+
* Added the [cmd][alt]4 shortcut to focus on the search field
34+
* Fixed a bug where Ingredients would crash on certain UIKit classes
35+
* Now shows class names associated with methods and properties in search results
36+
* Now shows 5x more search results
37+
* Fixed a bug where Ingredients could crash if a new window was opened while indexing
38+
* Now shows availability for classes
39+
* Methods are now visibly marked as deprecated in documentation

0 commit comments

Comments
 (0)