mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove references to gtk-blueprint-tool
It's blueprint-compiler now
This commit is contained in:
parent
0b7b604371
commit
cebd9ecadc
2 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,7 +8,6 @@ blueprint-compiler.pc
|
|||
/htmlcov
|
||||
coverage.xml
|
||||
.mypy_cache
|
||||
/subprojects/gtk-blueprint-tool
|
||||
/blueprint-regression-tests
|
||||
|
||||
/corpus
|
||||
|
|
|
@ -292,5 +292,5 @@ class UnsupportedError(Exception):
|
|||
print(f"in {Colors.UNDERLINE}{filename}{Colors.NO_UNDERLINE}")
|
||||
if self.tag:
|
||||
print(f"in tag {Colors.BLUE}{self.tag}{Colors.CLEAR}")
|
||||
print(f"""{Colors.FAINT}The gtk-blueprint-tool compiler might support this feature, but the
|
||||
porting tool does not. You probably need to port this file manually.{Colors.CLEAR}\n""")
|
||||
print(f"""{Colors.FAINT}The compiler might support this feature, but the porting tool does not. You
|
||||
probably need to port this file manually.{Colors.CLEAR}\n""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue