Giter VIP home page Giter VIP logo

scintilla's Introduction

mirror

This repo is a meta-repository for housing all issues and tooling related to the administration of the mirror org and its repositories.

Index

Repo Name Mirror URL Upstream URL
TODO TODO TODO

About

Mirror is dedicated to hosting unofficial Git mirrors of various popular opens-source repositories that are scattered across the internet.

Contributing

There are various ways one can contribute.

Requesting a new repository mirror

Before you request that a repository be mirrored, please take a look through our repositories to make sure that the repository you are looking for isn't already mirrored.

Otherwise, open an issue in this repository and use the "Request to mirror a repo" template to provide us with some details about the repository you'd like to see mirrored. Generally we can only mirror repositories that have licenses that allow for redistribution of the source code.

Requesting an existing mirror be removed

There are only two cases when a mirror will be considered for removal:

  1. If the upstream repo is no longer being maintained because it has moved either to GitHub or elsewhere and it no longer makes sense for us maintain a mirror.
  2. If there is a genuine legal concern regarding compliance with the license terms of the upstream repository (e.g. not using a Free/Libre or Open Source license) that would affect our ability to legally redistribute the source code.

If you believe that a mirror in this org meets one or both of the above cases, then please open an issue in this repo and provide us with some more details about the circumstances.

However, if there are no technical or legal grounds for the removal of the mirror, the issue will be closed without any further action taken.

Making contributions yourself

If you'd rather contribute directly to the project, please feel free to create a pull request. It is also highly recommended that you read the [CONTRIBUTING][CONTRIBUTING.md] docs for more detailed information on making contributions to the org.

scintilla's People

Contributors

b4n avatar bbluemel avatar csware avatar cwalther avatar eangelin avatar gentoo90 avatar gk7huki avatar jerome-laforge avatar jpe avatar kugel- avatar lostbard avatar manbeardo avatar marcows avatar ndbroadbent avatar nyamatongwe avatar oezgueremir avatar rhaberkorn avatar samhocevar avatar sgranjoux avatar siegelord avatar siegelordex avatar sjohannes avatar stweil avatar techee avatar tsekityam avatar vds2212 avatar vrana avatar wingkinl avatar xv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scintilla's Issues

Broken LexGen.py

Broken by 45035a3#diff-2dd59b47852083925358760ed4216868

Error message:

Traceback (most recent call last):
  File "LexGen.py", line 23, in <module>
    import win32.DepGen
ImportError: No module named win32.DepGen

The commit has two problems:

  1. Previously (and currently) LexGen.py was (is) required to be invoked from scripts folder, since it uses ../ to search for version.txt
  2. Commit adds two modules for import: gtk.GenDep and win32.GenDep, but search path can't include those folder (e.g. win32/GenDep.py), because of 1., so these modules can't be found by Python. Additionally those folder do not contain __init__.py, which prevents them from being identified as modules, which causes import to fail, even when invoked from the Scintilla root folder.

repology.org | Problems in Wikidata

Hello. In its current configuration, Repology, an on-line service aimed to be a packaging hub, gets its information associated to packages from a unique source โ€“ Wikidata. Thus that very dependency makes it unreliable, as the information it gathers can at best be as in-accurate as the one that is present in that source. As a consequence, are present there package versions having been assigned wrong label colour codes.

legend | label colour codes involved in issue

repology org_label_colour_codes

The component scintilla currently illustrates that case. Its maintenance takes place at page. Components whose definitions are erroneous are reported.

Powershell here-string exit

Using indentation on the closing element of a here-string causes the element to be considered part of the here-string

$ThisHereString=@"
		Item
		item1
		item2
"@

Foreach ($line in $ThisHereString) { etc...

vs

$ThisHereString=@"
		Item
		item1
		item2
	        "@

Foreach ($line in $ThisHereString) { etc...

Is there has search window ?

Hello, i try to use scintilla in win 32., need to make the search window myself ? it contains right button menu, i guess it implemented, buy how i call it ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.