-
Hi, nice work.
I have been using a slightly modified version of this project http://code.google.com/p/pig-eclipse/ which had provided a some basic code highlighting...so I was happy to try this one o…
-
I added a variable named timer but in the selector it shows its german translation
![bug translate](https://cloud.githubusercontent.com/assets/27627336/25087611/723b6a20-2370-11e7-8e00-db6b18010ced.p…
-
If you use a variable variable name in a view, the inspector for "view require variable" feature requires an empty parameter.
**Controller example:**
```php
public function actionVariableVariable…
-
* [ ] `park_extra_magic_morning = c(rep(1, 5000), rep(0, 5000))` -> `rep(1:0, each = 5000)` is shorter and clearer. `rep(0:1, length.out = 10000` is perhaps safer (but the order of the 0s and 1s will…
-
Funs inside a lib can have a quoted real name if that name cannot be represented as a Crystal identifier:
```crystal
lib Lib
fun foo = "llvm.ceil.f32"
end
```
The same cannot be done for e…
-
Seconds, milliseconds, and microseconds are all used in the physics code. Often without the variable names indicating what unit is used. This is tedious to work with because every time you work with a…
-
The transformation performed in `anti-taint.py` will create invalid c code in some cases. This is due to a missing check for the existence of variables named `newvar_X`.
A minimal example of where th…
-
There are similar variable names that can be misunderstood.
So, I think that we can make a brief discussion on this issue about what variables have similar names to clarify its purpose and propose ne…
-
Should the user be allowed to choose their own variable, or will the users only be allowed to use the default variables?
-
`Tn = Tn, V = V, KME = KME, Vw = Vw`
do u have specific names for these short-names?