]> Git Repo - vscode-clang-format.git/log
vscode-clang-format.git
8 years agoImprove executable search on Windows
Rizadh Nizam [Thu, 2 Feb 2017 23:48:24 +0000 (18:48 -0500)]
Improve executable search on Windows

Search for the plain provided binary as well as appending a .cmd
suffix.

This fixes issue where providing a valid path to an executable would not
work as expected because the plug-in would append `.exe`

8 years agopublish v 1.0.0
Xaver Hellauer [Mon, 5 Dec 2016 16:40:44 +0000 (17:40 +0100)]
publish v 1.0.0

8 years agoMerge pull request #27 from iainmcgin/clang-location
Xaver Hellauer [Mon, 5 Dec 2016 16:27:28 +0000 (17:27 +0100)]
Merge pull request #27 from iainmcgin/clang-location

Evaluate placeholders in "clang-format.executable"

8 years agoEvaluate placeholders in "clang-format.executable"
Iain McGinniss [Sat, 3 Dec 2016 01:06:19 +0000 (17:06 -0800)]
Evaluate placeholders in "clang-format.executable"

This allows for specifying versions of clang-format which are
found within the workspace, or on other paths rooted under
environment variables. Fixes #19.

8 years agofix changelog
Xaver Hellauer [Sat, 5 Nov 2016 01:37:25 +0000 (02:37 +0100)]
fix changelog

8 years agoreformat changelog
Xaver Hellauer [Sat, 5 Nov 2016 01:28:47 +0000 (02:28 +0100)]
reformat changelog

8 years agoupdate dependencies
Xaver Hellauer [Sat, 5 Nov 2016 01:22:07 +0000 (02:22 +0100)]
update dependencies

8 years agoclean up README and old typings
Xaver Hellauer [Sat, 5 Nov 2016 01:07:00 +0000 (02:07 +0100)]
clean up README and old typings

8 years agoMerge pull request #25 from waderyan/patch-1
Xaver Hellauer [Wed, 26 Oct 2016 16:35:43 +0000 (18:35 +0200)]
Merge pull request #25 from waderyan/patch-1

Add Formatters to category list

8 years agoAdd Formatters to category list
Wade Anderson [Wed, 26 Oct 2016 16:31:53 +0000 (09:31 -0700)]
Add Formatters to category list

The Marketplace has introduce a new category called formatters for extensions that add formatting.

8 years agochange package.json according to VS Code 1.6.0 release notes
Xaver Hellauer [Tue, 11 Oct 2016 14:44:36 +0000 (16:44 +0200)]
change package.json according to VS Code 1.6.0 release notes

8 years agoupdate package.json
Xaver Hellauer [Tue, 11 Oct 2016 06:14:19 +0000 (08:14 +0200)]
update package.json

8 years agoupdate package.json
Xaver Hellauer [Tue, 11 Oct 2016 06:11:35 +0000 (08:11 +0200)]
update package.json

8 years agoremove formatOnSave, since Visual Studio Code itself provides this feature
Xaver Hellauer [Fri, 7 Oct 2016 10:08:58 +0000 (12:08 +0200)]
remove formatOnSave, since Visual Studio Code itself provides this feature

8 years agoerror message fixed
Xaver Hellauer [Sun, 25 Sep 2016 14:38:40 +0000 (16:38 +0200)]
error message fixed

8 years agoignore .vscode folder
Xaver [Tue, 30 Aug 2016 09:36:17 +0000 (11:36 +0200)]
ignore .vscode folder

8 years agov 0.10.3
Xaver Hellauer [Mon, 22 Aug 2016 10:16:45 +0000 (12:16 +0200)]
v 0.10.3

8 years agoMarketplace appearance
Xaver Hellauer [Mon, 22 Aug 2016 10:15:28 +0000 (12:15 +0200)]
Marketplace appearance

8 years agov 0.10.2
Xaver Hellauer [Mon, 22 Aug 2016 10:07:09 +0000 (12:07 +0200)]
v 0.10.2

8 years agoMerge pull request #21 from prideout/patch-1
Xaver Hellauer [Mon, 22 Aug 2016 10:03:38 +0000 (12:03 +0200)]
Merge pull request #21 from prideout/patch-1

Fix info message for when executable is not found.

