-
Notifications
You must be signed in to change notification settings - Fork 7.6k
CSS Code Hinting for new CodeHintManager-API #2492
Commits on Nov 4, 2012
-
added syntax highlighting for *.xsd and *.xsl files, which use xml-sy…
…ntax
Andre Zoufahl committedNov 4, 2012 Configuration menu - View commit details
-
Copy full SHA for ac3a731 - Browse repository at this point
Copy the full SHA ac3a731View commit details
Commits on Nov 7, 2012
-
added xml-syntax highlighting to xsd and xsl files
Andre Zoufahl committedNov 7, 2012 Configuration menu - View commit details
-
Copy full SHA for 8606b80 - Browse repository at this point
Copy the full SHA 8606b80View commit details -
Merge remote-tracking branch 'upstream/master' into csshinting
Andre Zoufahl committedNov 7, 2012 Configuration menu - View commit details
-
Copy full SHA for 66ce557 - Browse repository at this point
Copy the full SHA 66ce557View commit details -
Andre Zoufahl committed
Nov 7, 2012 Configuration menu - View commit details
-
Copy full SHA for 097b412 - Browse repository at this point
Copy the full SHA 097b412View commit details
Commits on Nov 12, 2012
-
Andre Zoufahl committed
Nov 12, 2012 Configuration menu - View commit details
-
Copy full SHA for 705d060 - Browse repository at this point
Copy the full SHA 705d060View commit details -
Merge remote-tracking branch 'upstream/master' into andrez/csshinting
Andre Zoufahl committedNov 12, 2012 Configuration menu - View commit details
-
Copy full SHA for 90cebec - Browse repository at this point
Copy the full SHA 90cebecView commit details -
added some more infrastructure for testing in the style of HTMLCodeHint
Andre Zoufahl committedNov 12, 2012 Configuration menu - View commit details
-
Copy full SHA for d562234 - Browse repository at this point
Copy the full SHA d562234View commit details
Commits on Nov 13, 2012
-
added needed functions for codehintprovider in csscodehints
Andre Zoufahl committedNov 13, 2012 Configuration menu - View commit details
-
Copy full SHA for da528f2 - Browse repository at this point
Copy the full SHA da528f2View commit details
Commits on Nov 15, 2012
-
added code to determine filecontext like .cssfiles or styletags
Andre Zoufahl committedNov 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 951ff71 - Browse repository at this point
Copy the full SHA 951ff71View commit details
Commits on Nov 18, 2012
-
Added more unit tests handling general css hint features.
Andre Zoufahl committedNov 18, 2012 Configuration menu - View commit details
-
Copy full SHA for eea3deb - Browse repository at this point
Copy the full SHA eea3debView commit details -
Implemented search for what has been typed so far.
Andre Zoufahl committedNov 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 40a5f6a - Browse repository at this point
Copy the full SHA 40a5f6aView commit details -
rearranged tests around mocks and added suites for handleSelects and …
…invalid contexts
Andre Zoufahl committedNov 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 186b84b - Browse repository at this point
Copy the full SHA 186b84bView commit details -
restructured getQueryInfo for better further development
Andre Zoufahl committedNov 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 5032257 - Browse repository at this point
Copy the full SHA 5032257View commit details -
Andre Zoufahl committed
Nov 18, 2012 Configuration menu - View commit details
-
Copy full SHA for 189680d - Browse repository at this point
Copy the full SHA 189680dView commit details
Commits on Nov 19, 2012
-
added more unittests with regards to style-tags
Andre Zoufahl committedNov 19, 2012 Configuration menu - View commit details
-
Copy full SHA for ba820b8 - Browse repository at this point
Copy the full SHA ba820b8View commit details -
added whitespace to set of keys to trigger hints
Andre Zoufahl committedNov 19, 2012 Configuration menu - View commit details
-
Copy full SHA for d09cb15 - Browse repository at this point
Copy the full SHA d09cb15View commit details
Commits on Nov 20, 2012
-
added unittests for attributes values
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for 24c760b - Browse repository at this point
Copy the full SHA 24c760bView commit details -
first early implementation for attrvalues (no handleselect yet)
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for e9e6735 - Browse repository at this point
Copy the full SHA e9e6735View commit details -
disable handleSelect until a proper concept is developed and the rest…
… is working more robust
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for 3cf28ed - Browse repository at this point
Copy the full SHA 3cf28edView commit details -
added files for quicktesting without changing folders (will be remove…
…d later)
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for bc63e60 - Browse repository at this point
Copy the full SHA bc63e60View commit details -
corrected typo that caused the document not to be a correct htmldocum…
…ent in the editor
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for 5305648 - Browse repository at this point
Copy the full SHA 5305648View commit details -
(temporarily) disabled the unittests for handleSelects
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for ca049a5 - Browse repository at this point
Copy the full SHA ca049a5View commit details -
added further csscontexttest to determine whether the cursor is reall…
…y in a css-context inside { }
Andre Zoufahl committedNov 20, 2012 Configuration menu - View commit details
-
Copy full SHA for 45146a6 - Browse repository at this point
Copy the full SHA 45146a6View commit details
Commits on Nov 25, 2012
-
added unittests for handleSelect and reworked a test to describe a pr…
…oblem properly with regards to value-hinting
Andre Zoufahl committedNov 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 7a0defc - Browse repository at this point
Copy the full SHA 7a0defcView commit details -
implemented handleSelect based on getQueryInfo
Andre Zoufahl committedNov 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 184f48e - Browse repository at this point
Copy the full SHA 184f48eView commit details -
added unittest for handleSelects directly after a (semi-)colon
Andre Zoufahl committedNov 25, 2012 Configuration menu - View commit details
-
Copy full SHA for a60c0be - Browse repository at this point
Copy the full SHA a60c0beView commit details -
added code to fix wrong behaviour when the cursor was next to a (semi…
…-)colon, which caused handleSelect to drop the first letter of the selection
Andre Zoufahl committedNov 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 15e1b11 - Browse repository at this point
Copy the full SHA 15e1b11View commit details -
added colon to the list of special chars for exclusion in handleSelect
Andre Zoufahl committedNov 25, 2012 Configuration menu - View commit details
-
Copy full SHA for a49964c - Browse repository at this point
Copy the full SHA a49964cView commit details
Commits on Nov 26, 2012
-
tidied up code to catch all jslint errors in main.js
Andre Zoufahl committedNov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 8b829a9 - Browse repository at this point
Copy the full SHA 8b829a9View commit details -
changed csscontext-analysis to only use getModeForSelection (tipp fro…
…m raymond, ty) - unittests succeed
Andre Zoufahl committedNov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for db7886f - Browse repository at this point
Copy the full SHA db7886fView commit details -
minor tidy-up of code in getQueryInfo
Andre Zoufahl committedNov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 7e34c6a - Browse repository at this point
Copy the full SHA 7e34c6aView commit details -
Andre Zoufahl committed
Nov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for ed8eb8c - Browse repository at this point
Copy the full SHA ed8eb8cView commit details
Commits on Nov 28, 2012
-
added unittest from other branch (which was wrongly added in this bra…
…nch)
Andre Zoufahl committedNov 28, 2012 Configuration menu - View commit details
-
Copy full SHA for ce73c5e - Browse repository at this point
Copy the full SHA ce73c5eView commit details -
Merge remote-tracking branch 'upstream/master' into andrez/csshinting
merging current masterbranch with csscodehinting to check if everything works for a future pull request
Andre Zoufahl committedNov 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 77e4b73 - Browse repository at this point
Copy the full SHA 77e4b73View commit details -
improved getQueryInfo to better check differentiate between at-rules …
…and selectors
Andre Zoufahl committedNov 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 0ecb2fb - Browse repository at this point
Copy the full SHA 0ecb2fbView commit details -
added some unittests to describe more scanrios for handleSelect which…
… aren't handled properly yet
Andre Zoufahl committedNov 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 3827239 - Browse repository at this point
Copy the full SHA 3827239View commit details -
added a another (slightly different) test for handleSelect (2 out of …
…28 fail now)
Andre Zoufahl committedNov 28, 2012 Configuration menu - View commit details
-
Copy full SHA for e9bd4fe - Browse repository at this point
Copy the full SHA e9bd4feView commit details
Commits on Nov 30, 2012
-
added unittest for handleSelect with inproper input
Andre Zoufahl committedNov 30, 2012 Configuration menu - View commit details
-
Copy full SHA for 93f83e6 - Browse repository at this point
Copy the full SHA 93f83e6View commit details -
reordered some code in getQueryInfo to resemble normal behaviour bett…
…er, handleSelect works as intended now
Andre Zoufahl committedNov 30, 2012 Configuration menu - View commit details
-
Copy full SHA for 7036ae7 - Browse repository at this point
Copy the full SHA 7036ae7View commit details -
Andre Zoufahl committed
Nov 30, 2012 Configuration menu - View commit details
-
Copy full SHA for 3862911 - Browse repository at this point
Copy the full SHA 3862911View commit details -
added code to let hintlist open if property was entered, so possible …
…values can be seen directly
Andre Zoufahl committedNov 30, 2012 Configuration menu - View commit details
-
Copy full SHA for ab89840 - Browse repository at this point
Copy the full SHA ab89840View commit details
Commits on Dec 4, 2012
-
Implement registerHintProvider api with extra parameters suggested by…
… Glenn. This change also makes the problematic shouldShowHintsOnKey api no longer needed. It also resolves the conflicts between two or more providers by allowing each provider to register its specificity.
Configuration menu - View commit details
-
Copy full SHA for c2347c4 - Browse repository at this point
Copy the full SHA c2347c4View commit details
Commits on Dec 5, 2012
-
Putting back shouldShowHintsOnKey api since JS code hinting Ian is wo…
…rking on requires to be called for every keystokes.
Configuration menu - View commit details
-
Copy full SHA for 676ca72 - Browse repository at this point
Copy the full SHA 676ca72View commit details
Commits on Dec 6, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 53c1d94 - Browse repository at this point
Copy the full SHA 53c1d94View commit details -
Add one more code hints extension api to let the provider decide on t…
…he default initial selection. This fixes issue adobe#2286
Configuration menu - View commit details
-
Copy full SHA for ea97d4e - Browse repository at this point
Copy the full SHA ea97d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c099f5e - Browse repository at this point
Copy the full SHA c099f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba32cb5 - Browse repository at this point
Copy the full SHA ba32cb5View commit details
Commits on Dec 14, 2012
-
Merge remote-tracking branch 'upstream/rlim/new-code-hints-manager' i…
…nto csscodehinting-v2 integrating new CHM-api into current css code hinting
Andre Zoufahl committedDec 14, 2012 Configuration menu - View commit details
-
Copy full SHA for 44617d7 - Browse repository at this point
Copy the full SHA 44617d7View commit details -
merged new CHMapi and made csscodehint working again
Andre Zoufahl committedDec 14, 2012 Configuration menu - View commit details
-
Copy full SHA for c527f9e - Browse repository at this point
Copy the full SHA c527f9eView commit details
Commits on Jan 5, 2013
-
Andre Zoufahl committed
Jan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for b0645a6 - Browse repository at this point
Copy the full SHA b0645a6View commit details -
changing csshinting to new CHMapi (code not stable right now)
Andre Zoufahl committedJan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for deca1e1 - Browse repository at this point
Copy the full SHA deca1e1View commit details -
further implemented hasHints, getHints, (todo: insertHints) - still n…
…ot stable/ready to use code
Andre Zoufahl committedJan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 4fcf4ec - Browse repository at this point
Copy the full SHA 4fcf4ecView commit details -
integrated insertHints in main.js
Andre Zoufahl committedJan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for a071c33 - Browse repository at this point
Copy the full SHA a071c33View commit details -
refactored unittests to use new methods
Andre Zoufahl committedJan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for a4e26e4 - Browse repository at this point
Copy the full SHA a4e26e4View commit details -
removed unneccesary (old) code
Andre Zoufahl committedJan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 1d17ea1 - Browse repository at this point
Copy the full SHA 1d17ea1View commit details -
added more triggerkeys and removed unused variables in hasHints/getQu…
…eryInfo
Andre Zoufahl committedJan 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 147d0bc - Browse repository at this point
Copy the full SHA 147d0bcView commit details
Commits on Jan 6, 2013
-
added space to triggerkeys, but excluded the initialSelection for tha…
…t key, removed a strange bug, that tokens haven't been trimmed properly in getHints
Andre Zoufahl committedJan 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 47dc095 - Browse repository at this point
Copy the full SHA 47dc095View commit details
Commits on Jan 8, 2013
-
fixing unittests, so that they validate again
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 00ddb54 - Browse repository at this point
Copy the full SHA 00ddb54View commit details -
fixed remaining (failed) unittests
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 20ffb27 - Browse repository at this point
Copy the full SHA 20ffb27View commit details -
Merge remote-tracking branch 'upstream/master' into andrez/csscodehin…
…ting-v2 merging master into branch for an upcoming pull-request
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 3522aac - Browse repository at this point
Copy the full SHA 3522aacView commit details -
changed the triggerKeys to primary and secondary, as well removed unn…
…eccesary includedLibs
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for d7381a9 - Browse repository at this point
Copy the full SHA d7381a9View commit details -
removed quicktesting from repo
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for e7243a2 - Browse repository at this point
Copy the full SHA e7243a2View commit details -
commented out the logging of the cssutils.info
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for f37b6c2 - Browse repository at this point
Copy the full SHA f37b6c2View commit details -
Merge remote-tracking branch 'upstream/master' into andrez/csscodehin…
…ting-v2 merging again
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for ea8d5d0 - Browse repository at this point
Copy the full SHA ea8d5d0View commit details -
reverted CHM and htmlhinting.main.js to upstream/master
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for cad4531 - Browse repository at this point
Copy the full SHA cad4531View commit details -
Merge remote-tracking branch 'upstream/master' into andrez/csscodehin…
…ting-v2 final merge before pullrequest
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for a1ae0a4 - Browse repository at this point
Copy the full SHA a1ae0a4View commit details -
removed xsl/xml highlighting - only csscodehinting-related files changed
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for c7b5504 - Browse repository at this point
Copy the full SHA c7b5504View commit details -
Andre Zoufahl committed
Jan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for d37f9ea - Browse repository at this point
Copy the full SHA d37f9eaView commit details -
added defaultcomments to functions
Andre Zoufahl committedJan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 719e739 - Browse repository at this point
Copy the full SHA 719e739View commit details -
Andre Zoufahl committed
Jan 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 2c3e786 - Browse repository at this point
Copy the full SHA 2c3e786View commit details