src: correct spelling errors (#1162)

This commit is contained in:
Josh Soref
2021-03-14 07:47:26 +01:00
committed by GitHub
parent 5932e9f1e8
commit 3a75ef0df4
97 changed files with 261 additions and 261 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ Sample s;
// TEST: clicking on overriden method activates it immediately
// TEST: clicking on overridden method activates it immediately
// START ----------------------------------------------------------------------
class Base
{
@@ -218,7 +218,7 @@ uint b = 12; // <- ACTION 1: hover uint
// TEST: horizontal panning
// START ----------------------------------------------------------------------
void very_long_function_name_with_three_parameters_that_is_so_long_it_doesnt_fit_on_the_screen(const std::vector<std::string>& strings, size_t number, bool flag);
void very_long_function_name_with_three_parameters_that_is_so_long_it_does_not_fit_on_the_screen(const std::vector<std::string>& strings, size_t number, bool flag);
// ACTION 1: Hold SHIFT and drag code left and right
@@ -90,7 +90,7 @@ void level_0_func1()
// - horizontal layout using bezier curve edges
// - nodes from level 0 to 4 displayed
// - layout contains override edge shown horizontally
// - layout contains eplicit template class (dead end)
// - layout contains explicit template class (dead end)
// - layout contains implicit template class
// END ------------------------------------------------------------------------
@@ -214,7 +214,7 @@ void func5() { func1(); func2(); func3(); func4(); func5(); }
#include "depth_files/level_5_file_1.h" // <- ACTION 1: activate
// ACTION 2: show includee graph '<'
// ACTION 2: show included graph '<'
// RESULT 2: horizontal layout with bezier curve edges
#include "depth_files/level_1_file_1.h" // <- ACTION 3: activate
+2 -2
View File
@@ -96,7 +96,7 @@ enum Category // <- ACTION 1: activate
};
// RESULTS 1:
// - enum shows all chilren
// - enum shows all children
// - enum is expandable/collapsable
// - children layouted in nameless access frame
@@ -116,7 +116,7 @@ void foobar() // <- ACTION 1: activate
}
// RESULTS 1:
// - function shows all chilren
// - function shows all children
// - function is not expandable/collapsable
// - children layouted in nameless access frame
+1 -1
View File
@@ -72,7 +72,7 @@ typedef bool Seven;
// RESULTS:
// - symbol name goes up
// - dropdown position goes up
// - history menu: current symbl always on top, end result:
// - history menu: current symbol always on top, end result:
// SIX, FIVE, Four, Three, Seven, two, One
// END ------------------------------------------------------------------------
+2 -2
View File
@@ -133,7 +133,7 @@
// ACTION 2: Search for 'io::stringOut()'
// ACTION 3: Minimize 2nd and 3rd snippet
// ACTION 4: Expand last snippet
// ACTION 5: Scroll to recognizeable position
// ACTION 5: Scroll to recognizable position
// ACTION 6: Activate other symbol
// ACTION 7: go back
@@ -165,7 +165,7 @@
// ACTION 1: Switch to code single file mode
// ACTION 2: Search for 'Field::SameInRow()'
// ACTION 3: Scroll to recognizeable position
// ACTION 3: Scroll to recognizable position
// ACTION 4; Activate other symbol
// ACTION 5: go back
+1 -1
View File
@@ -110,7 +110,7 @@ int cube(int a)
// ACTION: Hold Shift and navigate with keyboard
// RESULTS:
// - focus is moved between the active locations of 'square'
// - focus is moved between the active local locations of 'r' inbetween
// - focus is moved between the active local locations of 'r'
// END ------------------------------------------------------------------------
@@ -29,7 +29,7 @@ public class AppTest
}
/**
* Rigourous Test :-)
* Rigorous Test :-)
*/
public void testApp()
{