8 years agoFix info message for when executable is not found.
Philip Rideout [Mon, 22 Aug 2016 00:29:46 +0000 (17:29 -0700)]
Fix info message for when executable is not found.

8 years agoFallback style for JavaScript and TypeScript = "google"
Xaver Hellauer [Wed, 20 Jul 2016 20:01:02 +0000 (22:01 +0200)]
Fallback style for JavaScript and TypeScript = "google"

8 years agoUpdate package.json
Xaver Hellauer [Fri, 8 Jul 2016 14:46:44 +0000 (16:46 +0200)]
Update package.json

8 years agoUpdate package.json
Xaver Hellauer [Fri, 8 Jul 2016 14:46:33 +0000 (16:46 +0200)]
Update package.json

8 years agoUpdate README.md
Xaver Hellauer [Fri, 8 Jul 2016 14:45:41 +0000 (16:45 +0200)]
Update README.md

8 years agoMerge branch 'master' of https://github.com/xaverh/vscode-clang-format-provider
Xaver Hellauer [Fri, 8 Jul 2016 14:31:25 +0000 (16:31 +0200)]
Merge branch 'master' of https://github.com/xaverh/vscode-clang-format-provider

8 years agopackage description
Xaver Hellauer [Fri, 8 Jul 2016 14:08:22 +0000 (16:08 +0200)]
package description

8 years agoenabling of individual languages with ```clang-format.language.javascript.enable...
Xaver Hellauer [Fri, 8 Jul 2016 14:03:00 +0000 (16:03 +0200)]
enabling of individual languages with ```clang-format.language.javascript.enable```, etc.

8 years agopackage description
lmu36280 [Fri, 8 Jul 2016 14:08:22 +0000 (16:08 +0200)]
package description

8 years agoenabling of individual languages with ```clang-format.language.javascript.enable...
lmu36280 [Fri, 8 Jul 2016 14:03:00 +0000 (16:03 +0200)]
enabling of individual languages with ```clang-format.language.javascript.enable```, etc.

8 years agoMerge branch 'master' of https://github.com/owent-contrib/vscode-clang-format-provider
owt5008137 [Mon, 27 Jun 2016 08:31:19 +0000 (16:31 +0800)]
Merge branch 'master' of https://github.com/owent-contrib/vscode-clang-format-provider

8 years agoupdate version#, fix package.json
Xaver Hellauer [Sat, 25 Jun 2016 14:54:43 +0000 (16:54 +0200)]
update version#, fix package.json

8 years agoMerge pull request #15 from owent-contrib/master
Xaver Hellauer [Wed, 22 Jun 2016 08:52:46 +0000 (10:52 +0200)]
Merge pull request #15 from owent-contrib/master

merge PR#14, add support for protobuf, format on save now works and etc.

8 years agoMerge branch 'format-typescript'
owent [Wed, 22 Jun 2016 05:56:48 +0000 (13:56 +0800)]
Merge branch 'format-typescript'

