summaryrefslogtreecommitdiff
path: root/logcat/resources
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2022-01-14 07:45:40 -0800
committerAlon Albert <aalbert@google.com>2022-01-19 16:00:19 +0000
commit62bae1d00527a062582feb187ecee652183f8883 (patch)
treeaedb712a352d4a72ebd18551f054f519bc5a6e9f /logcat/resources
parent36086bc2b4aa95cc5792b61ea743a8292601ae7d (diff)
downloadidea-62bae1d00527a062582feb187ecee652183f8883.tar.gz
New HeaderFormatOptionsDialog
Based on mocks: https://www.figma.com/proto/6now1ljuRbAHhvfU6sOvPD/Logcat?node-id=552%3A167399&scaling=min-zoom&page-id=455%3A102764&starting-point-node-id=485%3A132868&show-proto-sidebar=1 With a few changes: 1. Top section (Compact/Standard view) not yet implemented 2. Main sections are all structured with subcomponents on separate lines and indented 3. 'Wrap text' not yet implemented (May not be feasible) 4. 'Restore defaults' link not yet implemented 5. 'Modify colors in preferences' link not yet implemented 6. 'Help' button not yet implemented 7. 'Apply' button not yet implemented Demo screenshot: https://screenshot.googleplex.com/7bfd7aLC28xTnFB.png Bug: 191880898 Test: Updated Change-Id: I362b1df6a36a40f802901c8f0d3a6c84f0978898
Diffstat (limited to 'logcat/resources')
-rw-r--r--logcat/resources/messages/LogcatBundle.properties30
1 files changed, 20 insertions, 10 deletions
diff --git a/logcat/resources/messages/LogcatBundle.properties b/logcat/resources/messages/LogcatBundle.properties
index 06c9abc9b69..16cf8067198 100644
--- a/logcat/resources/messages/LogcatBundle.properties
+++ b/logcat/resources/messages/LogcatBundle.properties
@@ -1,15 +1,25 @@
logcat.header.options.title=Header Format
logcat.header.options.description=Configure header formatting options
-logcat.header.options.show.timestamp=Show timestamp
-logcat.header.options.show.date=Show date
-logcat.header.options.show.tid=Show thread id
-logcat.header.options.show.pids=Show process ids
-logcat.header.options.hide.duplicate.tags=Hide duplicate tags
-logcat.header.options.show.tag=Show tag
-logcat.header.options.tag.width=Tag width:
-logcat.header.options.appname.width=Package name width:
-logcat.header.options.show.appname=Show package name
-logcat.header.options.hide.duplicate.appnames=Hide duplicate package names
+
+logcat.header.options.timestamp.title=Timestamp
+logcat.header.options.timestamp.show=Show timestamp
+logcat.header.options.timestamp.format=Format:
+logcat.header.options.timestamp.time=Time
+logcat.header.options.timestamp.datetime=Datetime
+
+logcat.header.options.process.ids.title=Process Ids
+logcat.header.options.process.ids.show.pid=Show process id
+logcat.header.options.process.ids.show.tid=Include thread id
+
+logcat.header.options.tags.title=Tags
+logcat.header.options.tags.show=Show tags
+logcat.header.options.tags.show.repeated=Show repeated tags
+logcat.header.options.tags.width=Tag column width:
+
+logcat.header.options.packages.title=Package Names
+logcat.header.options.packages.show=Show package names
+logcat.header.options.packages.show.repeated=Show repeated package names
+logcat.header.options.packages.width=Package column width:
logcat.scroll.to.end.text=Scroll to the end. Clicking on a particular line stops scrolling and keeps that line visible.