Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Issue 2006563002: Moved Sublime documentation to markdown and added SublimeClang setup (Closed)

Created:
4 years, 7 months ago by sashab
Modified:
4 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moved Sublime documentation to markdown and added SublimeClang setup Moved the Sublime Text setup documentation from the wiki (at https://www.chromium.org/developers/sublime-text) to the new markdown format, storing the docs in /docs and the scripts (which were previously included as attachments on the wiki page) in /tools/sublime. Copied across all existing documentation and updated instructions where necessary. Also added instructions for a new Linux-only SublimeClang setup that enables function and type autocompletion and error detection on save. Setup tested manually with alancutter@ and nainar@, and hopefully more testing will occur once these instructions are distributed, and lead to further improvements in the setup instructions through collaboration. Committed: https://crrev.com/4fe2e1d461db5a5a48b323c8b6a349ccbdd2fc05 Cr-Commit-Position: refs/heads/master@{#396342}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review feedback #

Total comments: 3

Patch Set 3 : Fixed some small bugs #

Patch Set 4 : More small fixes; added a theme to the list of recommended packages #

Total comments: 5

Patch Set 5 : Added spacing #

Patch Set 6 : Removed unecessary steps in compile work #

Unified diffs Side-by-side diffs Delta from patch set Stats (+955 lines, -0 lines) Patch
A docs/linux_sublime_dev.md View 1 2 3 1 chunk +584 lines, -0 lines 0 comments Download
A tools/sublime/compile_current_file.py View 1 2 3 4 5 1 chunk +228 lines, -0 lines 0 comments Download
A tools/sublime/ninja_options_script.py View 1 2 3 1 chunk +143 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
sashab
alancutter@ for quick look please; thakis@ for full review :)
4 years, 7 months ago (2016-05-23 05:33:39 UTC) #3
alancutter (OOO until 2018)
The description should link to the page it's deprecating: https://www.chromium.org/developers/sublime-text https://codereview.chromium.org/2006563002/diff/1/docs/scripts/ninja_options_script.py File docs/scripts/ninja_options_script.py (right): https://codereview.chromium.org/2006563002/diff/1/docs/scripts/ninja_options_script.py#newcode7 ...
4 years, 7 months ago (2016-05-23 07:31:03 UTC) #4
Nico
since the cl description says "moved", say where you moved this from (i guess the ...
4 years, 7 months ago (2016-05-23 13:57:54 UTC) #5
sashab
Done all comments :)
4 years, 7 months ago (2016-05-24 01:36:53 UTC) #7
alancutter (OOO until 2018)
https://codereview.chromium.org/2006563002/diff/20001/tools/sublime/ninja_options_script.py File tools/sublime/ninja_options_script.py (right): https://codereview.chromium.org/2006563002/diff/20001/tools/sublime/ninja_options_script.py#newcode117 tools/sublime/ninja_options_script.py:117: file_path = sys.argv[3] This still appears to be reading ...
4 years, 7 months ago (2016-05-24 01:38:37 UTC) #8
Nico
lgtm once alancutter is happy https://codereview.chromium.org/2006563002/diff/60001/tools/sublime/compile_current_file.py File tools/sublime/compile_current_file.py (right): https://codereview.chromium.org/2006563002/diff/60001/tools/sublime/compile_current_file.py#newcode38 tools/sublime/compile_current_file.py:38: (fwiw, python style guide ...
4 years, 7 months ago (2016-05-24 16:42:14 UTC) #9
sashab
Thanks Nico :) Alan PTAL https://codereview.chromium.org/2006563002/diff/20001/tools/sublime/ninja_options_script.py File tools/sublime/ninja_options_script.py (right): https://codereview.chromium.org/2006563002/diff/20001/tools/sublime/ninja_options_script.py#newcode117 tools/sublime/ninja_options_script.py:117: file_path = sys.argv[3] On ...
4 years, 7 months ago (2016-05-25 01:30:00 UTC) #10
Nico
https://codereview.chromium.org/2006563002/diff/60001/tools/sublime/compile_current_file.py File tools/sublime/compile_current_file.py (right): https://codereview.chromium.org/2006563002/diff/60001/tools/sublime/compile_current_file.py#newcode213 tools/sublime/compile_current_file.py:213: ninja_path = find_ninja_file(output_dir, file_relative_path) On 2016/05/25 01:30:00, sashab wrote: ...
4 years, 7 months ago (2016-05-25 01:39:22 UTC) #11
sashab
Sorry; I understand what you meant now thakis@! Fixed :)
4 years, 7 months ago (2016-05-25 04:08:02 UTC) #12
alancutter (OOO until 2018)
lgtm https://codereview.chromium.org/2006563002/diff/20001/tools/sublime/ninja_options_script.py File tools/sublime/ninja_options_script.py (right): https://codereview.chromium.org/2006563002/diff/20001/tools/sublime/ninja_options_script.py#newcode117 tools/sublime/ninja_options_script.py:117: file_path = sys.argv[3] On 2016/05/25 at 01:30:00, sashab ...
4 years, 7 months ago (2016-05-26 02:06:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2006563002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2006563002/100001
4 years, 7 months ago (2016-05-27 00:17:28 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-27 01:17:59 UTC) #17
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/4fe2e1d461db5a5a48b323c8b6a349ccbdd2fc05 Cr-Commit-Position: refs/heads/master@{#396342}
4 years, 7 months ago (2016-05-27 01:19:24 UTC) #19
chromium-reviews
4 years, 7 months ago (2016-05-27 01:45:07 UTC) #20
Message was sent while issue was closed.
Updated https://www.chromium.org/developers/sublime-text

On Fri, May 27, 2016 at 11:19 AM, commit-bot@chromium.org via
codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote:

> Patchset 6 (id:??) landed as
> https://crrev.com/4fe2e1d461db5a5a48b323c8b6a349ccbdd2fc05
> Cr-Commit-Position: refs/heads/master@{#396342}
>
> https://codereview.chromium.org/2006563002/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698