Commit Graph

  • de142ac9d6
    Add css named variables for certain key colors Nick O'Leary 2021-05-25 20:57:16 +01:00
  • 468ef7ecff
    Allow RED.settings.set to replace string property with object property Nick O'Leary 2021-05-25 21:02:14 +01:00
  • 4d768fd236 ensure context get/set key is a string Steve-Mcl 2021-05-25 14:53:06 +01:00
  • bfc1f95190 remove redundant i18n entries - no longer needed since moving inject onto edit form Steve-Mcl 2021-05-25 13:53:59 +01:00
  • bc17ebd90e
    Fix css of node help table of contents elements Nick O'Leary 2021-05-24 10:22:29 +01:00
  • bb1b3727cb add test case Hiroyasu Nishiyama 2021-05-23 10:42:28 +09:00
  • 4dbebefb45 fix handling empty rules Hiroyasu Nishiyama 2021-05-23 10:01:45 +09:00
  • e1c5764fbf move new inject button to existing edit form - revert refactoring of building editableList (not needed now) - remove node button modifier click & tray.show feature - add inject button to editableList [buttons] array - add id option to editableList to permit DOM access after creation - get the new inject button via its id and float it to the right - removed the popup tray buttons i18n entries Steve-Mcl 2021-05-22 10:52:44 +01:00
  • 70f975e4f0 move inject button off dialog and onto form Steve-Mcl 2021-05-21 13:26:50 +01:00
  • 845567d1ba add 2 tests for user inject values Steve-Mcl 2021-05-20 22:53:32 +01:00
  • f570447000 i18n for buttons on user inject values Steve-Mcl 2021-05-20 22:53:10 +01:00
  • 9d7b8f1f2f change user prop name for injected values - less chance for collision Steve-Mcl 2021-05-20 22:35:42 +01:00
  • bae6bfc32d Add inject values without deploy feature Steve-Mcl 2021-05-20 21:12:32 +01:00
  • 8a63390464
    Merge pull request #2988 from hardillb/ALPNProtocols Nick O'Leary 2021-05-19 17:39:19 +01:00
  • 0b52cd8b31
    Fixes from testing Ben Hardill 2021-05-19 10:41:24 +01:00
  • 565e1f6b90 fix tip layout causing oversized editor Steve-Mcl 2021-05-19 09:21:18 +01:00
  • 0c9644140c built in documentation improvements Steve-Mcl 2021-05-19 08:49:33 +01:00
  • 50bb095444 Merge branch 'dev' into mqtt-dyn Steve-Mcl 2021-05-18 20:41:14 +01:00
  • de8fd19246 documentation tweaks Steve-Mcl 2021-05-18 20:39:43 +01:00
  • 7990c241ef add mqtt-control - adds auto-connect option to broker - add new node mqtt-control - adds i18n messages - adds documentation Steve-Mcl 2021-05-18 19:55:10 +01:00
  • f97569dd34
    Clarify codeEditor options only relate to monaco Nick O'Leary 2021-05-18 16:46:16 +01:00
  • a9164e63ab
    Merge branch 'dev' into pr_2971 Nick O'Leary 2021-05-18 16:30:13 +01:00
  • 8c95067ec4
    Add ALPN support to TLS node Ben Hardill 2021-05-18 13:13:32 +01:00
  • 4f77bbeb2b
    Update for 1.3.5 1.3.5 Nick O'Leary 2021-05-18 11:52:49 +01:00
  • 8bbed2c831
    Change node id generation to give fixed length values without '.' Nick O'Leary 2021-05-18 11:32:17 +01:00
  • 6b43a23c4b
    Merge branch 'master' into dev Nick O'Leary 2021-05-14 21:18:32 +01:00
  • be9521f659
    Revert some of #2967 to fix treeList gutter width calculation Nick O'Leary 2021-05-14 21:17:47 +01:00
  • 90761fd840
    Fix 'SyntaxError' in Function node when last line of on-stop is a comment Nick O'Leary 2021-05-13 17:23:25 +01:00
  • d49d9a783c
    Merge branch 'master' into dev Nick O'Leary 2021-05-13 16:06:33 +01:00
  • d7dc7c4eda
    Fix error handling in runtime/lib/api/nodes Nick O'Leary 2021-05-13 15:46:56 +01:00
  • fe64c6a841
    Merge branch 'master' into dev Nick O'Leary 2021-05-13 14:30:02 +01:00
  • 2bbdc85a29
    Prevent unknown node from breaking editor Nick O'Leary 2021-05-13 14:28:01 +01:00
  • 74628b7034
    Update debug tests to handle compact comms format Nick O'Leary 2021-05-13 14:18:11 +01:00
  • 15aa249f64
    Stop module with missing types from preventing editor load Nick O'Leary 2021-05-13 14:06:43 +01:00
  • fdf58e1225
    Fix lint errors in editor hooks Nick O'Leary 2021-05-13 14:00:21 +01:00
  • 866f305686
    Open subflow tab next to active tab rather than at the end Nick O'Leary 2021-05-13 13:57:29 +01:00
  • 1550e5343c
    Merge branch 'master' into dev Nick O'Leary 2021-05-13 13:42:26 +01:00
  • add3dd1077
    Merge pull request #2986 from hardillb/get-got Nick O'Leary 2021-05-13 13:41:58 +01:00
  • 79a142fb19
    Fix error log in runtime hooks module Nick O'Leary 2021-05-13 13:40:42 +01:00
  • 1a30fe4a1a
    Improve red-ui-node-icon css and add red-ui-node-icon-small modifier class Nick O'Leary 2021-05-13 13:39:29 +01:00
  • 4ff991764e
    Updates to encode/decode message when passed over debug comms link Nick O'Leary 2021-05-13 13:38:34 +01:00
  • 001f066769
    Remove all input event listeners on a node once it is closed Nick O'Leary 2021-05-13 13:37:21 +01:00
  • c47b553a8e
    Add viewAddPort viewRemovePort viewAddNode viewRemoveNode hooks to view Nick O'Leary 2021-05-13 13:36:50 +01:00
  • 319af51f84
    Add RED.hooks to editor Nick O'Leary 2021-05-13 13:35:12 +01:00
  • 5dbaaae68e
    Merge branch 'master' into dev Nick O'Leary 2021-05-12 16:00:36 +01:00
  • 8c1a749a5a
    Fix msg.responseUrl Ben Hardill 2021-05-12 11:08:57 +01:00
  • fc8643f238
    Merge pull request #2983 from hardillb/get-got Nick O'Leary 2021-05-12 09:41:26 +01:00
  • c8653f19bf
    Merge pull request #2985 from node-red-hitachi/update-function-node-info-text Nick O'Leary 2021-05-12 09:41:09 +01:00
  • b01100d818 Update Japanese info text of function node Hiroyasu Nishiyama 2021-05-12 08:54:32 +09:00
  • d4096a9026
    Merge pull request #2984 from node-red/migrate-sass Nick O'Leary 2021-05-11 18:56:06 +01:00
  • b9e780cdcd
    Add Node 16 with sass fixed Nick O'Leary 2021-05-11 18:14:05 +01:00
  • b77cd56a01
    Migrate from node-sass to sass Nick O'Leary 2021-05-11 18:13:21 +01:00
  • 9cdec156dc
    Merge pull request #2974 from aheissenberger/fix-bundle-error Nick O'Leary 2021-05-11 17:45:07 +01:00
  • 6aa5968863
    Fix Function tab label names in the node help text Closes #2978 Nick O'Leary 2021-05-11 17:14:53 +01:00
  • 8f7686cd7b
    Handle sidebar tab that no longer exists when setting first active Nick O'Leary 2021-05-11 16:42:32 +01:00
  • d8d384a979
    Fix plugin loading when browser sends unrecognised lang Nick O'Leary 2021-05-11 16:42:00 +01:00
  • ade318bb78
    Support mousewheel scroll in tab bar Nick O'Leary 2021-05-11 15:58:01 +01:00
  • ed3aa8189f
    Shrink default notification box Nick O'Leary 2021-05-11 14:45:53 +01:00
  • 3e43597617
    Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982 Nick O'Leary 2021-05-11 14:10:40 +01:00
  • 4c8e895ac7
    Clean up console.logs Ben Hardill 2021-05-11 09:56:22 +01:00
  • f6a3671366
    Get the http-request node got port working with Proxy Ben Hardill 2021-05-10 23:01:29 +01:00
  • e641b0a965
    Fix scaling issues when dragging nodes into scaled workspace Nick O'Leary 2021-05-10 21:02:54 +01:00
  • eddddc6c9b
    fix duplicate csv node example (#2980) Hiroyasu Nishiyama 2021-05-10 23:39:23 +09:00
  • 4933d7d1cb fix duplicate csv node example Hiroyasu Nishiyama 2021-05-10 21:00:15 +09:00
  • f249d6306f
    Merge pull request #2976 from kazuhitoyokoi/master-fixinfotips Nick O'Leary 2021-05-10 09:42:59 +01:00
  • 5c31bd54e4 Fix incorrect shortcut keys in info tips Kazuhito Yokoi 2021-05-06 20:09:35 +09:00
  • 71ba73b38f
    Merge branch 'master' into dev Nick O'Leary 2021-05-04 11:19:05 +01:00
  • db0ff74857
    Reduce code duplication around node/label generation Nick O'Leary 2021-05-04 11:12:55 +01:00
  • 1acb073737 add support for explicit calls to ace.setFontSize - found node-red-contrib-ui-svg explicitly calling ace function Steve-Mcl 2021-05-04 10:34:29 +01:00
  • 251dda3652 missing editor destroy() calls Steve-Mcl 2021-05-04 09:04:13 +01:00
  • 22db24509d Ensure monaco exists before attempting cleanup Steve-Mcl 2021-05-04 09:03:35 +01:00
  • 54c9d27fd8 fix Andreas Heissenberger 2021-05-03 17:35:50 +02:00
  • 01888ff078 fix "installRetry" was declared a constant and changed Andreas Heissenberger 2021-05-03 17:23:27 +02:00
  • ffbd140a97 bug fix orphaned models and graphical tray glitch - ensure models are disposed correctly - clean up any orphaned models left after editor:close - improve concurrent multiple instances javascript models - fix graphical glitch Steve-Mcl 2021-05-03 16:19:01 +01:00
  • dedf5c52d9 better support for multiple editors - as the javascript model is singleton, need to disable syntax checking when editor not focused (support multiple instances of js editor (function node)) Steve-Mcl 2021-05-02 23:11:29 +01:00
  • 10465c5d68 treat appcache files as shell (uibuilder support) Steve-Mcl 2021-05-02 23:00:35 +01:00
  • 1f4f64a7c0 handle node-red style affecting monaco rename box Steve-Mcl 2021-05-02 22:44:48 +01:00
  • a6f116b57b add default basic entries in settings,js - defaults to "ace" but provides instruction for using monaco Steve-Mcl 2021-05-01 22:17:48 +01:00
  • 0a80186a92 Merge branch 'dev' into monaco2 Steve-Mcl 2021-05-01 21:56:45 +01:00
  • 635bdf15cb
    Fix use of paletteLabel in help tab Fixes #2973 Nick O'Leary 2021-05-01 21:55:50 +01:00
  • a72bdfdacc Handle known bug (monaco-editor issue No 2382) - handles "Uncaught (in promise) Canceled: Canceled" Steve-Mcl 2021-05-01 11:40:43 +01:00
  • dc3e04456c remove temporary debugging window variable Steve-Mcl 2021-05-01 11:01:04 +01:00
  • b0e4fb7602
    Fix infotip display following i18n update Nick O'Leary 2021-04-30 13:54:25 +01:00
  • df7aa3339b dont tokenise JSONata - monaco has jsonata tokeniser Steve-Mcl 2021-04-29 18:11:47 +01:00
  • c475536388 provide extra libs and call to refresh Steve-Mcl 2021-04-29 18:00:23 +01:00
  • cc7def89af ensure monaco is correctly sized Steve-Mcl 2021-04-29 17:59:12 +01:00
  • 58da87898e integrate monaco - refactors createEditor out to own code files - moves ace editor to own code file - adds monaco editor to own code file - add monaco bootstrap - update mst to include monaco asset - update grunt to include new files and integrate Steve-Mcl 2021-04-29 17:58:41 +01:00
  • bded5490d2 add utility func getBrowserInfo - prep for monaco - for slimming down monaco on mobile - prep for monaco - needed to prevent monaco on IE Steve-Mcl 2021-04-29 17:35:11 +01:00
  • c3715a2a3d ensure editor is removed - Fixes issue with left over HTML in the DOM Steve-Mcl 2021-04-29 17:32:44 +01:00
  • abf084f6c2 Dont call to ACE, re-use createEditor instead Steve-Mcl 2021-04-29 17:31:38 +01:00
  • 37ba409dc3 ensure mode is set for event log viewer Steve-Mcl 2021-04-29 17:29:54 +01:00
  • f29488b24f prevent editor context menu being clipped by sidebar - raise / lower tray z-index for correct slide animation Steve-Mcl 2021-04-29 17:03:17 +01:00
  • 71bdade7b9 prevent exception if ace is missing Steve-Mcl 2021-04-29 16:59:11 +01:00
  • 60d97c887d missing args from JSONata $now signature Steve-Mcl 2021-04-29 16:57:22 +01:00
  • 5bba50f01f refactor node.libs to a function getLibsList - preparation for monaco integration Steve-Mcl 2021-04-29 16:56:16 +01:00
  • 1f7884dc70 add typings for basic intellisense Steve-Mcl 2021-04-29 16:54:29 +01:00
  • 69dafd6c68 add codeEditor settings Steve-Mcl 2021-04-29 16:53:59 +01:00
  • 64b79cd5ac add monaco dist - includes themes from https://github.com/brijeshb42/monaco-themes Steve-Mcl 2021-04-29 16:52:22 +01:00
  • 587f5c9789 Merge branch 'monaco' of https://github.com/Steve-Mcl/node-red into monaco Steve-Mcl 2021-04-29 15:58:52 +01:00
  • 14faf777e3 fix: jshint:edtior errors Steve-Mcl 2021-04-29 13:41:17 +01:00