Skip to content

Change log, 1.10 to 2.0

Ivo Yankulovski edited this page Apr 27, 2021 · 1 revision

Change log:

v1.24.2

  • Process Kill Signal setting added
  • Process Create Method setting added
  • optimization of SIGINT and EXECFILE creation and kill process

v1.24.1

  • exekill command added
  • add push notifications of exe commands
  • implement priority buffer of exe ChildProcess for future use

v1.24.0

  • exefile command added
  • Exe Options setting added

v1.23.3

  • add emitter to tokenize service
  • optimize observers and tokenization slightly
  • emit status of token processor in footer terminal

v1.23.2

  • Footer Options setting added
  • footer panel added with visibility and priority setting

v1.23.1

  • process and refresh time of tokenize line separated in Async Options setting

v1.23.0

  • Async Options setting added
  • retoken command changed to async method
  • stopasync command added to stop all asynchronous operations

v1.22.7

  • optimize source in writers.js
  • convert some < and > to html encoded in properties and methods popups

v1.22.6

  • add CTOR and Static to TypeScript export

v1.22.5

  • add commands of MouseEvent based functionality of JSON Descriptor - cmdsupername, cmdts
  • optimize TypeScript auto-declaration
  • update README.md

v1.22.4

  • reorder context & packages menu
  • add writers to lib folder
  • ALT + Click on JSON Descriptor outputs TypeScript namespace and interface declaration in Clipboard

v1.22.3

  • add Terminate Build Project command

v1.22.2

  • protossdox.json UI access changed
  • build project tooltip appears on CLICK as fully qualified component, lists all projects and adds access to them

v1.22.1

  • add Promise templates to snippets.cson
  • add TypeScript source to snippets.cson

v1.22.0

  • check scanned files in ExternalUtil by fs.Stats
  • try resolve token by module folder index

v1.21.5

  • add to snippets.cson ProtoSS Server module templates

v1.21.4

  • add to snippets.cson template of module.exports
  • update RequireSupername snippet

v1.21.3

  • add to snippets.cson initialization example of RequireSupername
  • add to snippets.cson import module variations

v1.21.2

  • SHIFT + Click on JSON descriptor button will copy Supername to Clipboard

v1.21.1

  • optimize account of word match

v1.21.0

  • account word match in Word Provider autocomplete service, add setting

v1.20.7

  • format snippets.cson ProtoSS Package
  • add to snippets.cson abstract/interface
  • add to snippets.cson ProtoSS extension static header methods headerImplement/headerSuper/headerSuperList

v1.20.6

  • capitalize prefix in snippets.cson
  • add AccessAttribute CRUD and Get/Use snippets
  • add Promise.all method to snippets

v1.20.5

  • update snippets.cson to include default name in template tab stops
  • add to snippets.cson reference capsule using AccessAttribute and ProtoSS Package Class

v1.20.4

  • add to snippets.cson async/promised methods and await const

v1.20.3

  • check prefix against noSortChars in all autocomplete providers

v1.20.2

  • add to snippets.cson strict Class/Extends structure as ProtoSS Package template
  • update autocomplete dollyData types

v1.20.1

  • add to snippets.cson ProtoSS Class Package template

v1.20.0

  • optimize Info at ProtoSS Panel
  • add package icon to imports
  • update UI of properties, methods, imports

v1.19.2

  • remove whitespace from custom Unicode range of Word RegExp Options

v1.19.1

  • update package.json description

v1.19.0

  • update README.md
  • Word RegExp Options added to settings
  • read prefix based on RegExp configuration in Word Provider
  • Merger Provider with Word Provider uses Word Prefix configuration
  • sorting escapes first special character, instead of regular expression non-word

v1.18.0

  • optimize FileProvider
  • optimize Breadcrumbs

v1.17.6

  • remove accent symbols of autocomplete descriptions, producing glyph effects
  • add more HTML classes in extraction

