issues
search
fortinmike
/
XcodeBoost
An Xcode plugin that aims to make altering and inspecting code quick and easy.
MIT License
816
stars
86
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update regex for method
#50
bynil
closed
8 years ago
0
Implement as an Xcode 8 extension (with the official API)
#49
fortinmike
opened
8 years ago
3
shortcuts.applescript does not work on machines with more than one input source
#48
fortinmike
opened
8 years ago
0
Fixed shortcuts.applescript
#47
byohay
closed
8 years ago
3
Does this also work with C++ / Is planned to support C++?
#46
FramusRock
closed
8 years ago
3
Do not work on Xcode7.2
#45
superleexpert
closed
8 years ago
4
Added a script to automatically add suggested shortcuts to system.
#44
HustLion
closed
8 years ago
1
Insert a blank line and move cursor to correct indented location ready to type
#43
Fred-J
opened
8 years ago
1
Reinstall needed after each startup
#42
icanswiftabit
closed
9 years ago
4
Does not work in Xcode 6.4
#41
ashaitek
closed
9 years ago
1
Crashing Xcode and other bugs
#40
Rivukis
opened
9 years ago
5
XCode 6.3.2 support
#39
dmitriiivashko
closed
9 years ago
1
Xcode 6.3.2 can't work.
#38
leeyyl
closed
9 years ago
1
Menu item does not appear after launching Xcode 6.3
#37
harryzjm
closed
9 years ago
4
"Select Method and Function Signatures" also selects if, switch, for
#36
iv-mexx
opened
9 years ago
1
Added Xcode 6.2 compatibility UUID
#35
allewun
closed
9 years ago
1
Added xcode6 GM support.
#34
pzgz
closed
10 years ago
1
Fix slow unhighlight issue, and improve highlighting a bit
#33
Mazyod
closed
10 years ago
0
The highlight is really slow (especially un-highlighting)
#32
Mazyod
closed
10 years ago
12
Add support for Swift
#31
fortinmike
opened
10 years ago
3
Add tests to validate the regexes in NSString+XcodeBoost to prevent regressions when reworking patterns
#30
fortinmike
opened
10 years ago
0
Select Methods and Functions does not work under certain conditions
#29
MP0w
closed
10 years ago
5
Defensive initialization, a.k.a XcodeBoost should never be the cause of an Xcode startup crash
#28
fortinmike
closed
10 years ago
1
Improve rendering of highlights
#27
fortinmike
closed
10 years ago
1
Improve symbol highlighting logic
#26
fortinmike
closed
10 years ago
1
"Select Methods and Functions" cannot select methods whose signature spans multiple lines
#25
duoleimi
closed
10 years ago
3
Update menu.png
#24
jiwq
closed
10 years ago
2
Possible issues with keyboard shortcuts when system language is Chinese
#23
ben46
closed
10 years ago
2
Crashes at launch on OS X 10.8.4 with Xcode 5.1
#22
xhzengAIB
closed
10 years ago
11
Update the readme to make how to assign keyboard shortcuts clearer
#21
fortinmike
closed
10 years ago
1
Xcode doesn't appear in the Keyboard Shortcuts panel
#20
szuniverse
closed
10 years ago
2
Choose different highlighting colours so they don't clash with the error and warning colours in the text view's scroller
#19
fortinmike
closed
10 years ago
0
Position mismatch between highlight marks and Xcode's error and warning marks in the text view scroller
#18
fortinmike
opened
10 years ago
0
Add support for C function selection and manipulation
#17
fortinmike
closed
10 years ago
1
Consider symbol scope when highlighting symbols
#16
fortinmike
closed
10 years ago
0
Replace Lines
#15
fortinmike
opened
10 years ago
0
Add a preferences panel with the ability to choose the default highlighting colours
#14
fortinmike
closed
10 years ago
1
Apply an highlighting-color-derived foreground color to highlighted text so that legibility is always good regardless of syntax highlighting
#13
fortinmike
opened
10 years ago
0
Avoid de-saturated and too-bright / too-dark colours when highlighting enough ranges for the random highlighting colours logic to kick in
#12
fortinmike
opened
10 years ago
0
Investigate the possibility to use NSLayoutManager's temporary attributes for highlighting instead of altering the text storage
#11
fortinmike
opened
10 years ago
0
Display a "mini-map" of highlighted ranges in the current file
#10
fortinmike
closed
10 years ago
2
Rewrap Comments
#9
fortinmike
opened
10 years ago
0
After duplicating lines, set cursor position to previous selection end in duplicated lines
#8
fortinmike
opened
10 years ago
0
Extract generic line manipulation and inspection methods from MFSourceTextViewManipulator into a category or helper class
#7
fortinmike
closed
10 years ago
0
Support highlighting of message sends in Highlight Occurrences of Symbol
#6
fortinmike
opened
10 years ago
0
Method Re-Ordering
#5
fortinmike
opened
10 years ago
0
-cutLines, -deleteLines and -duplicateLines don't consider multiple selection ranges
#4
fortinmike
closed
9 years ago
1
Remove Empty Lines In Selection
#3
fortinmike
opened
10 years ago
0
Expand Selection
#2
fortinmike
opened
10 years ago
0
Evaluate the possibility to use Clang instead of regexes to find and manipulate code
#1
fortinmike
opened
10 years ago
1
Next