tel0065
8545616f80
Updated README
...
Changed Wording of Heading
2022-05-09 09:25:36 -05:00
tel0065
296d5a31f6
Updated README
...
Updated Table Again
2022-05-09 09:22:01 -05:00
tel0065
267dbba671
Updated README
...
Updated Table
2022-05-09 09:19:25 -05:00
tel0065
0f4a87e12e
Updated README
...
added the word 'last' to instructions for setting up the line highlighter
2022-05-09 09:11:23 -05:00
tel0065
73e8cfb443
Updated README
...
added the word 'lines' to table
2022-05-09 09:09:43 -05:00
tel0065
2c0d19c044
Updated README
...
Updated README with line highlighter setup instructions, added our team's contact information
2022-05-09 09:03:39 -05:00
tel0065
fc4ab73a9d
added screenshot
...
added screenshot of the line highlighter settings in settings.json
2022-05-09 09:02:49 -05:00
tel0065
26274e85b8
Missing line
...
textDecoration line was missing from settings, added
2022-05-09 09:00:40 -05:00
tel0065
2786d9fa63
Bug Fix
...
default values for booleans were entered as strings, fixed both
2022-05-07 13:33:29 -05:00
tel0065
680f1b1355
Added setup instructions
...
Added instructions as to how to setup for the first time to the comments section, added 2 more TODO items.
2022-05-07 13:32:06 -05:00
tel0065
be60f884fe
naming scheme
...
changed mindReader to mind-reader to be consistent with other parts of the extension
2022-05-05 12:15:39 -05:00
tel0065
b51507b76f
Version increase
...
Major version increase: 1.0.0 -> 2.0.0
2022-05-05 12:07:13 -05:00
tel0065
09b4d41054
Code cleaned
...
Removed commented out code
2022-05-05 11:59:42 -05:00
tel0065
c890e77d3c
Updated indention
...
Indention of ternary operator was incorrect, fixed
2022-05-05 11:57:54 -05:00
tel0065
a10200f2bc
Updated indention
...
Indention was incorrect, fixed.
2022-05-05 11:56:39 -05:00
tel0065
bb0b1be0d4
Updated Messages
...
Changed the wording of the loading message
2022-05-05 11:54:32 -05:00
tel0065
940a8ed317
Configuration Variables Updated
...
Updated configuration variables to match package.json calls, added TODO line at the top
2022-05-05 11:53:02 -05:00
tel0065
630391b5fe
Many Changes
...
Added settings for line highlighter, added contributors section, added bugs section, added homepage section, changed all instances of mindReader to mind-reader, changed all instances of Mind_Reader to Mind Reader
2022-05-05 11:51:12 -05:00
tel0065
cc8fbc26ad
Cleaned Up Code
...
Removed commented out code, added comments, etc
2022-05-04 19:40:33 -05:00
tel0065
af9308744b
added user config options
...
Added configuration options for the line highlighter feature
2022-05-04 19:28:10 -05:00
tel0065
cc1c23a16f
added function, fixed bug
...
Added function for selectLeadingSpaces, fixed bug which was reporting the wrong line number on some functions, added window focusing to most of the functions
2022-05-04 19:27:17 -05:00
tel0065
c17b718ce6
Added New Function
...
Added Senior Design Day Spring 2022 suggestion of selecting the leading whitespace characters. Had to refactor getLeadingWhitespace to include a helper function. Also added imports for vscode. Finally shifted helper functions together and added comments.
2022-05-01 20:22:26 -05:00
tel0065
2bbc5bce1f
Added lineHighlighter.ts
2022-04-27 12:07:33 -05:00
tel0065
34af001396
Deleted linehighlighter
...
wrong version
2022-04-27 12:07:13 -05:00
tel0065
dd10e928ef
updated webview
2022-04-27 12:01:44 -05:00
tel0065
5d3dc7acea
added new function
...
added fetchNumberOfSelectedLines and getNumberOfSelectedLines
2022-04-27 12:00:59 -05:00
tel0065
16869aa5b6
Added linehighlighter
...
added linehighlighter to be activated
2022-04-27 11:59:16 -05:00
tel0065
7d615c0bca
Added linehighlighter.ts
2022-04-27 11:58:14 -05:00
tel0065
5a7fc30e4c
Update package.json
2022-04-27 11:55:01 -05:00
tel0065
d19ad8f885
lexter.ts - let -> const, fixed type errors
...
changed most let variables to const, fixed more type errors
2022-03-25 13:17:51 -05:00
tel0065
50ff693d16
text.ts -> type error fixes, lets -> const, import
...
fixed type errors, changed most let variables to const, changed const require to imports
2022-03-25 13:09:16 -05:00
tel0065
3fed2aa4ad
text.ts -> removed random trailing spaces
...
Linter was complaining about trailing spaces in random places, removed them to get rid of the errors.
2022-03-25 11:13:08 -05:00
tel0065
ca3a5163fe
lexer.ts -> fixed type errors
2022-03-25 11:05:38 -05:00
tel0065
2f4800448b
text.ts -> fixed type errors
2022-03-25 11:03:06 -05:00
tel0065
a619146afc
lexter.ts - added types
2022-03-25 10:44:37 -05:00
tel0065
c087f1666a
text.ts - added types
2022-03-25 10:39:38 -05:00
tel0065
641997b620
delete lexer.js
...
.js file unintentionally uploaded, fixing that user error.
2022-03-25 09:12:55 -05:00
tel0065
829a3f0b9d
.js -> .ts
...
migrating changes made in .js file to .ts, .js file was unintended to be uploaded. User error to blame, fixing it.
2022-03-25 09:12:09 -05:00
tel0065
9062c253cf
delete text.js
...
.js file never supposed to have been uploaded, user error to blame. Removing it.
2022-03-25 09:09:09 -05:00
tel0065
96bca9a601
js -> ts migration
...
.js files ended up getting uploaded, beginnings of attempting to fix that mistake. Migrating changes made in .js file to .ts file
2022-03-25 09:08:07 -05:00
tel0065
125cf15a68
fixed plural output logic
...
Fixed logic of output, was showing singular for '0' ie: '0 space' instead of '0 spaces' - This has been resolved.
2022-03-24 04:48:59 -05:00
tel0065
88ddcd7c51
beautify code
...
ran beautify code extension to clean-up the code and make it more uniform in style
2022-03-24 04:28:21 -05:00
tel0065
08ec15287a
beautify code
...
ran beautify code extension to clean-up the code
2022-03-24 04:27:16 -05:00
tel0065
e67f731bc6
added 2 functions
...
added functions getLeadingSpacesByArithmetic and getLeadingSpacesByIndex to facilitate functionality of finding the number of leading spaces via two methods.
2022-03-24 04:03:17 -05:00
tel0065
d8c923e13c
Changed leading spaces logic
...
Added new logic to pl.Lexer to find number of leading spaces by either arithmetic or by finding the index position of the first non-whitespace character. Also added a boolean flag to switch easily between the two methods using ternary logic. Added comments explaining functionality. Fixed code spacing to be more uniform in style.
2022-03-24 04:01:24 -05:00
3525963bb0
Switch from string concatination to interpolation
...
Improves concision.
2022-03-23 22:53:46 -05:00
tel0065
6915cd5b44
leading spaces alternative method
...
Added an alternative method for calculating the leading spaces instead of taking the index of the first non-whitespace character. Leaving it commented out, but still there as an alternative in-case something goes wrong w/ the index method.
2022-03-23 21:42:05 -05:00
tel0065
cfcbfd43fc
added fetchLineNumber(editor) and getLineNumber()
...
added helper function fetchLineNumber(editor) to return the line number that the cursor is on and refactored the code to make use of this helper function in various places. Also added function getLineNumber() which will output the current line number the cursor is on.
2022-03-23 18:20:44 -05:00
tel0065
d76cc3d06d
fixed output type-o on getLeadingSpaces()
...
Fixed issue with the output not displaying as intended in the getLeadingSpaces() function
2022-03-23 17:46:44 -05:00
tel0065
cac31ceaa9
added getLeadingSpaces() function
...
Added function that would return the number of leading spaces on a line
2022-03-23 17:44:56 -05:00