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

cleanup extended debug console #625

Merged
merged 3 commits into from
Apr 4, 2017
Merged

cleanup extended debug console #625

merged 3 commits into from
Apr 4, 2017

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Apr 1, 2017

When merged this pull request will:

  • fixed PREV / NEXT function not being case sensitive (annoying/confusing when debugging case sensitive code)
  • fixed using debug console for the first time would enable PREV button (very minor bug)
  • fixed position in previous statements after closing and reopening the game (uiNamespace var had to be profileNamespace var)
  • fixed pressing shift + enter (newline) would save expression as if enter was pressed
  • cache function in ui namespace so pause menu opens slightly faster
  • added some GVAR for global variables
  • added missing private
  • removed disableSerialization (not needed in unscheduled function)
  • macros for UI grids
  • macros for IDC's
  • some simplifications, less global vars, descriptive variable names, removed unused code

@commy2 commy2 added this to the 3.4 milestone Apr 1, 2017
@commy2
Copy link
Contributor Author

commy2 commented Apr 2, 2017

  • added translations for the buttons and changed title to "Extended Debug Console"
  • also record expression when code performance button is used

@commy2
Copy link
Contributor Author

commy2 commented Apr 2, 2017

  • moves debug console down one grid, so it doesn't kiss the top edge of the screen, but uses free space at the bottom instead

@Killswitch00 Killswitch00 merged commit 061e4ab into master Apr 4, 2017
@commy2 commy2 deleted the debug-console-fixes branch April 6, 2017 19:24
@commy2 commy2 modified the milestones: 3.3, 3.4 Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants