Skip to content

Commit

Permalink
Readme and Settings improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatana committed Jul 16, 2018
1 parent 933ab11 commit 2bb2ea4
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 7 deletions.
9 changes: 8 additions & 1 deletion FastOlympicCoding (Linux).sublime-settings
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
// enable/disable lint
"lint_enabled": true,
// "lint_error_region_scope": "variable.c++",

// lint style properties
"lint_error_region_scope": "invalid.illegal",
// "lint_error_region_scope": "variable.c++",
"lint_warning_region_scope": "constant",

"algorithms_base": null,

// run settings
"run_settings": [
{
"name": "C++",
Expand All @@ -24,10 +28,13 @@
},
],

// time limit for stress
"stress_time_limit_seconds": 2,

// enable/disable class complete
"cpp_complete_enabled": true,

// class completion settings
"cpp_complete_settings": {
"classes": {
"int": {
Expand Down
9 changes: 8 additions & 1 deletion FastOlympicCoding (OSX).sublime-settings
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
// enable/disable lint
"lint_enabled": true,
// "lint_error_region_scope": "variable.c++",

// lint style properties
"lint_error_region_scope": "invalid.illegal",
// "lint_error_region_scope": "variable.c++",
"lint_warning_region_scope": "constant",

"algorithms_base": null,

// run settings
"run_settings": [
{
"name": "C++",
Expand All @@ -24,10 +28,13 @@
},
],

// time limit for stress
"stress_time_limit_seconds": 2,

// enable/disable class complete
"cpp_complete_enabled": true,

// class completion settings
"cpp_complete_settings": {
"classes": {
"int": {
Expand Down
8 changes: 7 additions & 1 deletion FastOlympicCoding (Windows).sublime-settings
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
// enable/disable lint
"lint_enabled": true,

// "lint_error_region_scope": "variable.c++",
// lint style properties
"lint_error_region_scope": "invalid.illegal",
// "lint_error_region_scope": "variable.c++",
"lint_warning_region_scope": "constant",

"algorithms_base": null,

// run settings
"run_settings": [
{
"name": "C++",
Expand All @@ -25,10 +28,13 @@
},
],

// time limit for stress
"stress_time_limit_seconds": 2,

// enable/disable complete
"cpp_complete_enabled": true,

// class completion settings
"cpp_complete_settings": {
"classes": {
"int": {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Fast Olympic Coding plugin for Sublime Text 3
`Warning! rename plugin folder to FastOlympicCoding`

### TestManager
![TestManager](ScreenShots/TestManagerNew.gif)
![TestManager](ScreenShots/TestManager.gif)
#### TestManager Keybindings
* <kbd>ctrl+b (OSX)</kbd> <kbd>ctrl+alt+b (Linux + Win)</kbd> compile and run
* <kbd>ctrl+enter</kbd> new test
Expand All @@ -29,7 +29,7 @@ Fast Olympic Coding plugin for Sublime Text 3
* or `tools — FastOlympicCoding — settings`

### Stress
![Stress](ScreenShots/StressNew.gif)
![Stress](ScreenShots/Stress.gif)

* to stress you need to implement three following files:
* `<name>.cpp` - program that works incorrect
Expand All @@ -42,12 +42,12 @@ Fast Olympic Coding plugin for Sublime Text 3
* to edit completions open settings

### CppLint
![CppLint](ScreenShots/CppLintNew.png)
![CppLint](ScreenShots/CppLint.png)

* to edit lint open settings

### Debugger
![Debugger](ScreenShots/DebuggerNew2.png)
![Debugger](ScreenShots/Debugger.png)

* debugger only for OSX
* <kbd>ctrl+shift+b</kbd> to run with debugger
Expand Down
Binary file modified ScreenShots/CppLint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ScreenShots/CppLintNew.png
Binary file not shown.
Binary file removed ScreenShots/CppLintNew_.png
Binary file not shown.
Binary file modified ScreenShots/Debugger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ScreenShots/DebuggerNew.png
Binary file not shown.
Binary file removed ScreenShots/DebuggerNew2.png
Binary file not shown.
Binary file modified ScreenShots/Stress.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ScreenShots/StressNew.gif
Binary file not shown.
Binary file removed ScreenShots/StressSmall.gif
Binary file not shown.
Binary file modified ScreenShots/TestManager.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ScreenShots/TestManagerNew.gif
Binary file not shown.

0 comments on commit 2bb2ea4

Please sign in to comment.