Title: [154898] trunk/Source/WebInspectorUI/ChangeLog
Revision
154898
Author
[email protected]
Date
2013-08-30 10:58:36 -0700 (Fri, 30 Aug 2013)

Log Message

Make incrementing and decrementing numbers by 0.1 require the control key, and not near zero numbers.

https://bugs.webkit.org/show_bug.cgi?id=120492
<rdar://problem/13738935> Incrementing and decrementing numbers near zero is annoying compared to earlier releases

Reviewed by Joseph Pecoraro.

* UserInterface/CodeMirrorAdditions.js:
(alterNumber): Remove near zero check.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (154897 => 154898)


--- trunk/Source/WebInspectorUI/ChangeLog	2013-08-30 17:58:27 UTC (rev 154897)
+++ trunk/Source/WebInspectorUI/ChangeLog	2013-08-30 17:58:36 UTC (rev 154898)
@@ -1,5 +1,17 @@
 2013-08-29  Timothy Hatcher  <[email protected]>
 
+        Make incrementing and decrementing numbers by 0.1 require the control key, and not near zero numbers.
+
+        https://bugs.webkit.org/show_bug.cgi?id=120492
+        <rdar://problem/13738935> Incrementing and decrementing numbers near zero is annoying compared to earlier releases
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/CodeMirrorAdditions.js:
+        (alterNumber): Remove near zero check.
+
+2013-08-29  Timothy Hatcher  <[email protected]>
+
         Only modify numbers if they are identified by CodeMirror as a number.
 
         https://bugs.webkit.org/show_bug.cgi?id=120484
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to