Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing Intellisense messages #336

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

kaovilai
Copy link
Contributor

Removed duplicate/unnecessary assignments

  • Easings.vb line 44, 142
  • MSAA.vb line 23

Name Convention Refactoring ie.CapitalizeFirstLetter using CamelCase

  • TaskbarCenter.vb setpos -> SetPos line 94
  • TaskbarCenter.vb line 171, 190, 477
  • TaskbarStyle.vb line 46,64

Use x += y instead of x = x + y

  • Main.vb line 236
  • TaskbarCenter.vb line 338, 574, 577

Removed duplicate/unnecessary assignments
- Easings.vb line 44, 142
- MSAA.vb line 23

Name Convention Refactoring ie.CapitalizeFirstLetter using CamelCase
- TaskbarCenter.vb setpos -> SetPos line 94
- TaskbarCenter.vb line 171, 190, 477
- TaskbarStyle.vb line 46,64

Use x += y instead of x = x + y
- Main.vb line 236
- TaskbarCenter.vb line 338, 574, 577
@ChrisAnd1998 ChrisAnd1998 merged commit ea9a76c into ChrisAnd1998:master Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants