Sergio Abreu A.
Sergio Abreu A.
It would be friendly to list them: "_ERROR_: These packages are required by python to compile but they were not found in your system: * package one * package foo...
Let me explain better: Sometimes the compiler throws a RED ERROR too fast in the scrolling terminal console but I saw it, it was a C header file missing. So...
It's a nice suggestion! Instead of the user have to do this, python installation could have a sh script that does that and more, making it more efficient and the...
I use vim and it always color the identifier with a different color. The problem occurs when you expect dollar variables to be colored by **identifier_1** (shell) and not **keyword**...
I thank the lexer.bash.styling.inside.string information. **How to set it** ? In php vim does equal geany, using **preprocessor** color, **not** string color. But in shellscript, it is different. The problem...
An important observation: For single quoted string 'Single quoted string kills $dollar $vars' it is OK as they kill dollar variables. In this case, the string color is used. But...
PHP uses "preprocessor" color for the dollar variables, not identifier_1 ( that sh/bash use ) **The question is:** Why geany can draw php dollar variables interpolated in string correctly, but...
The bad news is that it doesn't work too. I have added it, closed geany, reopen and all is the same.
One question: what is the correct: altering via Geany Tools, ... or editing directly in the file /usr/share/geany/file... Because opening in Tools, **all lines appear commented** and is is different...
Have done that, opened via Tools, replaced all the file content with the configs you suggested and still not working. I closed geany, reopened, and even think that **bash** is...