summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-09Merge pull request #140 from potatogim/mainHEADmainbscan
improves field handling when inherited attrs are changed
2024-09-06Merge pull request #141 from rabbiveesh/veesh/find-onigwasm-dynamicallybscan
Find onig.wasm dynamically
2024-09-06fix: safer dynamic finding as fallbackVeesh Goldman
2024-09-01chore: ENOCONSOLELOGSVeesh Goldman
2024-09-01fix: find oniguruma dynamicallyVeesh Goldman
2024-08-22improves field handling when inherited attrs are changedJihyeon Gim
Signed-off-by: Jihyeon Gim <potatogim@potatogim.net>
2024-08-19Documenting changes and bumping versionbscan
2024-08-19Merge pull request #135 from oalders/namespace-autoclean-importbscan
Fix warnings via namespace::autoclean
2024-08-07Fix warnings via namespace::autocleanOlaf Alders
On Perl 5.40 a new warning is introduced when the import method of an unknown package is called. https://perldoc.perl.org/perldelta#Calling-the-import-method-of-an-unknown-package-produces-a-warning This is seen via PerlNavigator because Inquisitor.pm removes namespace::clean and namespace::autoclean from %INC. The solution is to add stub import subs for these packages so that the Perl interpreter no longer believes that they do not exist.
2024-04-13Adding cmd instructions per #127bscan
2024-04-06Bumping versionbscan
2024-04-06Need to bundle tmLanguage json for #126bscan
2024-04-06Bumping versionbscan
2024-04-06Need to upgrade node.js types based on errors from prior github actionbscan
2024-04-06Bumping versionbscan
2024-04-06Moving asset extraction into the initialize step, plus clearing a node ↵bscan
deprecation warning
2024-04-05Bumping versionbscan
2024-04-05Additional asset requiredbscan
2024-04-05Bundling wasm file in webpack too. Plus version bumpbscan
2024-04-05Bumping version numberbscan
2024-04-05Updated binary building to be webpacked, plus correcting workflow dependenciesbscan
2024-04-05Need to include bin filebscan
2024-04-05Adding changelog and bumping versionbscan
2024-04-05Adjust settings code for #125bscan
2024-04-05Merge pull request #119 from nugged/env_vars_and_tilda_in_pathsbscan
Two commits (can be cherrypicked): Custom Env vars for Perl in settings, and convert tilda to home in paths
2024-04-05Merge pull request #117 from IAKOBVS/mainbscan
replace regex replace with string replace
2024-04-03Merge pull request #121 from WhoIsSethDaniel/import-wrapper-no-stderrbscan
do not write to STDERR
2024-04-03Merge pull request #123 from WhoIsSethDaniel/logging-on-by-default-for-allbscan
turn logging on by default for all editors
2024-04-03turn logging on by default for all editorsSeth Daniel
2024-04-03do not write to STDERRSeth Daniel
2024-03-22Add support for expanding leading tildas in pathsAndrii Nugged
This commit introduces functionality to expand leading tildas (~) in paths. The tilde is a common shorthand for the home directory in Unix-like operating systems, and this change allows our application to interpret and handle these paths correctly. Previously, if a user entered a path with a leading tilde, the application would not recognize it as a valid path. With this update, the application will now expand any leading tilde to the current user's home directory, allowing for more flexible and intuitive path input. This change improves the user experience by accepting a wider range of valid inputs and aligns the application's path handling behavior with established conventions in Unix-like operating systems.
2024-03-22Add support for custom Perl environment variablesAndrii Nugged
Introduced two new environment variables: perlEnv and perlEnvAdd. - perlEnv: Hash. Pass environment variables to the perl executable. Skipped if undefined. - perlEnvAdd: Boolean. Add environment variables to current environment, or totally replace (perlEnv related). Default is true.
2024-03-08replace regex replace with string replaceJames Tirta Halim
2024-03-02Adding browser version and changelog to vsixbscan
2024-03-01Use follow_skip to avoid crashing on some symlink setups. Also skip 'next'. ↵bscan
Fixes #115
2024-02-17Bumping versionbscan
2024-02-17Bumping versionbscan
2024-02-17Bug fix. TS regexes are not done in place.bscan
2024-02-17Updating launch commands because of webpackbscan
2024-02-17Change textmate scope to allow simpler pull request. The brackets in are ↵bscan
part of the variable and should not be bracket matched
2024-02-16Fixing grammar issue with multi-line defined-or operator // on new linebscan
2024-02-05Changelog updatesbscan
2024-02-05Allow disabling perl -c via settings. Also bumping versionbscan
2024-02-05Adding example syntax highlighting scriptbscan
2024-02-05Fixing interpolation of punctuation variables in regex. Words starting with ↵bscan
:: are not keywords. Comments inside of package declaration. tr// should be colorized as a string. Bug on space following s{}{}
2024-01-29Bumpbscan
2024-01-29Fix hash interpolation in regex, fix $ not recognized as anchor in various ↵bscan
places
2024-01-29Bumpbscan
2024-01-29Adding character class to prevent from getting bracket matched while ↵bscan
interpolated. Aesthetic preference I suppose
2024-01-29Versioningbscan