aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-07 10:24:38 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-07 10:24:38 +0200
commit53d69f9e919445d13fe1c98a0164d238b7ff4af6 (patch)
tree2568af14394232f9b699275aaad4367b8a357d5c
parent28fa96e2db8fcf91fa8bb5cb0095b08306985402 (diff)
downloadpx4-firmware-53d69f9e919445d13fe1c98a0164d238b7ff4af6.tar.gz
px4-firmware-53d69f9e919445d13fe1c98a0164d238b7ff4af6.tar.bz2
px4-firmware-53d69f9e919445d13fe1c98a0164d238b7ff4af6.zip
Added highlighting of current line to make editing and double-clicking warnings/errors faster
-rw-r--r--Firmware.sublime-project3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firmware.sublime-project b/Firmware.sublime-project
index 72bacee9f..7292307d5 100644
--- a/Firmware.sublime-project
+++ b/Firmware.sublime-project
@@ -32,7 +32,8 @@
"settings":
{
"tab_size": 8,
- "translate_tabs_to_spaces": false
+ "translate_tabs_to_spaces": false,
+ "highlight_line": true
},
"build_systems":
[