Skip to content

Commit 27be4c4

Browse files
authored
Add Windsurf to editor link templates (php-debugbar#782)
* add windsurf to editor link templates * update changelog
1 parent cd618a4 commit 27be4c4

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
2025-06-26
3+
4+
- Add Windsurf editor link template
5+
26
2023-09-08
37

48
- Add SymfonyMailCollector (#554)
@@ -15,40 +19,40 @@
1519

1620
- Use Symfony VarDumper instead of kintLite as DataFormatter (#179)
1721
- Better resize handling (#185)
18-
22+
1923
2014-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

2529
2014-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+
3135
2014-08:
3236

3337
- Replace image files with inline data in css
3438
- Tweak OpenHandler display
35-
39+
3640
2014-06-10:
3741

3842
- Add LocalizationCollector
39-
43+
4044
2014-03-29:
4145

4246
- Add hasMeasure() method to TimeDataCollector
43-
47+
4448
2014-03-25:
4549

4650
- Duplicate SQL detection
47-
51+
4852
2014-03-23:
4953

5054
- Add syntax highlighting
51-
55+
5256
2014-03-22:
5357

5458
- added AssetProvider interface

src/DebugBar/DataFormatter/HasXdebugLinks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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])) {

0 commit comments

Comments
 (0)