Qingtian
Qingtian
> Red already accepts escaping by the way: ``` >> %"^(21)^(22)^(23)^(24)" == %"!"#$" ```` But it's not accepts `%"^""`. So either it's a mistake that file! accepts escaping or there...
> find somehow returns me a match on items that are no longer there 'a is still in the hash, right?
Ok. So let's make the rule clear. ### /reverse start position of the searching: current position (series/head) range of the searching: [1, series/head) Some examples: ``` >> find/reverse at [a...
Then why use /reverse?
The rules of `/skip` in Red are as follows: ### forward searching Start from the current position, searching to tail. Treat the first value as the key. It's the same...
> some of them gave up the moment they heard they need to mess with the source files. I don't think those _contributors_ can do any serious contribution for this...
> I'm only saying you guys are making it messier than it has to be and neglect that you're doing it. That's all :) It's not a mess at all....
> Nenad asked why it was needed for consoles I think he was asking why modify `console.red` and `gui-console.red` directly. For the end users (those who use red.exe), we can...
> red.r always injects all other modules, but --no-view still controls View module? This option is OK to me.
@ushakov-s Please try the Platform Update for Windows 7. If it's still not working, you can use the GDI+ backend by adding `draw-engine: 'GDI+` in the header of the `%environment/console/GUI/gui-console.red`....