Harutyun Amirjanyan

Results 15 issues of Harutyun Amirjanyan

I'll change chat plugin to add "you" or "own-message" class by default. The other thing is anim-start class added in https://github.com/jumbojett/c9.ide.theme.jett/blob/master/plugin.js#L185 Why is it required? looks like using delay in...

steps to reproduce: - enable angular plugin in main demo and add the following code ``` angular.module('SageDataManager') .controller('wholeapp', ['$scope','$http', function($scope, $http) {}]) .controller('navbardata', ['$scope','$http', '$timeout', function($scope, $http, $timeout) {}]) .controller('mainmenu',...

fixes https://github.com/codemirror/codemirror5/issues/6948

- fixes cursor displaying � when placed over emoji - fixes a bug of vim placing cursor inside emojis and other surrogate pairs - fixes cursor bug described in the...

fixes https://github.com/replit/codemirror-vim/issues/13 only the last commit is relevant, the first one is included because of merge conflict

### Problem description Currently to send a key combination like `"Ctrl-Shift-Return"` one has to use `{Control>}{Shift>}{Return}{/Shift}{/Control}` which is hard to read ### Suggested solution a shorter form `{Control Shift Return}`...

enhancement
needs assessment

https://github.com/replit/codemirror-vim/issues/154#issuecomment-1902074699 https://raw.githack.com/replit/codemirror-vim/ex-marks/dev/web-demo.html

to support script panel we need: 1. add iframe into #fbPanelBar1-deck 2. set Firebug.ScriptPanel.browser to be that iframe 3. _fix small bug in panelBar bindings selectPanel method on line 239,...