Alex

Results 86 issues of Alex

Accessing memory, writing on it, pointer offsets, etc. Should also be compatible with separate versions of the game, pretty much replacing CE tables.

enhancement

*Quoted from [this](https://github.com/gd-edit/GDE/issues/124#issuecomment-518303986)* As this is a matter of accuracy in difficulty calculation, a large number of things must be taken into consideration before even initializing the algorithm generation process....

future consideration

Despite the option being there and being able to set that mode in the code, the resulting XLSX file will not have the cell's data bars in solid fill mode.

enhancement

When, for instance, editing a .cs file within the text editor, this will include the information about the file and the language. However, if another window is focused, RPC will...

Improves code style consistency across the project. There are still issues, such as variable naming inconsistencies, incomplete documentations and others, which need to be addressed.

### Check The Docs - [X] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [X] I verified the issue was caused by...

bug

Consider the following test case code ```csharp var testCode = @" namespace Something; public class Day↓654 : YearDate { } "; AssertDiagnostics(testCode); ``` (Assume that `AssertDiagnostics` is a function that...

## Summary Find all references could also yield results for the selected preprocessor symbol ## Background and Motivation Oftentimes custom configurations are being used, which include conditional preprocessor symbols, like...

help wanted
Area-IDE
Feature Request

We don't quite need AppVeyor; GitHub Actions should suffice for this project.