v1.17.5

  • update extraction in autocomplete-html
  • add prototype chain in autocomplete-html of extracted classes

v1.17.4

  • add Merger Provider to auto-completion service

v1.17.3

  • add Event classes in autocomplete-html
  • separate File/Module and Folder in File Provider auto-completion

v1.17.2

  • Word Provider auto-complete service + settings

v1.17.1

  • Enable File Provider setting
  • Enable Basic Provider setting
  • Enable Async Provider setting

v1.17.0

  • Options of Auto-completion in settings
  • use method snippets of JSON descriptors
  • change suggestion priority of auto-complete service providers

v1.16.7

  • add icons to breadcrumbs browse UI, bind to Breadcrumbs Options Icons setting

v1.16.6

  • add hover title to breadcrumbs browse

v1.16.5

  • panel is completely hidden on breadcrumbs no/auto setting

v1.16.4

  • optimized UI in breadcrumbs
  • parse pipes | in JSON descriptors as MD format

v1.16.3

  • browse breadcrumbs folder in UI by CLICK on path segment, SHIFT + CLICK will open file/folder in shell explorer

v1.16.2

  • change defaultData in module to function
  • optimize readers tooltips

v1.16.1

  • add imports to readers and descriptor info
  • add ms in auto-async tokens setting

v1.16.0

  • optimize source
  • Breadcrumbs Options in settings

v1.15.7

  • skip punctuation in marker search setting

v1.15.6

  • optimize markers
  • search range of additional occurrences setting

v1.15.5

  • find additional markers setting

v1.15.4

  • changes are taken from the TextEditor.buffer

v1.15.3

  • add marker zero opacity of background and border
  • add border style setting [solid, dashed, dotted]

v1.15.2

  • optimize markers
  • add marker trim setting

v1.15.1

  • required atom version is 1.40 now to reflect on new Electron
  • async loading of auto-complete data and dictionaries to improve package load time
  • Marker Styles introduced in settings, based on Atom Decoration/DisplayMarker API

v1.15.0

  • add version and license support of protossdox.json view

v1.14.7

  • add Canvas API to auto-complete of HTML

v1.14.6

  • update texts and classes in auto-complete of CSS and HTML

v1.14.5

  • updated README.md
  • load auto-complete dictionaries at once

v1.14.4

  • HTML auto-complete service provider as setting in Grammar [HTML, JavaScript, TypeScript]
  • basic auto-complete uses lower case for all words and sorting
  • optimize auto-complete

v1.14.3

  • file/directory listing in auto-complete uses sorting algorithm

v1.14.2

  • auto-complete sorting setting

v1.14.1

  • auto-complete sorting respects word length, shorter words appear first

v1.14.0

  • optimize source

v1.13.5

  • separate functions, pseudo-classes/elements, keywords and values in CSS auto-complete service provider

v1.13.4

  • update README.md
  • open ProtoSS settings view from panel button

v1.13.3

  • group CSS auto-complete values of different keywords

v1.13.2

  • optimize CSS auto-complete

v1.13.1

  • auto-complete service uses Map objects in merged dictionary to allow same word from another provider
  • CSS auto-complete implements Map and keyword values

v1.13.0

  • CSS auto-complete service provider as setting in Grammar [CSS, HTML, JavaScript, TypeScript]
  • File and Token timeout settings added
  • settings reordered

v1.12.3

  • Use Multiviews setting added

v1.12.2

  • support of multiviews in F8 resolve file token without extension, check current editor extension, protossdox.json ext list or first directory matched file

v1.12.1

  • metaKey support of MouseEvent.ctrlKey combinations

v1.12.0

  • include auto-complete types setting added
  • ProtoSS classes as fully qualified name appearance in auto-complete

v1.11.1

  • auto-complete sorter is activated only by word match

v1.11.0

  • bump minor
  • adhoc descriptor readers

v1.10.0

  • F8 resolve token attempts additional json descriptor cases

Changes upto v1.10.0

Clone this wiki locally