Kazuhito Yokoi
|
048f9c0294
|
Fix node color bug (#1877)
* Fix node color bug
* Add color property into sample node
* Revert view.js
* Add color handling into getNodeColor()
|
2018-09-08 22:41:38 +01:00 |
|
Nick O'Leary
|
c1a1a73599
|
Ensure node default color is used if palette.theme has no match
|
2018-08-24 13:08:49 +01:00 |
|
Nick O'Leary
|
549e56e220
|
Add editorTheme.palette.theme to allow overriding colours
|
2018-07-27 22:05:42 +01:00 |
|
Nick O'Leary
|
3a1cc6a2be
|
Change __encoded__ to __enc__ for debug message encoding
|
2018-07-14 23:06:15 +01:00 |
|
Nick O'Leary
|
d8cf86fd6f
|
Add RED.utils.parseContextKey
|
2018-07-10 11:41:46 +01:00 |
|
Nick O'Leary
|
cdb173fd6e
|
Handle NaN and Infinity properly in debug sidebar
Fixes #1778 #1779
|
2018-06-29 10:50:07 +01:00 |
|
Nick O'Leary
|
fe22cedc1d
|
Move debug encode/decode to utils for reuse
|
2018-06-25 22:32:34 +01:00 |
|
Nick O'Leary
|
d49c7a3adb
|
Avoid unnecessary use of .html() where .text() will do
|
2018-05-11 14:05:52 +01:00 |
|
Kazuki-Nakanishi
|
8b0e76dd55
|
Hide the subflow check logic inside getDefaultNodeIcon function
|
2018-03-22 14:14:09 +09:00 |
|
Kazuki-Nakanishi
|
d9350b2362
|
Enable user defined icon for subflow
|
2018-03-14 13:51:50 +09:00 |
|
Nick O'Leary
|
f6f1436123
|
getDefaultNodeIcon should handle subflow instance nodes
Fixes #1635
|
2018-02-15 15:34:15 +00:00 |
|
Nick O'Leary
|
a25dad6c2e
|
Ensure debug tools show for 'complete msg object'
|
2018-02-13 23:42:22 +00:00 |
|
Nick O'Leary
|
ad6e55ca17
|
Allow a user to install missing modules from project settings
|
2018-01-22 13:46:11 +00:00 |
|
Nick O'Leary
|
64191e8303
|
Merge master to 0.18
|
2017-12-03 22:32:28 +00:00 |
|
Kazuki Nakanishi
|
6d2389945b
|
allow a node's icon to be set dynamically (#1490)
* create a proto type
* Fixed some problems after reviewing
|
2017-11-30 13:13:35 +00:00 |
|
Hiroki Uchikawa
|
d7f59dac84
|
Make it possible to save formatting choices separately by the type of object (#1458)
|
2017-11-02 16:50:35 +00:00 |
|
Nick O'Leary
|
1671d1f580
|
Allow expanding diff elements to stay in-sync deeper
|
2017-08-04 14:23:28 +01:00 |
|
Nick O'Leary
|
7368b0cefb
|
Make diff tool a maximised tray rather than dialog
|
2017-08-03 09:58:25 +01:00 |
|
Nick O'Leary
|
67dc848b2d
|
getNodeIcon should handle subflow types properly
|
2017-08-02 21:55:25 +01:00 |
|
Nick O'Leary
|
eaf08a9971
|
Keep local/remote diff objects in sync as they expand
|
2017-07-31 23:29:36 +01:00 |
|
Nick O'Leary
|
0f93929544
|
Fix diff view node properties table rendering
|
2017-07-26 07:47:19 -07:00 |
|
Nick O'Leary
|
1e9ce550db
|
Handle empty array/objects in debug view
|
2017-05-22 20:13:39 +01:00 |
|
Nick O'Leary
|
2a3e355437
|
Add per-node filter option to Debug pane
|
2017-05-22 11:35:55 +01:00 |
|
Nick O'Leary
|
c09bea4710
|
Add debug message menu
|
2017-05-12 22:12:55 +01:00 |
|
Nick O'Leary
|
5feb07583b
|
Don't include msg. in debug message copied paths
|
2017-05-12 10:19:50 +01:00 |
|
Nick O'Leary
|
5388002f54
|
Format Buffer numbers as hex by default
|
2017-05-11 21:15:16 +01:00 |
|
Nick O'Leary
|
d9ef32d7e8
|
Remember formatting choices for dbg msg elements
|
2017-05-11 17:00:49 +01:00 |
|
Nick O'Leary
|
e79da408a8
|
Allow debug msg elements to be pinned
|
2017-05-11 15:08:10 +01:00 |
|
Nick O'Leary
|
085fb283e5
|
Fix test for valid js identifiers in debug path construction
|
2017-05-10 16:25:46 +01:00 |
|
Nick O'Leary
|
00460d856b
|
Add copy path/value buttons to debug messages
|
2017-05-10 15:49:56 +01:00 |
|
Nick O'Leary
|
b8888a5d46
|
Add RED.utils.getNodeLabel utility function
|
2017-01-18 15:52:09 +00:00 |
|
Nick O'Leary
|
11f4ae019c
|
Include module name in requests for node icons
|
2017-01-18 13:06:22 +00:00 |
|
Nick O'Leary
|
0646b0060e
|
Display buffer data properly for truncated buffers under Object property
|
2017-01-16 17:43:39 +00:00 |
|
Nick O'Leary
|
5b4019dd3d
|
Add colour swatches to debug when hex colour matched
|
2017-01-16 10:29:00 +00:00 |
|
Nick O'Leary
|
0a96259ddf
|
Update copyright header for JS Foundation
|
2017-01-11 15:24:33 +00:00 |
|
Nick O'Leary
|
73a41707e5
|
Property expressions must not be blank
|
2017-01-06 21:58:17 +00:00 |
|
Nick O'Leary
|
4c6157a06e
|
Tidy up merge commit of validatePropertyExpression
|
2017-01-06 14:32:37 +00:00 |
|
Nick O'Leary
|
0c7705beff
|
Allow quoted property expressions
Fixes #1101
|
2017-01-06 11:23:53 +00:00 |
|
Nick O'Leary
|
bba3ca8cc0
|
Avoid misinterpreting valid objects as encoded arrays in debug
|
2016-12-20 22:46:56 +00:00 |
|
Dave Conway-Jones
|
671d7e2beb
|
debug - format if time if correct length/range
|
2016-11-28 17:28:49 +00:00 |
|
Nick O'Leary
|
52fc497412
|
Properly escape html strings passed to debug
|
2016-11-27 21:51:34 +00:00 |
|
Nick O'Leary
|
a1d6cbd5fd
|
Only expand strings that contain tabs/newlines
|
2016-11-03 14:34:38 +00:00 |
|
Nick O'Leary
|
6c36778cac
|
Move debug message utils into core
|
2016-11-03 14:34:38 +00:00 |
|