File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
src/DebugBar/DataFormatter Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ 2025-06-26
3+
4+ - Add Windsurf editor link template
5+
262023-09-08
37
48 - Add SymfonyMailCollector (#554 )
1519
1620 - Use Symfony VarDumper instead of kintLite as DataFormatter (#179 )
1721 - Better resize handling (#185 )
18-
22+
19232014-11 (1.10.1):
2024
2125 - Add disableVendor() option to JavascriptRenderer to remove a specific vendor (#182 )
2226 - Fix macros in Twig Collector (#167 , #177 )
23- - Update Font Awesome to 4.2.0
27+ - Update Font Awesome to 4.2.0
2428
25292014-10 (1.10.0):
2630
2731 - Add bindToXHR() as alternative to jQuery ajax handling.
2832 - Extend TemplateWidget to show more information + parameters
2933 - Extend TimeDataCollector to show parameters + collector source
30-
34+
31352014-08:
3236
3337 - Replace image files with inline data in css
3438 - Tweak OpenHandler display
35-
39+
36402014-06-10:
3741
3842 - Add LocalizationCollector
39-
43+
40442014-03-29:
4145
4246 - Add hasMeasure() method to TimeDataCollector
43-
47+
44482014-03-25:
4549
4650 - Duplicate SQL detection
47-
51+
48522014-03-23:
4953
5054 - Add syntax highlighting
51-
55+
52562014-03-22:
5357
5458 - added AssetProvider interface
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ public function setEditorLinkTemplate($editor)
126126 'espresso ' => 'x-espresso://open?filepath=%f&lines=%l ' ,
127127 'netbeans ' => 'netbeans://open/?f=%f:%l ' ,
128128 'cursor ' => 'cursor://file/%f:%l ' ,
129+ 'windsurf ' => 'windsurf://file/%f:%l ' ,
129130 );
130131
131132 if (is_string ($ editor ) && isset ($ editorLinkTemplates [$ editor ])) {
You can’t perform that action at this time.
0 commit comments