8 years agoformat on save is available now(just like https://github.com/Microsoft/vscode-go...
owent [Wed, 22 Jun 2016 05:55:07 +0000 (13:55 +0800)]
format on save is available now(just like https://github.com/Microsoft/vscode-go/blob/master/src/goMain.ts)

8 years ago1. add support for google protobuf
owent [Wed, 22 Jun 2016 04:04:38 +0000 (12:04 +0800)]
1. add support for google protobuf
2. allow different language use different options(in my case, I need protobuf and cpp use different configure)

8 years agoMerge remote-tracking branch 'remotes/martine/format-typescript'
owt5008137 [Tue, 21 Jun 2016 07:43:03 +0000 (15:43 +0800)]
Merge remote-tracking branch 'remotes/martine/format-typescript'

8 years agoadd javascript/typescript to the languages list
Evan Martin [Thu, 16 Jun 2016 19:31:32 +0000 (12:31 -0700)]
add javascript/typescript to the languages list

Fixes issue #11.

8 years agopass -assume-filename to clang-format
Evan Martin [Thu, 16 Jun 2016 19:30:43 +0000 (12:30 -0700)]
pass -assume-filename to clang-format

This ensures it detects the proper input language from the file's extension.
Otherwise, it formats TypeScript as if it were C++ or something.

8 years agoupdate devDependencies to current vscode/typescript
Evan Martin [Thu, 16 Jun 2016 19:29:21 +0000 (12:29 -0700)]
update devDependencies to current vscode/typescript

This matches the versions found when you generate a new extension.

Fixes issue #10.

8 years agoLICENSE file (MIT)
Xaver Hellauer [Fri, 17 Jun 2016 09:25:00 +0000 (11:25 +0200)]
LICENSE file (MIT)

8 years agoMerge pull request #1 from xaverh/master
OWenT [Thu, 16 Jun 2016 02:30:30 +0000 (10:30 +0800)]
Merge pull request #1 from xaverh/master

update

8 years agosimplify mode-listing logic
Evan Martin [Mon, 9 May 2016 18:51:52 +0000 (11:51 -0700)]
simplify mode-listing logic

Instead of exporting a bunch of filters, export an array of filters.

8 years agoclean up dependencies
Xaver Hellauer [Mon, 25 Apr 2016 14:55:34 +0000 (16:55 +0200)]
clean up dependencies

8 years agoMerge pull request #9 from owent-contrib/master
Xaver Hellauer [Mon, 25 Apr 2016 14:48:02 +0000 (16:48 +0200)]
Merge pull request #9 from owent-contrib/master

There is no need to import('buffer')

8 years agoThere is no need to import('buffer')
owent [Mon, 25 Apr 2016 13:28:49 +0000 (21:28 +0800)]
There is no need to import('buffer')

8 years agoMerge branch 'master' of https://github.com/xaverh/vscode-clang-format-provider
Xaver Hellauer [Mon, 25 Apr 2016 11:15:48 +0000 (13:15 +0200)]
Merge branch 'master' of https://github.com/xaverh/vscode-clang-format-provider

8 years agopreparing 0.6.0 publish
Xaver Hellauer [Mon, 25 Apr 2016 10:59:26 +0000 (12:59 +0200)]
preparing 0.6.0 publish

8 years agoMerge pull request #8 from owent-contrib/master
Xaver Hellauer [Mon, 25 Apr 2016 09:08:45 +0000 (11:08 +0200)]
Merge pull request #8 from owent-contrib/master

Fix character offset and byte offset problem in No-English language and issuse #6

8 years agofix [issues #6](https://github.com/xaverh/vscode-clang-format-provider/issues/6)
owent [Mon, 25 Apr 2016 08:44:44 +0000 (16:44 +0800)]
fix [issues #6](https://github.com/xaverh/vscode-clang-format-provider/issues/6)

8 years agoFix character offset and byte offset problem in No-English language.
owent [Mon, 25 Apr 2016 08:19:00 +0000 (16:19 +0800)]
Fix character offset and byte offset problem in No-English language.

> detail: https://github.com/Microsoft/vscode/issues/5735
>
> We should replace this code if https://github.com/Microsoft/vscode/issues/5735 is accepted.

9 years agoclean old stuff
Xaver Hellauer [Tue, 5 Apr 2016 10:35:27 +0000 (12:35 +0200)]
clean old stuff

9 years agoupdated README and version number to reflect recent changes
Xaver Hellauer [Sun, 27 Mar 2016 14:05:25 +0000 (16:05 +0200)]
updated README and version number to reflect recent changes

9 years agoMerge pull request #4 from owent-contrib/master
Xaver Hellauer [Sat, 26 Mar 2016 13:30:02 +0000 (14:30 +0100)]
Merge pull request #4 from owent-contrib/master

add setting of clang-format executable, style, fallback style options.

9 years ago1. add sax
owent [Sat, 26 Mar 2016 07:03:54 +0000 (15:03 +0800)]
1. add sax
2. remove unused function

9 years agoMerge branch 'master' of https://github.com/xaverh/vscode-clang-format-provider
owent [Sat, 26 Mar 2016 04:36:46 +0000 (12:36 +0800)]
Merge branch 'master' of https://github.com/xaverh/vscode-clang-format-provider

9 years ago1. add setting of clang-format executable
owent [Sat, 26 Mar 2016 04:14:15 +0000 (12:14 +0800)]
1. add setting of clang-format executable
2. add style setting
3. add fallback style setting

9 years agominor changes to config
Xaver Hellauer [Wed, 9 Mar 2016 10:53:33 +0000 (11:53 +0100)]
minor changes to config

9 years agoupdated package.json
Xaver Hellauer [Wed, 9 Mar 2016 07:18:43 +0000 (08:18 +0100)]
updated package.json

9 years agoupdated readme
Xaver Hellauer [Wed, 9 Mar 2016 07:18:16 +0000 (08:18 +0100)]
updated readme

9 years agoRun on the current file or workspace directory to use the write format file
Joaquín Jaramillo [Fri, 4 Mar 2016 17:55:29 +0000 (14:55 -0300)]
Run on the current file or workspace directory to use the write format file

9 years agoBetter description for the fork
Joaquín Jaramillo [Fri, 4 Mar 2016 13:18:48 +0000 (10:18 -0300)]
Better description for the fork

9 years agoFix whitespace issues by using sax directly
Joaquín Jaramillo [Fri, 4 Mar 2016 11:08:48 +0000 (08:08 -0300)]
Fix whitespace issues by using sax directly

9 years agoUse output-replacements-xml to generate edits instead of replacing document
Joaquín Jaramillo [Fri, 4 Mar 2016 03:33:58 +0000 (00:33 -0300)]
Use output-replacements-xml to generate edits instead of replacing document

9 years agominor changes
Xaver Hellauer [Fri, 25 Dec 2015 21:14:04 +0000 (22:14 +0100)]
minor changes

9 years agoSPDX style license
Xaver Hellauer [Fri, 25 Dec 2015 20:43:10 +0000 (21:43 +0100)]
SPDX style license

9 years agobugfix in package.json
Xaver Hellauer [Fri, 25 Dec 2015 20:40:58 +0000 (21:40 +0100)]
bugfix in package.json

9 years agoLicense added
Xaver Hellauer [Fri, 25 Dec 2015 20:39:32 +0000 (21:39 +0100)]
License added

9 years agoIcon included
Xaver Hellauer [Fri, 25 Dec 2015 20:28:28 +0000 (21:28 +0100)]
Icon included

9 years agotypo
Xaver Hellauer [Mon, 30 Nov 2015 12:07:25 +0000 (13:07 +0100)]
typo

9 years agoMerge remote-tracking branch 'refs/remotes/origin/configuration'
Xaver Hellauer [Fri, 27 Nov 2015 18:17:08 +0000 (19:17 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/configuration'

9 years agoMerge remote-tracking branch 'refs/remotes/origin/master' into configuration
Xaver Hellauer [Fri, 27 Nov 2015 18:12:43 +0000 (19:12 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/master' into configuration

9 years agoGithub link in readme
Xaver Hellauer [Fri, 27 Nov 2015 18:12:13 +0000 (19:12 +0100)]
Github link in readme

9 years agoadjusted string error message
Xaver Hellauer [Fri, 27 Nov 2015 18:07:28 +0000 (19:07 +0100)]
adjusted string error message

9 years agofixed publisher name
Xaver Hellauer [Fri, 27 Nov 2015 18:01:23 +0000 (19:01 +0100)]
fixed publisher name

9 years agofixed publisher name
Xaver Hellauer [Fri, 27 Nov 2015 17:37:30 +0000 (18:37 +0100)]
fixed publisher name

9 years agoMerge branch 'configuration'
Xaver Hellauer [Fri, 27 Nov 2015 17:30:23 +0000 (18:30 +0100)]
Merge branch 'configuration'

9 years agoadded Java, C, Obj-C
Xaver Hellauer [Fri, 27 Nov 2015 17:29:11 +0000 (18:29 +0100)]
added Java, C, Obj-C

9 years agoclean up, documentation
Xaver Hellauer [Fri, 27 Nov 2015 17:12:41 +0000 (18:12 +0100)]
clean up, documentation

9 years agoMerge remote-tracking branch 'refs/remotes/origin/master' into configuration
Xaver Hellauer [Fri, 27 Nov 2015 16:56:09 +0000 (17:56 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/master' into configuration

9 years ago.gitattributes added
Xaver Hellauer [Fri, 27 Nov 2015 16:55:45 +0000 (17:55 +0100)]
.gitattributes added

9 years agoclang-format is working
Xaver Hellauer [Fri, 27 Nov 2015 16:49:50 +0000 (17:49 +0100)]
clang-format is working

9 years agoinitialize project with yeoman
Xaver Hellauer [Fri, 27 Nov 2015 15:56:18 +0000 (16:56 +0100)]
initialize project with yeoman

This page took 0.0631 seconds and 4 git commands to generate.